Color spaces of #cbdebb
RGB | 203 | 222 | 187 |
---|---|---|---|
HSL | 0.26 | 0.35 | 0.80 |
HSV | 93° | 16° | 87° |
CMYK | 0.09 | 0.00 | 0.16 0.13 |
XYZ | 59.7195 | 68.5269 | 57.0932 |
Yxy | 68.5269 | 0.3222 | 0.3697 |
Hunter Lab | 82.7810 | -16.0940 | 17.0550 |
CIE-Lab | 86.2692 | -12.5671 | 15.0496 |
#cbdebb color RGB value is (203,222,187).
#cbdebb hex color red value is 203, green value is 222 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cbdebb hue: 0.26 , saturation: 0.35 and the lightness value of cbdebb is 0.80.
The process color (four color CMYK) of #cbdebb color hex is 0.09, 0.00, 0.16, 0.13. Web safe color of #cbdebb is #cccccc. Color #cbdebb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011110 | 10111011 |
Octal | 313 | 336 | 273 |
Decimal | 203 | 222 | 187 |
Hex | CB | DE | BB |
Shades of #cbdebb
Tints of #cbdebb
RGB Percentages of Color #cbdebb
CMYK Percentages of Color #cbdebb
Complementary Color
#cbdebb | #cebbde |
#cbdebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdebb Color CSS Codes
.mybgcolor {background-color:#cbdebb; } .myforecolor {color:#cbdebb; } .mybordercolor {border:3px solid #cbdebb; }
#cbdebb Text Font Color
<p style="color:#cbdebb">Text here</p>
This sample text font color is #cbdebb
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.
#cbdebb Background Color
<div style="background-color:#cbdebb">
Div content here</div>
This div background color is #cbdebb
#cbdebb Border Color
<div style="border:3px solid #cbdebb">
Div here</div>
This div border color is #cbdebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,222,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdebb; -webkit-box-shadow: 1px 1px 3px 2px #cbdebb; box-shadow: 1px 1px 3px 2px #cbdebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,222,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 #cbdebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdebb; -webkit-box-shadow: 1px 1px 3px 2px #cbdebb; box-shadow: 1px 1px 3px 2px #cbdebb;">
Div content here</div>
This div box has shadow with color #cbdebb
Comments
No comments written yet.
Please login to write comment.