Color spaces of #c0edec
RGB | 192 | 237 | 236 |
---|---|---|---|
HSL | 0.50 | 0.56 | 0.84 |
HSV | 179° | 19° | 93° |
CMYK | 0.19 | 0.00 | 0.00 0.07 |
XYZ | 67.1627 | 77.8310 | 90.8399 |
Yxy | 77.8310 | 0.2848 | 0.3300 |
Hunter Lab | 88.2219 | -18.4975 | 0.7059 |
CIE-Lab | 90.7027 | -14.5771 | -4.3089 |
#c0edec color RGB value is (192,237,236).
#c0edec hex color red value is 192, green value is 237 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c0edec hue: 0.50 , saturation: 0.56 and the lightness value of c0edec is 0.84.
The process color (four color CMYK) of #c0edec color hex is 0.19, 0.00, 0.00, 0.07. Web safe color of #c0edec is #ccffff. Color #c0edec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11101101 | 11101100 |
Octal | 300 | 355 | 354 |
Decimal | 192 | 237 | 236 |
Hex | C0 | ED | EC |
Shades of #c0edec
Tints of #c0edec
RGB Percentages of Color #c0edec
CMYK Percentages of Color #c0edec
Complementary Color
#c0edec | #edc0c1 |
#c0edec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0edec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0edec Color CSS Codes
.mybgcolor {background-color:#c0edec; } .myforecolor {color:#c0edec; } .mybordercolor {border:3px solid #c0edec; }
#c0edec Text Font Color
<p style="color:#c0edec">Text here</p>
This sample text font color is #c0edec
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.
#c0edec Background Color
<div style="background-color:#c0edec">
Div content here</div>
This div background color is #c0edec
#c0edec Border Color
<div style="border:3px solid #c0edec">
Div here</div>
This div border color is #c0edec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,237,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0edec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0edec; -webkit-box-shadow: 1px 1px 3px 2px #c0edec; box-shadow: 1px 1px 3px 2px #c0edec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,237,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0edec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0edec; -webkit-box-shadow: 1px 1px 3px 2px #c0edec; box-shadow: 1px 1px 3px 2px #c0edec;">
Div content here</div>
This div box has shadow with color #c0edec
Comments
No comments written yet.
Please login to write comment.