Color spaces of #c0edab
RGB | 192 | 237 | 171 |
---|---|---|---|
HSL | 0.28 | 0.65 | 0.80 |
HSV | 101° | 28° | 93° |
CMYK | 0.19 | 0.00 | 0.28 0.07 |
XYZ | 59.3731 | 74.7151 | 49.8202 |
Yxy | 74.7151 | 0.3228 | 0.4063 |
Hunter Lab | 86.4379 | -28.6569 | 26.3336 |
CIE-Lab | 89.2594 | -26.2852 | 27.3666 |
#c0edab color RGB value is (192,237,171).
#c0edab hex color red value is 192, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c0edab hue: 0.28 , saturation: 0.65 and the lightness value of c0edab is 0.80.
The process color (four color CMYK) of #c0edab color hex is 0.19, 0.00, 0.28, 0.07. Web safe color of #c0edab is #ccff99. Color #c0edab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11101101 | 10101011 |
Octal | 300 | 355 | 253 |
Decimal | 192 | 237 | 171 |
Hex | C0 | ED | AB |
Shades of #c0edab
Tints of #c0edab
RGB Percentages of Color #c0edab
CMYK Percentages of Color #c0edab
Complementary Color
#c0edab | #d8abed |
#c0edab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0edab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0edab Color CSS Codes
.mybgcolor {background-color:#c0edab; } .myforecolor {color:#c0edab; } .mybordercolor {border:3px solid #c0edab; }
#c0edab Text Font Color
<p style="color:#c0edab">Text here</p>
This sample text font color is #c0edab
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.
#c0edab Background Color
<div style="background-color:#c0edab">
Div content here</div>
This div background color is #c0edab
#c0edab Border Color
<div style="border:3px solid #c0edab">
Div here</div>
This div border color is #c0edab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,237,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0edab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0edab; -webkit-box-shadow: 1px 1px 3px 2px #c0edab; box-shadow: 1px 1px 3px 2px #c0edab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,237,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0edab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0edab; -webkit-box-shadow: 1px 1px 3px 2px #c0edab; box-shadow: 1px 1px 3px 2px #c0edab;">
Div content here</div>
This div box has shadow with color #c0edab
Comments
No comments written yet.
Please login to write comment.