Color spaces of #caf9ec
RGB | 202 | 249 | 236 |
---|---|---|---|
HSL | 0.45 | 0.80 | 0.88 |
HSV | 163° | 19° | 98° |
CMYK | 0.19 | 0.00 | 0.05 0.02 |
XYZ | 73.3731 | 86.3640 | 92.1596 |
Yxy | 86.3640 | 0.2913 | 0.3429 |
Hunter Lab | 92.9322 | -21.6997 | 6.2555 |
CIE-Lab | 94.4678 | -17.4815 | 1.2752 |
#caf9ec color RGB value is (202,249,236).
#caf9ec hex color red value is 202, green value is 249 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #caf9ec hue: 0.45 , saturation: 0.80 and the lightness value of caf9ec is 0.88.
The process color (four color CMYK) of #caf9ec color hex is 0.19, 0.00, 0.05, 0.02. Web safe color of #caf9ec is #ccffff. Color #caf9ec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11111001 | 11101100 |
Octal | 312 | 371 | 354 |
Decimal | 202 | 249 | 236 |
Hex | CA | F9 | EC |
Shades of #caf9ec
Tints of #caf9ec
RGB Percentages of Color #caf9ec
CMYK Percentages of Color #caf9ec
Complementary Color
#caf9ec | #f9cad7 |
#caf9ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caf9ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#caf9ec Color CSS Codes
.mybgcolor {background-color:#caf9ec; } .myforecolor {color:#caf9ec; } .mybordercolor {border:3px solid #caf9ec; }
#caf9ec Text Font Color
<p style="color:#caf9ec">Text here</p>
This sample text font color is #caf9ec
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.
#caf9ec Background Color
<div style="background-color:#caf9ec">
Div content here</div>
This div background color is #caf9ec
#caf9ec Border Color
<div style="border:3px solid #caf9ec">
Div here</div>
This div border color is #caf9ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,249,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caf9ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caf9ec; -webkit-box-shadow: 1px 1px 3px 2px #caf9ec; box-shadow: 1px 1px 3px 2px #caf9ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,249,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caf9ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caf9ec; -webkit-box-shadow: 1px 1px 3px 2px #caf9ec; box-shadow: 1px 1px 3px 2px #caf9ec;">
Div content here</div>
This div box has shadow with color #caf9ec
Comments
No comments written yet.
Please login to write comment.