Color spaces of #caecdd
RGB | 202 | 236 | 221 |
---|---|---|---|
HSL | 0.43 | 0.47 | 0.86 |
HSV | 154° | 14° | 93° |
CMYK | 0.14 | 0.00 | 0.06 0.07 |
XYZ | 67.4037 | 77.7679 | 79.8648 |
Yxy | 77.7679 | 0.2995 | 0.3456 |
Hunter Lab | 88.1861 | -17.8920 | 8.0349 |
CIE-Lab | 90.6739 | -13.9208 | 3.5515 |
#caecdd color RGB value is (202,236,221).
#caecdd hex color red value is 202, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #caecdd hue: 0.43 , saturation: 0.47 and the lightness value of caecdd is 0.86.
The process color (four color CMYK) of #caecdd color hex is 0.14, 0.00, 0.06, 0.07. Web safe color of #caecdd is #ccffcc. Color #caecdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101100 | 11011101 |
Octal | 312 | 354 | 335 |
Decimal | 202 | 236 | 221 |
Hex | CA | EC | DD |
Shades of #caecdd
Tints of #caecdd
RGB Percentages of Color #caecdd
CMYK Percentages of Color #caecdd
Complementary Color
#caecdd | #eccad9 |
#caecdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caecdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#caecdd Color CSS Codes
.mybgcolor {background-color:#caecdd; } .myforecolor {color:#caecdd; } .mybordercolor {border:3px solid #caecdd; }
#caecdd Text Font Color
<p style="color:#caecdd">Text here</p>
This sample text font color is #caecdd
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.
#caecdd Background Color
<div style="background-color:#caecdd">
Div content here</div>
This div background color is #caecdd
#caecdd Border Color
<div style="border:3px solid #caecdd">
Div here</div>
This div border color is #caecdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,236,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caecdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caecdd; -webkit-box-shadow: 1px 1px 3px 2px #caecdd; box-shadow: 1px 1px 3px 2px #caecdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,236,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caecdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caecdd; -webkit-box-shadow: 1px 1px 3px 2px #caecdd; box-shadow: 1px 1px 3px 2px #caecdd;">
Div content here</div>
This div box has shadow with color #caecdd
Comments
No comments written yet.
Please login to write comment.