Color Hex Logo

#c8cdcc Color Hex

#C8CDCC
(200,205,204)
0 Favorites   0 Comments

Color spaces of #c8cdcc

RGB 200205204
HSL0.470.050.79
HSV168°80°
CMYK 0.020.000.00   0.20
XYZ56.549860.301665.7856
Yxy60.30160.30960.3302
Hunter Lab77.6541-5.90624.1296
CIE-Lab82.0018-1.8880-0.1092

#c8cdcc color RGB value is (200,205,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001101 11001100
Octal 310 315 314
Decimal 200 205 204
Hex C8 CD CC

RGB Percentages of Color #c8cdcc

%32.84
%33.66
%33.50

CMYK Percentages of Color #c8cdcc

%2
%0
%0
%20

Triadic Colors of #c8cdcc

#c8cdcc #ccc8cd #cdccc8

Analogous Colors of #c8cdcc

#c8cdcc #c8cccd #c8cdca

Monochromatic Colors of #c8cdcc

#c8cdcc

Complementary Color

#c8cdcc #cdc8c9

#c8cdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cdcc Color CSS Codes

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

#c8cdcc Text Font Color

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

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


#c8cdcc Background Color

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

This div background color is #c8cdcc


#c8cdcc Border Color

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

This div border color is #c8cdcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,205,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 #c8cdcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cdcc


Comments

No comments written yet.

Please login to write comment.