Color Hex Logo

#c8ccde Color Hex

#C8CCDE
(200,204,222)
0 Favorites   0 Comments

Color spaces of #c8ccde

RGB 200204222
HSL0.640.250.83
HSV229°10°87°
CMYK 0.100.080.00   0.13
XYZ58.597160.739077.7426
Yxy60.73900.29730.3082
Hunter Lab77.9352-2.1780-4.5888
CIE-Lab82.23822.1080-9.3807

#c8ccde color RGB value is (200,204,222).

#c8ccde hex color red value is 200, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c8ccde hue: 0.64 , saturation: 0.25 and the lightness value of c8ccde is 0.83.

The process color (four color CMYK) of #c8ccde color hex is 0.10, 0.08, 0.00, 0.13. Web safe color of #c8ccde is #cccccc. Color #c8ccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001100 11011110
Octal 310 314 336
Decimal 200 204 222
Hex C8 CC DE

RGB Percentages of Color #c8ccde

%31.95
%32.59
%35.46

CMYK Percentages of Color #c8ccde

%10
%8
%0
%13

Triadic Colors of #c8ccde

#c8ccde #dec8cc #ccdec8

Analogous Colors of #c8ccde

#c8ccde #cfc8de #c8d7de

Monochromatic Colors of #c8ccde

#c8ccde

Complementary Color

#c8ccde #dedac8

#c8ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ccde Color CSS Codes

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

#c8ccde Text Font Color

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

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


#c8ccde Background Color

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

This div background color is #c8ccde


#c8ccde Border Color

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

This div border color is #c8ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ccde


Comments

No comments written yet.

Please login to write comment.