Color Hex Logo

#c8ccda Color Hex

#C8CCDA
(200,204,218)
0 Favorites   0 Comments

Color spaces of #c8ccda

RGB 200204218
HSL0.630.200.82
HSV227°85°
CMYK 0.080.060.00   0.15
XYZ58.067260.527074.9521
Yxy60.52700.30000.3127
Hunter Lab77.7991-2.9207-2.6610
CIE-Lab82.12381.3146-7.4131

#c8ccda color RGB value is (200,204,218).

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

The process color (four color CMYK) of #c8ccda color hex is 0.08, 0.06, 0.00, 0.15. Web safe color of #c8ccda is #cccccc. Color #c8ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001100 11011010
Octal 310 314 332
Decimal 200 204 218
Hex C8 CC DA

RGB Percentages of Color #c8ccda

%32.15
%32.80
%35.05

CMYK Percentages of Color #c8ccda

%8
%6
%0
%15

Triadic Colors of #c8ccda

#c8ccda #dac8cc #ccdac8

Analogous Colors of #c8ccda

#c8ccda #cdc8da #c8d5da

Monochromatic Colors of #c8ccda

#c8ccda

Complementary Color

#c8ccda #dad6c8

#c8ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ccda Color CSS Codes

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

#c8ccda Text Font Color

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

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


#c8ccda Background Color

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

This div background color is #c8ccda


#c8ccda Border Color

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

This div border color is #c8ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ccda


Comments

No comments written yet.

Please login to write comment.