Color Hex Logo

#ccd2dc Color Hex

#CCD2DC
(204,210,220)
1 Favorites   0 Comments

Color spaces of #ccd2dc

RGB 204210220
HSL0.600.190.83
HSV218°86°
CMYK 0.070.050.00   0.14
XYZ60.866764.097976.8743
Yxy64.09790.30160.3176
Hunter Lab80.0612-4.4020-0.8871
CIE-Lab84.0167-0.1331-5.6464

#ccd2dc color RGB value is (204,210,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 11011100
Octal 314 322 334
Decimal 204 210 220
Hex CC D2 DC

RGB Percentages of Color #ccd2dc

%32.18
%33.12
%34.70

CMYK Percentages of Color #ccd2dc

%7
%5
%0
%14

Triadic Colors of #ccd2dc

#ccd2dc #dcccd2 #d2dccc

Analogous Colors of #ccd2dc

#ccd2dc #ceccdc #ccdadc

Monochromatic Colors of #ccd2dc

#ccd2dc

Complementary Color

#ccd2dc #dcd6cc

#ccd2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd2dc Color CSS Codes

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

#ccd2dc Text Font Color

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

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


#ccd2dc Background Color

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

This div background color is #ccd2dc


#ccd2dc Border Color

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

This div border color is #ccd2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd2dc

#ccd2dc Color Palettes


Comments

No comments written yet.

Please login to write comment.