Color Hex Logo

#d9aaa2 Color Hex

#D9AAA2
(217,170,162)
0 Favorites   0 Comments

Color spaces of #d9aaa2

RGB 217170162
HSL0.020.420.74
HSV25°85°
CMYK 0.000.220.25   0.15
XYZ49.511646.109840.4730
Yxy46.10980.36380.3388
Hunter Lab67.904211.319012.1943
CIE-Lab73.616716.029810.7095

#d9aaa2 color RGB value is (217,170,162).

#d9aaa2 hex color red value is 217, green value is 170 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #d9aaa2 hue: 0.02 , saturation: 0.42 and the lightness value of d9aaa2 is 0.74.

The process color (four color CMYK) of #d9aaa2 color hex is 0.00, 0.22, 0.25, 0.15. Web safe color of #d9aaa2 is #cc9999. Color #d9aaa2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101010 10100010
Octal 331 252 242
Decimal 217 170 162
Hex D9 AA A2

RGB Percentages of Color #d9aaa2

%39.53
%30.97
%29.51

CMYK Percentages of Color #d9aaa2

%0
%22
%25
%15

Triadic Colors of #d9aaa2

#d9aaa2 #a2d9aa #aaa2d9

Analogous Colors of #d9aaa2

#d9aaa2 #d9c6a2 #d9a2b6

Monochromatic Colors of #d9aaa2

#d9aaa2

Complementary Color

#d9aaa2 #a2d1d9

#d9aaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aaa2 Color CSS Codes

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

#d9aaa2 Text Font Color

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

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


#d9aaa2 Background Color

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

This div background color is #d9aaa2


#d9aaa2 Border Color

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

This div border color is #d9aaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aaa2


Comments

No comments written yet.

Please login to write comment.