Color spaces of #c2ebcc
RGB | 194 | 235 | 204 |
---|---|---|---|
HSL | 0.37 | 0.51 | 0.84 |
HSV | 135° | 17° | 92° |
CMYK | 0.17 | 0.00 | 0.13 0.08 |
XYZ | 62.8555 | 75.2456 | 68.3378 |
Yxy | 75.2456 | 0.3045 | 0.3645 |
Hunter Lab | 86.7442 | -22.4600 | 14.0118 |
CIE-Lab | 89.5079 | -19.1583 | 10.6734 |
#c2ebcc color RGB value is (194,235,204).
#c2ebcc hex color red value is 194, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c2ebcc hue: 0.37 , saturation: 0.51 and the lightness value of c2ebcc is 0.84.
The process color (four color CMYK) of #c2ebcc color hex is 0.17, 0.00, 0.13, 0.08. Web safe color of #c2ebcc is #ccffcc. Color #c2ebcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 11101011 | 11001100 |
Octal | 302 | 353 | 314 |
Decimal | 194 | 235 | 204 |
Hex | C2 | EB | CC |
Shades of #c2ebcc
Tints of #c2ebcc
RGB Percentages of Color #c2ebcc
CMYK Percentages of Color #c2ebcc
Complementary Color
#c2ebcc | #ebc2e1 |
#c2ebcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2ebcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2ebcc Color CSS Codes
.mybgcolor {background-color:#c2ebcc; } .myforecolor {color:#c2ebcc; } .mybordercolor {border:3px solid #c2ebcc; }
#c2ebcc Text Font Color
<p style="color:#c2ebcc">Text here</p>
This sample text font color is #c2ebcc
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.
#c2ebcc Background Color
<div style="background-color:#c2ebcc">
Div content here</div>
This div background color is #c2ebcc
#c2ebcc Border Color
<div style="border:3px solid #c2ebcc">
Div here</div>
This div border color is #c2ebcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,235,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2ebcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2ebcc; -webkit-box-shadow: 1px 1px 3px 2px #c2ebcc; box-shadow: 1px 1px 3px 2px #c2ebcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,235,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2ebcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2ebcc; -webkit-box-shadow: 1px 1px 3px 2px #c2ebcc; box-shadow: 1px 1px 3px 2px #c2ebcc;">
Div content here</div>
This div box has shadow with color #c2ebcc
Comments
No comments written yet.
Please login to write comment.