Color spaces of #caeedf
RGB | 202 | 238 | 223 |
---|---|---|---|
HSL | 0.43 | 0.51 | 0.86 |
HSV | 155° | 15° | 93° |
CMYK | 0.15 | 0.00 | 0.06 0.07 |
XYZ | 68.2509 | 79.0333 | 81.4698 |
Yxy | 79.0333 | 0.2984 | 0.3455 |
Hunter Lab | 88.9007 | -18.5380 | 7.8963 |
CIE-Lab | 91.2494 | -14.5409 | 3.3435 |
#caeedf color RGB value is (202,238,223).
#caeedf hex color red value is 202, green value is 238 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #caeedf hue: 0.43 , saturation: 0.51 and the lightness value of caeedf is 0.86.
The process color (four color CMYK) of #caeedf color hex is 0.15, 0.00, 0.06, 0.07. Web safe color of #caeedf is #ccffcc. Color #caeedf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101110 | 11011111 |
Octal | 312 | 356 | 337 |
Decimal | 202 | 238 | 223 |
Hex | CA | EE | DF |
Shades of #caeedf
Tints of #caeedf
RGB Percentages of Color #caeedf
CMYK Percentages of Color #caeedf
Complementary Color
#caeedf | #eecad9 |
#caeedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caeedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#caeedf Color CSS Codes
.mybgcolor {background-color:#caeedf; } .myforecolor {color:#caeedf; } .mybordercolor {border:3px solid #caeedf; }
#caeedf Text Font Color
<p style="color:#caeedf">Text here</p>
This sample text font color is #caeedf
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.
#caeedf Background Color
<div style="background-color:#caeedf">
Div content here</div>
This div background color is #caeedf
#caeedf Border Color
<div style="border:3px solid #caeedf">
Div here</div>
This div border color is #caeedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,238,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caeedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caeedf; -webkit-box-shadow: 1px 1px 3px 2px #caeedf; box-shadow: 1px 1px 3px 2px #caeedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,238,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caeedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caeedf; -webkit-box-shadow: 1px 1px 3px 2px #caeedf; box-shadow: 1px 1px 3px 2px #caeedf;">
Div content here</div>
This div box has shadow with color #caeedf
Comments
No comments written yet.
Please login to write comment.