Color Hex Logo

#ccd9aa Color Hex

#CCD9AA
(204,217,170)
0 Favorites   0 Comments

Color spaces of #ccd9aa

RGB 204217170
HSL0.210.380.76
HSV77°22°85°
CMYK 0.060.000.22   0.15
XYZ56.970465.365447.6443
Yxy65.36540.33520.3845
Hunter Lab80.8489-15.705021.6546
CIE-Lab84.6717-12.355821.7339

#ccd9aa color RGB value is (204,217,170).

#ccd9aa hex color red value is 204, green value is 217 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ccd9aa hue: 0.21 , saturation: 0.38 and the lightness value of ccd9aa is 0.76.

The process color (four color CMYK) of #ccd9aa color hex is 0.06, 0.00, 0.22, 0.15. Web safe color of #ccd9aa is #cccc99. Color #ccd9aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 10101010
Octal 314 331 252
Decimal 204 217 170
Hex CC D9 AA

RGB Percentages of Color #ccd9aa

%34.52
%36.72
%28.76

CMYK Percentages of Color #ccd9aa

%6
%0
%22
%15

Triadic Colors of #ccd9aa

#ccd9aa #aaccd9 #d9aacc

Analogous Colors of #ccd9aa

#ccd9aa #b5d9aa #d9cfaa

Monochromatic Colors of #ccd9aa

#ccd9aa

Complementary Color

#ccd9aa #b7aad9

#ccd9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd9aa Color CSS Codes

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

#ccd9aa Text Font Color

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

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


#ccd9aa Background Color

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

This div background color is #ccd9aa


#ccd9aa Border Color

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

This div border color is #ccd9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd9aa


Comments

No comments written yet.

Please login to write comment.