Color spaces of #cae7dc
RGB | 202 | 231 | 220 |
---|---|---|---|
HSL | 0.44 | 0.38 | 0.85 |
HSV | 157° | 13° | 91° |
CMYK | 0.13 | 0.00 | 0.05 0.09 |
XYZ | 65.8513 | 74.8757 | 78.6919 |
Yxy | 74.8757 | 0.3001 | 0.3412 |
Hunter Lab | 86.5307 | -15.5874 | 6.6526 |
CIE-Lab | 89.3347 | -11.5983 | 2.1300 |
#cae7dc color RGB value is (202,231,220).
#cae7dc hex color red value is 202, green value is 231 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cae7dc hue: 0.44 , saturation: 0.38 and the lightness value of cae7dc is 0.85.
The process color (four color CMYK) of #cae7dc color hex is 0.13, 0.00, 0.05, 0.09. Web safe color of #cae7dc is #ccffcc. Color #cae7dc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11100111 | 11011100 |
Octal | 312 | 347 | 334 |
Decimal | 202 | 231 | 220 |
Hex | CA | E7 | DC |
Shades of #cae7dc
Tints of #cae7dc
RGB Percentages of Color #cae7dc
CMYK Percentages of Color #cae7dc
Complementary Color
#cae7dc | #e7cad5 |
#cae7dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cae7dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cae7dc Color CSS Codes
.mybgcolor {background-color:#cae7dc; } .myforecolor {color:#cae7dc; } .mybordercolor {border:3px solid #cae7dc; }
#cae7dc Text Font Color
<p style="color:#cae7dc">Text here</p>
This sample text font color is #cae7dc
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.
#cae7dc Background Color
<div style="background-color:#cae7dc">
Div content here</div>
This div background color is #cae7dc
#cae7dc Border Color
<div style="border:3px solid #cae7dc">
Div here</div>
This div border color is #cae7dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,231,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cae7dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cae7dc; -webkit-box-shadow: 1px 1px 3px 2px #cae7dc; box-shadow: 1px 1px 3px 2px #cae7dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,231,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cae7dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cae7dc; -webkit-box-shadow: 1px 1px 3px 2px #cae7dc; box-shadow: 1px 1px 3px 2px #cae7dc;">
Div content here</div>
This div box has shadow with color #cae7dc
Comments
No comments written yet.
Please login to write comment.