Color spaces of #cceeb0
RGB | 204 | 238 | 176 |
---|---|---|---|
HSL | 0.26 | 0.65 | 0.81 |
HSV | 93° | 26° | 93° |
CMYK | 0.14 | 0.00 | 0.26 0.07 |
XYZ | 63.3128 | 77.1210 | 52.6232 |
Yxy | 77.1210 | 0.3279 | 0.3995 |
Hunter Lab | 87.8186 | -24.9929 | 25.9449 |
CIE-Lab | 90.3773 | -21.8517 | 26.4563 |
#cceeb0 color RGB value is (204,238,176).
#cceeb0 hex color red value is 204, green value is 238 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cceeb0 hue: 0.26 , saturation: 0.65 and the lightness value of cceeb0 is 0.81.
The process color (four color CMYK) of #cceeb0 color hex is 0.14, 0.00, 0.26, 0.07. Web safe color of #cceeb0 is #ccff99. Color #cceeb0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101110 | 10110000 |
Octal | 314 | 356 | 260 |
Decimal | 204 | 238 | 176 |
Hex | CC | EE | B0 |
Shades of #cceeb0
Tints of #cceeb0
RGB Percentages of Color #cceeb0
CMYK Percentages of Color #cceeb0
Complementary Color
#cceeb0 | #d2b0ee |
#cceeb0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cceeb0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cceeb0 Color CSS Codes
.mybgcolor {background-color:#cceeb0; } .myforecolor {color:#cceeb0; } .mybordercolor {border:3px solid #cceeb0; }
#cceeb0 Text Font Color
<p style="color:#cceeb0">Text here</p>
This sample text font color is #cceeb0
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.
#cceeb0 Background Color
<div style="background-color:#cceeb0">
Div content here</div>
This div background color is #cceeb0
#cceeb0 Border Color
<div style="border:3px solid #cceeb0">
Div here</div>
This div border color is #cceeb0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,238,176, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cceeb0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cceeb0; -webkit-box-shadow: 1px 1px 3px 2px #cceeb0; box-shadow: 1px 1px 3px 2px #cceeb0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,238,176, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cceeb0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cceeb0; -webkit-box-shadow: 1px 1px 3px 2px #cceeb0; box-shadow: 1px 1px 3px 2px #cceeb0;">
Div content here</div>
This div box has shadow with color #cceeb0
Comments
No comments written yet.
Please login to write comment.