Color spaces of #c0dfbd
RGB | 192 | 223 | 189 |
---|---|---|---|
HSL | 0.32 | 0.35 | 0.81 |
HSV | 115° | 15° | 87° |
CMYK | 0.14 | 0.00 | 0.15 0.13 |
XYZ | 57.3112 | 67.6559 | 58.1824 |
Yxy | 67.6559 | 0.3129 | 0.3694 |
Hunter Lab | 82.2532 | -19.5705 | 15.6380 |
CIE-Lab | 85.8341 | -16.5273 | 13.2803 |
#c0dfbd color RGB value is (192,223,189).
#c0dfbd hex color red value is 192, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c0dfbd hue: 0.32 , saturation: 0.35 and the lightness value of c0dfbd is 0.81.
The process color (four color CMYK) of #c0dfbd color hex is 0.14, 0.00, 0.15, 0.13. Web safe color of #c0dfbd is #cccccc. Color #c0dfbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11011111 | 10111101 |
Octal | 300 | 337 | 275 |
Decimal | 192 | 223 | 189 |
Hex | C0 | DF | BD |
Shades of #c0dfbd
Tints of #c0dfbd
RGB Percentages of Color #c0dfbd
CMYK Percentages of Color #c0dfbd
Complementary Color
#c0dfbd | #dcbddf |
#c0dfbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0dfbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0dfbd Color CSS Codes
.mybgcolor {background-color:#c0dfbd; } .myforecolor {color:#c0dfbd; } .mybordercolor {border:3px solid #c0dfbd; }
#c0dfbd Text Font Color
<p style="color:#c0dfbd">Text here</p>
This sample text font color is #c0dfbd
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.
#c0dfbd Background Color
<div style="background-color:#c0dfbd">
Div content here</div>
This div background color is #c0dfbd
#c0dfbd Border Color
<div style="border:3px solid #c0dfbd">
Div here</div>
This div border color is #c0dfbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,223,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0dfbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0dfbd; -webkit-box-shadow: 1px 1px 3px 2px #c0dfbd; box-shadow: 1px 1px 3px 2px #c0dfbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,223,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0dfbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0dfbd; -webkit-box-shadow: 1px 1px 3px 2px #c0dfbd; box-shadow: 1px 1px 3px 2px #c0dfbd;">
Div content here</div>
This div box has shadow with color #c0dfbd
Comments
No comments written yet.
Please login to write comment.