Color Hex Logo

#ccd5ac Color Hex

#CCD5AC
(204,213,172)
0 Favorites   0 Comments

Color spaces of #ccd5ac

RGB 204213172
HSL0.200.330.75
HSV73°19°84°
CMYK 0.040.000.19   0.16
XYZ56.142563.404448.3090
Yxy63.40440.33450.3777
Hunter Lab79.6269-13.492119.7680
CIE-Lab83.6547-10.024419.2777

#ccd5ac color RGB value is (204,213,172).

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

The process color (four color CMYK) of #ccd5ac color hex is 0.04, 0.00, 0.19, 0.16. Web safe color of #ccd5ac is #cccc99. Color #ccd5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 10101100
Octal 314 325 254
Decimal 204 213 172
Hex CC D5 AC

RGB Percentages of Color #ccd5ac

%34.63
%36.16
%29.20

CMYK Percentages of Color #ccd5ac

%4
%0
%19
%16

Triadic Colors of #ccd5ac

#ccd5ac #acccd5 #d5accc

Analogous Colors of #ccd5ac

#ccd5ac #b8d5ac #d5caac

Monochromatic Colors of #ccd5ac

#ccd5ac

Complementary Color

#ccd5ac #b5acd5

#ccd5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd5ac Color CSS Codes

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

#ccd5ac Text Font Color

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

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


#ccd5ac Background Color

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

This div background color is #ccd5ac


#ccd5ac Border Color

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

This div border color is #ccd5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd5ac


Comments

No comments written yet.

Please login to write comment.