Color Hex Logo

#ccd6cc Color Hex

#CCD6CC
(204,214,204)
0 Favorites   0 Comments

Color spaces of #ccd6cc

RGB 204214204
HSL0.330.110.82
HSV120°84°
CMYK 0.050.000.05   0.16
XYZ59.847565.290166.5747
Yxy65.29010.31220.3406
Hunter Lab80.8023-9.19517.7113
CIE-Lab84.6330-5.20863.7539

#ccd6cc color RGB value is (204,214,204).

#ccd6cc hex color red value is 204, green value is 214 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ccd6cc hue: 0.33 , saturation: 0.11 and the lightness value of ccd6cc is 0.82.

The process color (four color CMYK) of #ccd6cc color hex is 0.05, 0.00, 0.05, 0.16. Web safe color of #ccd6cc is #cccccc. Color #ccd6cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 11001100
Octal 314 326 314
Decimal 204 214 204
Hex CC D6 CC

RGB Percentages of Color #ccd6cc

%32.80
%34.41
%32.80

CMYK Percentages of Color #ccd6cc

%5
%0
%5
%16

Triadic Colors of #ccd6cc

#ccd6cc #ccccd6 #d6cccc

Analogous Colors of #ccd6cc

#ccd6cc #ccd6d1 #d1d6cc

Monochromatic Colors of #ccd6cc

#ccd6cc

Complementary Color

#ccd6cc #d6ccd6

#ccd6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd6cc Color CSS Codes

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

#ccd6cc Text Font Color

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

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


#ccd6cc Background Color

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

This div background color is #ccd6cc


#ccd6cc Border Color

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

This div border color is #ccd6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd6cc

#ccd6cc Color Palettes


Comments

No comments written yet.

Please login to write comment.