Color Hex Logo

#d9aeaa Color Hex

#D9AEAA
(217,174,170)
0 Favorites   0 Comments

Color spaces of #d9aeaa

RGB 217174170
HSL0.010.380.76
HSV22°85°
CMYK 0.000.200.22   0.15
XYZ51.007047.926144.5925
Yxy47.92610.35540.3339
Hunter Lab69.228710.366810.2694
CIE-Lab74.778315.03327.9901

#d9aeaa color RGB value is (217,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101110 10101010
Octal 331 256 252
Decimal 217 174 170
Hex D9 AE AA

RGB Percentages of Color #d9aeaa

%38.68
%31.02
%30.30

CMYK Percentages of Color #d9aeaa

%0
%20
%22
%15

Triadic Colors of #d9aeaa

#d9aeaa #aad9ae #aeaad9

Analogous Colors of #d9aeaa

#d9aeaa #d9c6aa #d9aabe

Monochromatic Colors of #d9aeaa

#d9aeaa

Complementary Color

#d9aeaa #aad5d9

#d9aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aeaa Color CSS Codes

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

#d9aeaa Text Font Color

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

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


#d9aeaa Background Color

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

This div background color is #d9aeaa


#d9aeaa Border Color

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

This div border color is #d9aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aeaa


Comments

No comments written yet.

Please login to write comment.