Color Hex Logo

#cccedc Color Hex

#CCCEDC
(204,206,220)
0 Favorites   0 Comments

Color spaces of #cccedc

RGB 204206220
HSL0.650.190.83
HSV233°86°
CMYK 0.070.060.00   0.14
XYZ59.891462.147376.5492
Yxy62.14730.30160.3129
Hunter Lab78.8336-2.3488-2.3885
CIE-Lab82.99171.9707-7.1622

#cccedc color RGB value is (204,206,220).

#cccedc hex color red value is 204, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cccedc hue: 0.65 , saturation: 0.19 and the lightness value of cccedc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 11011100
Octal 314 316 334
Decimal 204 206 220
Hex CC CE DC

RGB Percentages of Color #cccedc

%32.38
%32.70
%34.92

CMYK Percentages of Color #cccedc

%7
%6
%0
%14

Triadic Colors of #cccedc

#cccedc #dcccce #cedccc

Analogous Colors of #cccedc

#cccedc #d2ccdc #ccd6dc

Monochromatic Colors of #cccedc

#cccedc

Complementary Color

#cccedc #dcdacc

#cccedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccedc Color CSS Codes

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

#cccedc Text Font Color

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

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


#cccedc Background Color

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

This div background color is #cccedc


#cccedc Border Color

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

This div border color is #cccedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccedc


Comments

No comments written yet.

Please login to write comment.