Color spaces of #caecee
RGB | 202 | 236 | 238 |
---|---|---|---|
HSL | 0.51 | 0.51 | 0.86 |
HSV | 183° | 15° | 93° |
CMYK | 0.15 | 0.01 | 0.00 0.07 |
XYZ | 69.7852 | 78.7205 | 92.4054 |
Yxy | 78.7205 | 0.2897 | 0.3268 |
Hunter Lab | 88.7246 | -14.8711 | 0.3575 |
CIE-Lab | 91.1077 | -10.6000 | -4.6861 |
#caecee color RGB value is (202,236,238).
#caecee hex color red value is 202, green value is 236 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #caecee hue: 0.51 , saturation: 0.51 and the lightness value of caecee is 0.86.
The process color (four color CMYK) of #caecee color hex is 0.15, 0.01, 0.00, 0.07. Web safe color of #caecee is #ccffff. Color #caecee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101100 | 11101110 |
Octal | 312 | 354 | 356 |
Decimal | 202 | 236 | 238 |
Hex | CA | EC | EE |
Shades of #caecee
Tints of #caecee
RGB Percentages of Color #caecee
CMYK Percentages of Color #caecee
Complementary Color
#caecee | #eeccca |
#caecee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caecee Color Preview on White Background
Lorem ipsum dolor sit amet.
#caecee Color CSS Codes
.mybgcolor {background-color:#caecee; } .myforecolor {color:#caecee; } .mybordercolor {border:3px solid #caecee; }
#caecee Text Font Color
<p style="color:#caecee">Text here</p>
This sample text font color is #caecee
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.
#caecee Background Color
<div style="background-color:#caecee">
Div content here</div>
This div background color is #caecee
#caecee Border Color
<div style="border:3px solid #caecee">
Div here</div>
This div border color is #caecee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,236,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caecee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caecee; -webkit-box-shadow: 1px 1px 3px 2px #caecee; box-shadow: 1px 1px 3px 2px #caecee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,236,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caecee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caecee; -webkit-box-shadow: 1px 1px 3px 2px #caecee; box-shadow: 1px 1px 3px 2px #caecee;">
Div content here</div>
This div box has shadow with color #caecee
Comments
No comments written yet.
Please login to write comment.