Color spaces of #caecef
RGB | 202 | 236 | 239 |
---|---|---|---|
HSL | 0.51 | 0.54 | 0.86 |
HSV | 185° | 15° | 94° |
CMYK | 0.15 | 0.01 | 0.00 0.06 |
XYZ | 69.9326 | 78.7795 | 93.1815 |
Yxy | 78.7795 | 0.2891 | 0.3257 |
Hunter Lab | 88.7578 | -14.6854 | -0.1145 |
CIE-Lab | 91.1344 | -10.3979 | -5.1687 |
#caecef color RGB value is (202,236,239).
#caecef hex color red value is 202, green value is 236 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #caecef hue: 0.51 , saturation: 0.54 and the lightness value of caecef is 0.86.
The process color (four color CMYK) of #caecef color hex is 0.15, 0.01, 0.00, 0.06. Web safe color of #caecef is #ccffff. Color #caecef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101100 | 11101111 |
Octal | 312 | 354 | 357 |
Decimal | 202 | 236 | 239 |
Hex | CA | EC | EF |
Shades of #caecef
Tints of #caecef
RGB Percentages of Color #caecef
CMYK Percentages of Color #caecef
Complementary Color
#caecef | #efcdca |
#caecef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caecef Color Preview on White Background
Lorem ipsum dolor sit amet.
#caecef Color CSS Codes
.mybgcolor {background-color:#caecef; } .myforecolor {color:#caecef; } .mybordercolor {border:3px solid #caecef; }
#caecef Text Font Color
<p style="color:#caecef">Text here</p>
This sample text font color is #caecef
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.
#caecef Background Color
<div style="background-color:#caecef">
Div content here</div>
This div background color is #caecef
#caecef Border Color
<div style="border:3px solid #caecef">
Div here</div>
This div border color is #caecef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,236,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caecef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caecef; -webkit-box-shadow: 1px 1px 3px 2px #caecef; box-shadow: 1px 1px 3px 2px #caecef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,236,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caecef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caecef; -webkit-box-shadow: 1px 1px 3px 2px #caecef; box-shadow: 1px 1px 3px 2px #caecef;">
Div content here</div>
This div box has shadow with color #caecef
Comments
No comments written yet.
Please login to write comment.