Color spaces of #cafddc
RGB | 202 | 253 | 220 |
---|---|---|---|
HSL | 0.39 | 0.93 | 0.89 |
HSV | 141° | 20° | 99° |
CMYK | 0.20 | 0.00 | 0.13 0.01 |
XYZ | 72.4007 | 87.9744 | 80.8750 |
Yxy | 87.9744 | 0.3001 | 0.3647 |
Hunter Lab | 93.7947 | -26.3554 | 14.5331 |
CIE-Lab | 95.1502 | -22.4581 | 10.5120 |
#cafddc color RGB value is (202,253,220).
#cafddc hex color red value is 202, green value is 253 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cafddc hue: 0.39 , saturation: 0.93 and the lightness value of cafddc is 0.89.
The process color (four color CMYK) of #cafddc color hex is 0.20, 0.00, 0.13, 0.01. Web safe color of #cafddc is #ccffcc. Color #cafddc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11111101 | 11011100 |
Octal | 312 | 375 | 334 |
Decimal | 202 | 253 | 220 |
Hex | CA | FD | DC |
Shades of #cafddc
Tints of #cafddc
RGB Percentages of Color #cafddc
CMYK Percentages of Color #cafddc
Complementary Color
#cafddc | #fdcaeb |
#cafddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cafddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cafddc Color CSS Codes
.mybgcolor {background-color:#cafddc; } .myforecolor {color:#cafddc; } .mybordercolor {border:3px solid #cafddc; }
#cafddc Text Font Color
<p style="color:#cafddc">Text here</p>
This sample text font color is #cafddc
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.
#cafddc Background Color
<div style="background-color:#cafddc">
Div content here</div>
This div background color is #cafddc
#cafddc Border Color
<div style="border:3px solid #cafddc">
Div here</div>
This div border color is #cafddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,253,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cafddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cafddc; -webkit-box-shadow: 1px 1px 3px 2px #cafddc; box-shadow: 1px 1px 3px 2px #cafddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,253,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 #cafddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cafddc; -webkit-box-shadow: 1px 1px 3px 2px #cafddc; box-shadow: 1px 1px 3px 2px #cafddc;">
Div content here</div>
This div box has shadow with color #cafddc
Comments
No comments written yet.
Please login to write comment.