Color spaces of #c3cecb
RGB | 195 | 206 | 203 |
---|---|---|---|
HSL | 0.45 | 0.10 | 0.79 |
HSV | 164° | 5° | 81° |
CMYK | 0.05 | 0.00 | 0.01 0.19 |
XYZ | 55.3565 | 60.0565 | 65.1744 |
Yxy | 60.0565 | 0.3065 | 0.3326 |
Hunter Lab | 77.4961 | -8.1133 | 4.3843 |
CIE-Lab | 81.8689 | -4.2939 | 0.1868 |
#c3cecb color RGB value is (195,206,203).
#c3cecb hex color red value is 195, green value is 206 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c3cecb hue: 0.45 , saturation: 0.10 and the lightness value of c3cecb is 0.79.
The process color (four color CMYK) of #c3cecb color hex is 0.05, 0.00, 0.01, 0.19. Web safe color of #c3cecb is #cccccc. Color #c3cecb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 11001110 | 11001011 |
Octal | 303 | 316 | 313 |
Decimal | 195 | 206 | 203 |
Hex | C3 | CE | CB |
Shades of #c3cecb
Tints of #c3cecb
RGB Percentages of Color #c3cecb
CMYK Percentages of Color #c3cecb
Complementary Color
#c3cecb | #cec3c6 |
#c3cecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3cecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3cecb Color CSS Codes
.mybgcolor {background-color:#c3cecb; } .myforecolor {color:#c3cecb; } .mybordercolor {border:3px solid #c3cecb; }
#c3cecb Text Font Color
<p style="color:#c3cecb">Text here</p>
This sample text font color is #c3cecb
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.
#c3cecb Background Color
<div style="background-color:#c3cecb">
Div content here</div>
This div background color is #c3cecb
#c3cecb Border Color
<div style="border:3px solid #c3cecb">
Div here</div>
This div border color is #c3cecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,206,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3cecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3cecb; -webkit-box-shadow: 1px 1px 3px 2px #c3cecb; box-shadow: 1px 1px 3px 2px #c3cecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,206,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 #c3cecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3cecb; -webkit-box-shadow: 1px 1px 3px 2px #c3cecb; box-shadow: 1px 1px 3px 2px #c3cecb;">
Div content here</div>
This div box has shadow with color #c3cecb
Comments
No comments written yet.
Please login to write comment.