Color Hex Logo

#ccd0ac Color Hex

#CCD0AC
(204,208,172)
0 Favorites   0 Comments

Color spaces of #ccd0ac

RGB 204208172
HSL0.190.280.75
HSV67°17°82°
CMYK 0.020.000.17   0.18
XYZ54.904160.927747.8962
Yxy60.92770.33530.3721
Hunter Lab78.0562-11.042918.2583
CIE-Lab82.3399-7.464617.4464

#ccd0ac color RGB value is (204,208,172).

#ccd0ac hex color red value is 204, green value is 208 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ccd0ac hue: 0.19 , saturation: 0.28 and the lightness value of ccd0ac is 0.75.

The process color (four color CMYK) of #ccd0ac color hex is 0.02, 0.00, 0.17, 0.18. Web safe color of #ccd0ac is #cccc99. Color #ccd0ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 10101100
Octal 314 320 254
Decimal 204 208 172
Hex CC D0 AC

RGB Percentages of Color #ccd0ac

%34.93
%35.62
%29.45

CMYK Percentages of Color #ccd0ac

%2
%0
%17
%18

Triadic Colors of #ccd0ac

#ccd0ac #acccd0 #d0accc

Analogous Colors of #ccd0ac

#ccd0ac #bad0ac #d0c2ac

Monochromatic Colors of #ccd0ac

#ccd0ac

Complementary Color

#ccd0ac #b0acd0

#ccd0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd0ac Color CSS Codes

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

#ccd0ac Text Font Color

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

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


#ccd0ac Background Color

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

This div background color is #ccd0ac


#ccd0ac Border Color

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

This div border color is #ccd0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd0ac

#ccd0ac Color Palettes


Comments

No comments written yet.

Please login to write comment.