Color Hex Logo

#c8ccca Color Hex

#C8CCCA
(200,204,202)
0 Favorites   0 Comments

Color spaces of #c8ccca

RGB 200204202
HSL0.420.040.79
HSV150°80°
CMYK 0.020.000.01   0.20
XYZ56.073059.729464.4507
Yxy59.72940.31110.3314
Hunter Lab77.2848-5.74004.6552
CIE-Lab81.6909-1.73290.5061

#c8ccca color RGB value is (200,204,202).

#c8ccca hex color red value is 200, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c8ccca hue: 0.42 , saturation: 0.04 and the lightness value of c8ccca is 0.79.

The process color (four color CMYK) of #c8ccca color hex is 0.02, 0.00, 0.01, 0.20. Web safe color of #c8ccca is #cccccc. Color #c8ccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001100 11001010
Octal 310 314 312
Decimal 200 204 202
Hex C8 CC CA

RGB Percentages of Color #c8ccca

%33.00
%33.66
%33.33

CMYK Percentages of Color #c8ccca

%2
%0
%1
%20

Triadic Colors of #c8ccca

#c8ccca #cac8cc #cccac8

Analogous Colors of #c8ccca

#c8ccca #c8cccc #c8ccc8

Monochromatic Colors of #c8ccca

#c8ccca

Complementary Color

#c8ccca #ccc8ca

#c8ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ccca Color CSS Codes

.mybgcolor {background-color:#c8ccca; } 
.myforecolor {color:#c8ccca; }
.mybordercolor {border:3px solid #c8ccca; }

#c8ccca Text Font Color

<p style="color:#c8ccca">Text here</p>

This sample text font color is #c8ccca
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.


#c8ccca Background Color

<div style="background-color:#c8ccca">
Div content here</div>

This div background color is #c8ccca


#c8ccca Border Color

<div style="border:3px solid #c8ccca">
Div here</div>

This div border color is #c8ccca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,204,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8ccca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8ccca;
  -webkit-box-shadow: 1px 1px 3px 2px #c8ccca;
  box-shadow:         1px 1px 3px 2px #c8ccca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,204,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c8ccca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c8ccca;
  -webkit-box-shadow: 1px 1px 3px 2px #c8ccca;
  box-shadow:         1px 1px 3px 2px #c8ccca;">
Div content here</div>

This div box has shadow with color #c8ccca


Comments

No comments written yet.

Please login to write comment.