HEX: #E5ADEB
RGB: (229,173,235)
#E5ADEB contains mainly red and blue colors. #E5ADEB ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.
#E5ADEB color RGB value is (229,173,235).
RGB: (229,173,235)
(90%, 68%, 92%)
R 229 of 255 = 90%
G 173 of 255 = 68%
B 235 of 255 = 92%
R + G + B ~ 83%. #E5ADEB is quite light color.
R + G + B = 229 + 173 + 235 = 637 (100%)
R 229 of 637 ~ 35.95%
G 173 of 637 ~ 27.16%
B 235 of 637 ~ 36.89'%
#E5ADEB rengi CMYK tonu (3,26,0,8).
CMYK: (3,26,0,8)
C3M26Y0K8 (3%, 26%, 0%, 8%)
(0.03 / 0.26 / 0.00 / 0.08)
Color #E5ADEB in popluar color models
E5 | AD | EB | |
---|---|---|---|
RGB | 229 | 173 | 235 |
HSL | 294° | 60.78% | 80.00% |
HSB/HSV | 294° | 26.38% | 92.16% |
CMYK | 2.55% | 26.38% | 0.00% |
7.84% |
Color #E5ADEB in popluar number systems.
HEX | E5 | AD | EB |
Decimal | 229 | 173 | 235 |
Binary | 11100101 | 10101101 | 11101011 |
Octal | 345 | 255 | 353 |
Shades of #E5ADEB
Tints of #E5ADEB
Examples of css and html codes for elements with #E5ADEB color. Also use rgb(229,173,235) instead hex code.
.myTextColor { color: #E5ADEB; }
<p style="color:#E5ADEB">This sample text font color is #E5ADEB.</p>
This text font color is #E5ADEB.
.myBgColor { background-color: #E5ADEB; }
<div style="background-color:#E5ADEB">Inner text</div>
This div background color is #E5ADEB.
.myBorderColor { border: 1px solid #E5ADEB; }
<div style="border:3px solid #E5ADEB">Div</div>
This div border color is #E5ADEB.
.myOpacity80 { color: #E5ADEB; opacity: 0.8; }
<p style="color:#E5ADEB;opacity:0.8;">80%</p>
Text with #E5ADEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5ADEB;}
<p style="text-shadow: 3px 3px 1px #E5ADEB">Text here.</p>
This text has shadow with #E5ADEB color.
.textShadow {text-shadow: 3px 3px 1px #E5ADEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5ADEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5ADEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5ADEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5ADEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5ADEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5ADEB;
-webkit-box-shadow: 1px 1px 3px 2px #E5ADEB;
box-shadow: 1px 1px 3px 2px #E5ADEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5ADEB; -webkit-box-shadow: 1px 1px 3px 2px #E5ADEB; box-shadow:1px 1px 3px 2px #E5ADEB;">
Div content here
</div>
This text has color #E5ADEB on black background.
This text has color #E5ADEB on white background.
This text has black color on #E5ADEB background.
This text has white color on #E5ADEB background.
Complementary color for #hex is #1A5214.