Color spaces of #eeadc5
RGB | 238 | 173 | 197 |
---|---|---|---|
HSL | 0.94 | 0.66 | 0.81 |
HSV | 338° | 27° | 93° |
CMYK | 0.00 | 0.27 | 0.17 0.07 |
XYZ | 60.2815 | 52.0955 | 59.7016 |
Yxy | 52.0955 | 0.3503 | 0.3027 |
Hunter Lab | 72.1772 | 22.7708 | 1.4821 |
CIE-Lab | 77.3379 | 27.2692 | -2.7688 |
#eeadc5 color RGB value is (238,173,197).
#eeadc5 hex color red value is 238, green value is 173 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #eeadc5 hue: 0.94 , saturation: 0.66 and the lightness value of eeadc5 is 0.81.
The process color (four color CMYK) of #eeadc5 color hex is 0.00, 0.27, 0.17, 0.07. Web safe color of #eeadc5 is #ff99cc. Color #eeadc5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10101101 | 11000101 |
Octal | 356 | 255 | 305 |
Decimal | 238 | 173 | 197 |
Hex | EE | AD | C5 |
Shades of #eeadc5
Tints of #eeadc5
RGB Percentages of Color #eeadc5
CMYK Percentages of Color #eeadc5
Complementary Color
#eeadc5 | #adeed6 |
#eeadc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeadc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeadc5 Color CSS Codes
.mybgcolor {background-color:#eeadc5; } .myforecolor {color:#eeadc5; } .mybordercolor {border:3px solid #eeadc5; }
#eeadc5 Text Font Color
<p style="color:#eeadc5">Text here</p>
This sample text font color is #eeadc5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#eeadc5 Background Color
<div style="background-color:#eeadc5">
Div content here</div>
This div background color is #eeadc5
#eeadc5 Border Color
<div style="border:3px solid #eeadc5">
Div here</div>
This div border color is #eeadc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,173,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeadc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeadc5; -webkit-box-shadow: 1px 1px 3px 2px #eeadc5; box-shadow: 1px 1px 3px 2px #eeadc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,173,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeadc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeadc5; -webkit-box-shadow: 1px 1px 3px 2px #eeadc5; box-shadow: 1px 1px 3px 2px #eeadc5;">
Div content here</div>
This div box has shadow with color #eeadc5
Comments
No comments written yet.
Please login to write comment.