Color Hex Logo

#d9aace Color Hex

#D9AACE
(217,170,206)
0 Favorites   0 Comments

Color spaces of #d9aace

RGB 217170206
HSL0.870.380.76
HSV314°22°85°
CMYK 0.000.220.05   0.15
XYZ54.130647.957464.7962
Yxy47.95740.32440.2874
Hunter Lab69.251318.3356-6.9999
CIE-Lab74.798123.0785-11.6776

#d9aace color RGB value is (217,170,206).

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

The process color (four color CMYK) of #d9aace color hex is 0.00, 0.22, 0.05, 0.15. Web safe color of #d9aace is #cc99cc. Color #d9aace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101010 11001110
Octal 331 252 316
Decimal 217 170 206
Hex D9 AA CE

RGB Percentages of Color #d9aace

%36.59
%28.67
%34.74

CMYK Percentages of Color #d9aace

%0
%22
%5
%15

Triadic Colors of #d9aace

#d9aace #ced9aa #aaced9

Analogous Colors of #d9aace

#d9aace #d9aab7 #cdaad9

Monochromatic Colors of #d9aace

#d9aace

Complementary Color

#d9aace #aad9b5

#d9aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aace Color CSS Codes

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

#d9aace Text Font Color

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

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


#d9aace Background Color

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

This div background color is #d9aace


#d9aace Border Color

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

This div border color is #d9aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aace


Comments

No comments written yet.

Please login to write comment.