Color spaces of #c2ccbc
RGB | 194 | 204 | 188 |
---|---|---|---|
HSL | 0.27 | 0.14 | 0.77 |
HSV | 98° | 8° | 80° |
CMYK | 0.05 | 0.00 | 0.08 0.20 |
XYZ | 52.9181 | 58.2859 | 56.0382 |
Yxy | 58.2859 | 0.3164 | 0.3485 |
Hunter Lab | 76.3452 | -9.8782 | 9.9221 |
CIE-Lab | 80.8975 | -6.3301 | 6.7876 |
#c2ccbc color RGB value is (194,204,188).
#c2ccbc hex color red value is 194, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c2ccbc hue: 0.27 , saturation: 0.14 and the lightness value of c2ccbc is 0.77.
The process color (four color CMYK) of #c2ccbc color hex is 0.05, 0.00, 0.08, 0.20. Web safe color of #c2ccbc is #cccccc. Color #c2ccbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 11001100 | 10111100 |
Octal | 302 | 314 | 274 |
Decimal | 194 | 204 | 188 |
Hex | C2 | CC | BC |
Shades of #c2ccbc
Tints of #c2ccbc
RGB Percentages of Color #c2ccbc
CMYK Percentages of Color #c2ccbc
Complementary Color
#c2ccbc | #c6bccc |
#c2ccbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2ccbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2ccbc Color CSS Codes
.mybgcolor {background-color:#c2ccbc; } .myforecolor {color:#c2ccbc; } .mybordercolor {border:3px solid #c2ccbc; }
#c2ccbc Text Font Color
<p style="color:#c2ccbc">Text here</p>
This sample text font color is #c2ccbc
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.
#c2ccbc Background Color
<div style="background-color:#c2ccbc">
Div content here</div>
This div background color is #c2ccbc
#c2ccbc Border Color
<div style="border:3px solid #c2ccbc">
Div here</div>
This div border color is #c2ccbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,204,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2ccbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2ccbc; -webkit-box-shadow: 1px 1px 3px 2px #c2ccbc; box-shadow: 1px 1px 3px 2px #c2ccbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,204,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2ccbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2ccbc; -webkit-box-shadow: 1px 1px 3px 2px #c2ccbc; box-shadow: 1px 1px 3px 2px #c2ccbc;">
Div content here</div>
This div box has shadow with color #c2ccbc
Comments
No comments written yet.
Please login to write comment.