Color Hex Logo

#c8cddc Color Hex

#C8CDDC
(200,205,220)
0 Favorites   0 Comments

Color spaces of #c8cddc

RGB 200205220
HSL0.630.220.82
HSV225°86°
CMYK 0.090.070.00   0.14
XYZ58.569061.109376.4185
Yxy61.10930.29870.3116
Hunter Lab78.1724-3.0645-3.2390
CIE-Lab82.43751.1812-8.0165

#c8cddc color RGB value is (200,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001101 11011100
Octal 310 315 334
Decimal 200 205 220
Hex C8 CD DC

RGB Percentages of Color #c8cddc

%32.00
%32.80
%35.20

CMYK Percentages of Color #c8cddc

%9
%7
%0
%14

Triadic Colors of #c8cddc

#c8cddc #dcc8cd #cddcc8

Analogous Colors of #c8cddc

#c8cddc #cdc8dc #c8d7dc

Monochromatic Colors of #c8cddc

#c8cddc

Complementary Color

#c8cddc #dcd7c8

#c8cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cddc Color CSS Codes

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

#c8cddc Text Font Color

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

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


#c8cddc Background Color

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

This div background color is #c8cddc


#c8cddc Border Color

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

This div border color is #c8cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cddc


Comments

No comments written yet.

Please login to write comment.