Color Hex Logo

#ccc8dc Color Hex

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

Color spaces of #ccc8dc

RGB 204200220
HSL0.700.220.82
HSV252°86°
CMYK 0.070.090.00   0.14
XYZ58.474459.313276.0768
Yxy59.31320.30160.3060
Hunter Lab77.01510.7514-4.6571
CIE-Lab81.46345.1504-9.4306

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

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

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

Base Numbers

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

RGB Percentages of Color #ccc8dc

%32.69
%32.05
%35.26

CMYK Percentages of Color #ccc8dc

%7
%9
%0
%14

Triadic Colors of #ccc8dc

#ccc8dc #dcccc8 #c8dccc

Analogous Colors of #ccc8dc

#ccc8dc #d6c8dc #c8cedc

Monochromatic Colors of #ccc8dc

#ccc8dc

Complementary Color

#ccc8dc #d8dcc8

#ccc8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc8dc Color CSS Codes

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

#ccc8dc Text Font Color

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

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


#ccc8dc Background Color

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

This div background color is #ccc8dc


#ccc8dc Border Color

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

This div border color is #ccc8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc8dc

#ccc8dc Color Palettes


Comments

No comments written yet.

Please login to write comment.