Color spaces of #c0eacd
RGB | 192 | 234 | 205 |
---|---|---|---|
HSL | 0.38 | 0.50 | 0.84 |
HSV | 139° | 18° | 92° |
CMYK | 0.18 | 0.00 | 0.12 0.08 |
XYZ | 62.1805 | 74.4599 | 68.8525 |
Yxy | 74.4599 | 0.3026 | 0.3623 |
Hunter Lab | 86.2902 | -22.3810 | 13.0945 |
CIE-Lab | 89.1394 | -19.1349 | 9.6092 |
#c0eacd color RGB value is (192,234,205).
#c0eacd hex color red value is 192, green value is 234 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c0eacd hue: 0.38 , saturation: 0.50 and the lightness value of c0eacd is 0.84.
The process color (four color CMYK) of #c0eacd color hex is 0.18, 0.00, 0.12, 0.08. Web safe color of #c0eacd is #ccffcc. Color #c0eacd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11101010 | 11001101 |
Octal | 300 | 352 | 315 |
Decimal | 192 | 234 | 205 |
Hex | C0 | EA | CD |
Shades of #c0eacd
Tints of #c0eacd
RGB Percentages of Color #c0eacd
CMYK Percentages of Color #c0eacd
Complementary Color
#c0eacd | #eac0dd |
#c0eacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0eacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0eacd Color CSS Codes
.mybgcolor {background-color:#c0eacd; } .myforecolor {color:#c0eacd; } .mybordercolor {border:3px solid #c0eacd; }
#c0eacd Text Font Color
<p style="color:#c0eacd">Text here</p>
This sample text font color is #c0eacd
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.
#c0eacd Background Color
<div style="background-color:#c0eacd">
Div content here</div>
This div background color is #c0eacd
#c0eacd Border Color
<div style="border:3px solid #c0eacd">
Div here</div>
This div border color is #c0eacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,234,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0eacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0eacd; -webkit-box-shadow: 1px 1px 3px 2px #c0eacd; box-shadow: 1px 1px 3px 2px #c0eacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,234,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0eacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0eacd; -webkit-box-shadow: 1px 1px 3px 2px #c0eacd; box-shadow: 1px 1px 3px 2px #c0eacd;">
Div content here</div>
This div box has shadow with color #c0eacd
Comments
No comments written yet.
Please login to write comment.