Color Hex Logo

#ccd7cc Color Hex

#CCD7CC
(204,215,204)
0 Favorites   0 Comments

Color spaces of #ccd7cc

RGB 204215204
HSL0.330.120.82
HSV120°84°
CMYK 0.050.000.05   0.16
XYZ60.101465.797966.6593
Yxy65.79790.31210.3417
Hunter Lab81.1159-9.69648.0579
CIE-Lab84.8932-5.72514.1307

#ccd7cc color RGB value is (204,215,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 11001100
Octal 314 327 314
Decimal 204 215 204
Hex CC D7 CC

RGB Percentages of Color #ccd7cc

%32.74
%34.51
%32.74

CMYK Percentages of Color #ccd7cc

%5
%0
%5
%16

Triadic Colors of #ccd7cc

#ccd7cc #ccccd7 #d7cccc

Analogous Colors of #ccd7cc

#ccd7cc #ccd7d2 #d2d7cc

Monochromatic Colors of #ccd7cc

#ccd7cc

Complementary Color

#ccd7cc #d7ccd7

#ccd7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd7cc Color CSS Codes

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

#ccd7cc Text Font Color

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

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


#ccd7cc Background Color

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

This div background color is #ccd7cc


#ccd7cc Border Color

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

This div border color is #ccd7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd7cc


Comments

No comments written yet.

Please login to write comment.