Color Hex Logo

#c8dccc Color Hex

#C8DCCC
(200,220,204)
0 Favorites   0 Comments

Color spaces of #c8dccc

RGB 200220204
HSL0.370.220.82
HSV132°86°
CMYK 0.090.000.07   0.14
XYZ60.311767.825467.0396
Yxy67.82540.30900.3475
Hunter Lab82.3562-13.40289.3861
CIE-Lab85.9191-9.64695.5770

#c8dccc color RGB value is (200,220,204).

#c8dccc hex color red value is 200, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c8dccc hue: 0.37 , saturation: 0.22 and the lightness value of c8dccc is 0.82.

The process color (four color CMYK) of #c8dccc color hex is 0.09, 0.00, 0.07, 0.14. Web safe color of #c8dccc is #cccccc. Color #c8dccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011100 11001100
Octal 310 334 314
Decimal 200 220 204
Hex C8 DC CC

RGB Percentages of Color #c8dccc

%32.05
%35.26
%32.69

CMYK Percentages of Color #c8dccc

%9
%0
%7
%14

Triadic Colors of #c8dccc

#c8dccc #ccc8dc #dcccc8

Analogous Colors of #c8dccc

#c8dccc #c8dcd6 #cedcc8

Monochromatic Colors of #c8dccc

#c8dccc

Complementary Color

#c8dccc #dcc8d8

#c8dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dccc Color CSS Codes

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

#c8dccc Text Font Color

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

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


#c8dccc Background Color

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

This div background color is #c8dccc


#c8dccc Border Color

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

This div border color is #c8dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dccc


Comments

No comments written yet.

Please login to write comment.