Color spaces of #c2ffcb
RGB | 194 | 255 | 203 |
---|---|---|---|
HSL | 0.36 | 1.00 | 0.88 |
HSV | 129° | 24° | 100° |
CMYK | 0.24 | 0.00 | 0.20 0.00 |
XYZ | 68.7876 | 87.3011 | 69.7252 |
Yxy | 87.3011 | 0.3046 | 0.3866 |
Hunter Lab | 93.4351 | -32.0983 | 21.1598 |
CIE-Lab | 94.8659 | -28.9588 | 18.7603 |
#c2ffcb color RGB value is (194,255,203).
#c2ffcb hex color red value is 194, green value is 255 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c2ffcb hue: 0.36 , saturation: 1.00 and the lightness value of c2ffcb is 0.88.
The process color (four color CMYK) of #c2ffcb color hex is 0.24, 0.00, 0.20, 0.00. Web safe color of #c2ffcb is #ccffcc. Color #c2ffcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 11111111 | 11001011 |
Octal | 302 | 377 | 313 |
Decimal | 194 | 255 | 203 |
Hex | C2 | FF | CB |
Shades of #c2ffcb
Tints of #c2ffcb
RGB Percentages of Color #c2ffcb
CMYK Percentages of Color #c2ffcb
Complementary Color
#c2ffcb | #ffc2f6 |
#c2ffcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2ffcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2ffcb Color CSS Codes
.mybgcolor {background-color:#c2ffcb; } .myforecolor {color:#c2ffcb; } .mybordercolor {border:3px solid #c2ffcb; }
#c2ffcb Text Font Color
<p style="color:#c2ffcb">Text here</p>
This sample text font color is #c2ffcb
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.
#c2ffcb Background Color
<div style="background-color:#c2ffcb">
Div content here</div>
This div background color is #c2ffcb
#c2ffcb Border Color
<div style="border:3px solid #c2ffcb">
Div here</div>
This div border color is #c2ffcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,255,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2ffcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2ffcb; -webkit-box-shadow: 1px 1px 3px 2px #c2ffcb; box-shadow: 1px 1px 3px 2px #c2ffcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,255,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2ffcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2ffcb; -webkit-box-shadow: 1px 1px 3px 2px #c2ffcb; box-shadow: 1px 1px 3px 2px #c2ffcb;">
Div content here</div>
This div box has shadow with color #c2ffcb
Comments
No comments written yet.
Please login to write comment.