Color spaces of #cafcdb
RGB | 202 | 252 | 219 |
---|---|---|---|
HSL | 0.39 | 0.89 | 0.89 |
HSV | 140° | 20° | 99° |
CMYK | 0.20 | 0.00 | 0.13 0.01 |
XYZ | 71.9537 | 87.2918 | 80.0745 |
Yxy | 87.2918 | 0.3007 | 0.3647 |
Hunter Lab | 93.4301 | -26.0337 | 14.5864 |
CIE-Lab | 94.8619 | -22.1575 | 10.6146 |
#cafcdb color RGB value is (202,252,219).
#cafcdb hex color red value is 202, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cafcdb hue: 0.39 , saturation: 0.89 and the lightness value of cafcdb is 0.89.
The process color (four color CMYK) of #cafcdb color hex is 0.20, 0.00, 0.13, 0.01. Web safe color of #cafcdb is #ccffcc. Color #cafcdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11111100 | 11011011 |
Octal | 312 | 374 | 333 |
Decimal | 202 | 252 | 219 |
Hex | CA | FC | DB |
Shades of #cafcdb
Tints of #cafcdb
RGB Percentages of Color #cafcdb
CMYK Percentages of Color #cafcdb
Complementary Color
#cafcdb | #fccaeb |
#cafcdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cafcdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cafcdb Color CSS Codes
.mybgcolor {background-color:#cafcdb; } .myforecolor {color:#cafcdb; } .mybordercolor {border:3px solid #cafcdb; }
#cafcdb Text Font Color
<p style="color:#cafcdb">Text here</p>
This sample text font color is #cafcdb
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.
#cafcdb Background Color
<div style="background-color:#cafcdb">
Div content here</div>
This div background color is #cafcdb
#cafcdb Border Color
<div style="border:3px solid #cafcdb">
Div here</div>
This div border color is #cafcdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,252,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cafcdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cafcdb; -webkit-box-shadow: 1px 1px 3px 2px #cafcdb; box-shadow: 1px 1px 3px 2px #cafcdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,252,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cafcdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cafcdb; -webkit-box-shadow: 1px 1px 3px 2px #cafcdb; box-shadow: 1px 1px 3px 2px #cafcdb;">
Div content here</div>
This div box has shadow with color #cafcdb
Comments
No comments written yet.
Please login to write comment.