Color spaces of #c0fbcd
RGB | 192 | 251 | 205 |
---|---|---|---|
HSL | 0.37 | 0.88 | 0.87 |
HSV | 133° | 24° | 98° |
CMYK | 0.24 | 0.00 | 0.18 0.02 |
XYZ | 67.2549 | 84.6086 | 70.5440 |
Yxy | 84.6086 | 0.3024 | 0.3804 |
Hunter Lab | 91.9829 | -30.4568 | 18.9171 |
CIE-Lab | 93.7142 | -27.3539 | 16.1024 |
#c0fbcd color RGB value is (192,251,205).
#c0fbcd hex color red value is 192, green value is 251 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c0fbcd hue: 0.37 , saturation: 0.88 and the lightness value of c0fbcd is 0.87.
The process color (four color CMYK) of #c0fbcd color hex is 0.24, 0.00, 0.18, 0.02. Web safe color of #c0fbcd is #ccffcc. Color #c0fbcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11111011 | 11001101 |
Octal | 300 | 373 | 315 |
Decimal | 192 | 251 | 205 |
Hex | C0 | FB | CD |
Shades of #c0fbcd
Tints of #c0fbcd
RGB Percentages of Color #c0fbcd
CMYK Percentages of Color #c0fbcd
Complementary Color
#c0fbcd | #fbc0ee |
#c0fbcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0fbcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0fbcd Color CSS Codes
.mybgcolor {background-color:#c0fbcd; } .myforecolor {color:#c0fbcd; } .mybordercolor {border:3px solid #c0fbcd; }
#c0fbcd Text Font Color
<p style="color:#c0fbcd">Text here</p>
This sample text font color is #c0fbcd
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.
#c0fbcd Background Color
<div style="background-color:#c0fbcd">
Div content here</div>
This div background color is #c0fbcd
#c0fbcd Border Color
<div style="border:3px solid #c0fbcd">
Div here</div>
This div border color is #c0fbcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,251,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0fbcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0fbcd; -webkit-box-shadow: 1px 1px 3px 2px #c0fbcd; box-shadow: 1px 1px 3px 2px #c0fbcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,251,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 #c0fbcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0fbcd; -webkit-box-shadow: 1px 1px 3px 2px #c0fbcd; box-shadow: 1px 1px 3px 2px #c0fbcd;">
Div content here</div>
This div box has shadow with color #c0fbcd
Comments
No comments written yet.
Please login to write comment.