Color spaces of #c0fbda
RGB | 192 | 251 | 218 |
---|---|---|---|
HSL | 0.41 | 0.88 | 0.87 |
HSV | 146° | 24° | 98° |
CMYK | 0.24 | 0.00 | 0.13 0.02 |
XYZ | 68.8903 | 85.2628 | 79.1561 |
Yxy | 85.2628 | 0.2953 | 0.3654 |
Hunter Lab | 92.3379 | -28.4182 | 13.8105 |
CIE-Lab | 93.9962 | -24.9871 | 9.8148 |
#c0fbda color RGB value is (192,251,218).
#c0fbda hex color red value is 192, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c0fbda hue: 0.41 , saturation: 0.88 and the lightness value of c0fbda is 0.87.
The process color (four color CMYK) of #c0fbda color hex is 0.24, 0.00, 0.13, 0.02. Web safe color of #c0fbda is #ccffcc. Color #c0fbda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11111011 | 11011010 |
Octal | 300 | 373 | 332 |
Decimal | 192 | 251 | 218 |
Hex | C0 | FB | DA |
Shades of #c0fbda
Tints of #c0fbda
RGB Percentages of Color #c0fbda
CMYK Percentages of Color #c0fbda
Complementary Color
#c0fbda | #fbc0e1 |
#c0fbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0fbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0fbda Color CSS Codes
.mybgcolor {background-color:#c0fbda; } .myforecolor {color:#c0fbda; } .mybordercolor {border:3px solid #c0fbda; }
#c0fbda Text Font Color
<p style="color:#c0fbda">Text here</p>
This sample text font color is #c0fbda
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.
#c0fbda Background Color
<div style="background-color:#c0fbda">
Div content here</div>
This div background color is #c0fbda
#c0fbda Border Color
<div style="border:3px solid #c0fbda">
Div here</div>
This div border color is #c0fbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,251,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0fbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0fbda; -webkit-box-shadow: 1px 1px 3px 2px #c0fbda; box-shadow: 1px 1px 3px 2px #c0fbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,251,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0fbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0fbda; -webkit-box-shadow: 1px 1px 3px 2px #c0fbda; box-shadow: 1px 1px 3px 2px #c0fbda;">
Div content here</div>
This div box has shadow with color #c0fbda
Comments
No comments written yet.
Please login to write comment.