Color spaces of #caeebb
RGB | 202 | 238 | 187 |
---|---|---|---|
HSL | 0.28 | 0.60 | 0.83 |
HSV | 102° | 21° | 93° |
CMYK | 0.15 | 0.00 | 0.21 0.07 |
XYZ | 63.9013 | 77.2935 | 58.5649 |
Yxy | 77.2935 | 0.3199 | 0.3869 |
Hunter Lab | 87.9167 | -24.1135 | 22.0462 |
CIE-Lab | 90.4565 | -20.8445 | 20.8951 |
#caeebb color RGB value is (202,238,187).
#caeebb hex color red value is 202, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #caeebb hue: 0.28 , saturation: 0.60 and the lightness value of caeebb is 0.83.
The process color (four color CMYK) of #caeebb color hex is 0.15, 0.00, 0.21, 0.07. Web safe color of #caeebb is #ccffcc. Color #caeebb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101110 | 10111011 |
Octal | 312 | 356 | 273 |
Decimal | 202 | 238 | 187 |
Hex | CA | EE | BB |
Shades of #caeebb
Tints of #caeebb
RGB Percentages of Color #caeebb
CMYK Percentages of Color #caeebb
Complementary Color
#caeebb | #dfbbee |
#caeebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caeebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#caeebb Color CSS Codes
.mybgcolor {background-color:#caeebb; } .myforecolor {color:#caeebb; } .mybordercolor {border:3px solid #caeebb; }
#caeebb Text Font Color
<p style="color:#caeebb">Text here</p>
This sample text font color is #caeebb
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.
#caeebb Background Color
<div style="background-color:#caeebb">
Div content here</div>
This div background color is #caeebb
#caeebb Border Color
<div style="border:3px solid #caeebb">
Div here</div>
This div border color is #caeebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,238,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caeebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caeebb; -webkit-box-shadow: 1px 1px 3px 2px #caeebb; box-shadow: 1px 1px 3px 2px #caeebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,238,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caeebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caeebb; -webkit-box-shadow: 1px 1px 3px 2px #caeebb; box-shadow: 1px 1px 3px 2px #caeebb;">
Div content here</div>
This div box has shadow with color #caeebb
Comments
No comments written yet.
Please login to write comment.