Color spaces of #eeaeca
RGB | 238 | 174 | 202 |
---|---|---|---|
HSL | 0.93 | 0.65 | 0.81 |
HSV | 334° | 27° | 93° |
CMYK | 0.00 | 0.27 | 0.15 0.07 |
XYZ | 61.0566 | 52.7135 | 62.8338 |
Yxy | 52.7135 | 0.3457 | 0.2985 |
Hunter Lab | 72.6041 | 23.0530 | -0.4886 |
CIE-Lab | 77.7055 | 27.5179 | -4.9490 |
#eeaeca color RGB value is (238,174,202).
#eeaeca hex color red value is 238, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #eeaeca hue: 0.93 , saturation: 0.65 and the lightness value of eeaeca is 0.81.
The process color (four color CMYK) of #eeaeca color hex is 0.00, 0.27, 0.15, 0.07. Web safe color of #eeaeca is #ff99cc. Color #eeaeca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10101110 | 11001010 |
Octal | 356 | 256 | 312 |
Decimal | 238 | 174 | 202 |
Hex | EE | AE | CA |
Shades of #eeaeca
Tints of #eeaeca
RGB Percentages of Color #eeaeca
CMYK Percentages of Color #eeaeca
Complementary Color
#eeaeca | #aeeed2 |
#eeaeca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeaeca Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeaeca Color CSS Codes
.mybgcolor {background-color:#eeaeca; } .myforecolor {color:#eeaeca; } .mybordercolor {border:3px solid #eeaeca; }
#eeaeca Text Font Color
<p style="color:#eeaeca">Text here</p>
This sample text font color is #eeaeca
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.
#eeaeca Background Color
<div style="background-color:#eeaeca">
Div content here</div>
This div background color is #eeaeca
#eeaeca Border Color
<div style="border:3px solid #eeaeca">
Div here</div>
This div border color is #eeaeca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,174,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeaeca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeaeca; -webkit-box-shadow: 1px 1px 3px 2px #eeaeca; box-shadow: 1px 1px 3px 2px #eeaeca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,174,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeaeca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeaeca; -webkit-box-shadow: 1px 1px 3px 2px #eeaeca; box-shadow: 1px 1px 3px 2px #eeaeca;">
Div content here</div>
This div box has shadow with color #eeaeca
Comments
No comments written yet.
Please login to write comment.