Color spaces of #c0dbbf
RGB | 192 | 219 | 191 |
---|---|---|---|
HSL | 0.33 | 0.28 | 0.80 |
HSV | 118° | 13° | 86° |
CMYK | 0.12 | 0.00 | 0.13 0.14 |
XYZ | 56.4737 | 65.6311 | 58.9818 |
Yxy | 65.6311 | 0.3119 | 0.3624 |
Hunter Lab | 81.0130 | -17.3415 | 13.5428 |
CIE-Lab | 84.8079 | -14.1717 | 10.7710 |
#c0dbbf color RGB value is (192,219,191).
#c0dbbf hex color red value is 192, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c0dbbf hue: 0.33 , saturation: 0.28 and the lightness value of c0dbbf is 0.80.
The process color (four color CMYK) of #c0dbbf color hex is 0.12, 0.00, 0.13, 0.14. Web safe color of #c0dbbf is #cccccc. Color #c0dbbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11011011 | 10111111 |
Octal | 300 | 333 | 277 |
Decimal | 192 | 219 | 191 |
Hex | C0 | DB | BF |
Shades of #c0dbbf
Tints of #c0dbbf
RGB Percentages of Color #c0dbbf
CMYK Percentages of Color #c0dbbf
Complementary Color
#c0dbbf | #dabfdb |
#c0dbbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0dbbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0dbbf Color CSS Codes
.mybgcolor {background-color:#c0dbbf; } .myforecolor {color:#c0dbbf; } .mybordercolor {border:3px solid #c0dbbf; }
#c0dbbf Text Font Color
<p style="color:#c0dbbf">Text here</p>
This sample text font color is #c0dbbf
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.
#c0dbbf Background Color
<div style="background-color:#c0dbbf">
Div content here</div>
This div background color is #c0dbbf
#c0dbbf Border Color
<div style="border:3px solid #c0dbbf">
Div here</div>
This div border color is #c0dbbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,219,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0dbbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0dbbf; -webkit-box-shadow: 1px 1px 3px 2px #c0dbbf; box-shadow: 1px 1px 3px 2px #c0dbbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,219,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0dbbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0dbbf; -webkit-box-shadow: 1px 1px 3px 2px #c0dbbf; box-shadow: 1px 1px 3px 2px #c0dbbf;">
Div content here</div>
This div box has shadow with color #c0dbbf
Comments
No comments written yet.
Please login to write comment.