Color Hex Logo

#cdd4aa Color Hex

#CDD4AA
(205,212,170)
0 Favorites   0 Comments

Color spaces of #cdd4aa

RGB 205212170
HSL0.190.330.75
HSV70°20°83°
CMYK 0.030.000.20   0.17
XYZ55.976062.968447.2341
Yxy62.96840.33680.3789
Hunter Lab79.3526-12.951720.2549
CIE-Lab83.4257-9.452720.0228

#cdd4aa color RGB value is (205,212,170).

#cdd4aa hex color red value is 205, green value is 212 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cdd4aa hue: 0.19 , saturation: 0.33 and the lightness value of cdd4aa is 0.75.

The process color (four color CMYK) of #cdd4aa color hex is 0.03, 0.00, 0.20, 0.17. Web safe color of #cdd4aa is #cccc99. Color #cdd4aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010100 10101010
Octal 315 324 252
Decimal 205 212 170
Hex CD D4 AA

RGB Percentages of Color #cdd4aa

%34.92
%36.12
%28.96

CMYK Percentages of Color #cdd4aa

%3
%0
%20
%17

Triadic Colors of #cdd4aa

#cdd4aa #aacdd4 #d4aacd

Analogous Colors of #cdd4aa

#cdd4aa #b8d4aa #d4c6aa

Monochromatic Colors of #cdd4aa

#cdd4aa

Complementary Color

#cdd4aa #b1aad4

#cdd4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd4aa Color CSS Codes

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

#cdd4aa Text Font Color

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

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


#cdd4aa Background Color

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

This div background color is #cdd4aa


#cdd4aa Border Color

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

This div border color is #cdd4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd4aa


Comments

No comments written yet.

Please login to write comment.