Color spaces of #c3ccbc
RGB | 195 | 204 | 188 |
---|---|---|---|
HSL | 0.26 | 0.14 | 0.77 |
HSV | 94° | 8° | 80° |
CMYK | 0.04 | 0.00 | 0.08 0.20 |
XYZ | 53.1756 | 58.4187 | 56.0502 |
Yxy | 58.4187 | 0.3172 | 0.3485 |
Hunter Lab | 76.4321 | -9.5696 | 10.0232 |
CIE-Lab | 80.9710 | -5.9809 | 6.9029 |
#c3ccbc color RGB value is (195,204,188).
#c3ccbc hex color red value is 195, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c3ccbc hue: 0.26 , saturation: 0.14 and the lightness value of c3ccbc is 0.77.
The process color (four color CMYK) of #c3ccbc color hex is 0.04, 0.00, 0.08, 0.20. Web safe color of #c3ccbc is #cccccc. Color #c3ccbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 11001100 | 10111100 |
Octal | 303 | 314 | 274 |
Decimal | 195 | 204 | 188 |
Hex | C3 | CC | BC |
Shades of #c3ccbc
Tints of #c3ccbc
RGB Percentages of Color #c3ccbc
CMYK Percentages of Color #c3ccbc
Complementary Color
#c3ccbc | #c5bccc |
#c3ccbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3ccbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3ccbc Color CSS Codes
.mybgcolor {background-color:#c3ccbc; } .myforecolor {color:#c3ccbc; } .mybordercolor {border:3px solid #c3ccbc; }
#c3ccbc Text Font Color
<p style="color:#c3ccbc">Text here</p>
This sample text font color is #c3ccbc
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.
#c3ccbc Background Color
<div style="background-color:#c3ccbc">
Div content here</div>
This div background color is #c3ccbc
#c3ccbc Border Color
<div style="border:3px solid #c3ccbc">
Div here</div>
This div border color is #c3ccbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,204,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3ccbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3ccbc; -webkit-box-shadow: 1px 1px 3px 2px #c3ccbc; box-shadow: 1px 1px 3px 2px #c3ccbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,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 #c3ccbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3ccbc; -webkit-box-shadow: 1px 1px 3px 2px #c3ccbc; box-shadow: 1px 1px 3px 2px #c3ccbc;">
Div content here</div>
This div box has shadow with color #c3ccbc
Comments
No comments written yet.
Please login to write comment.