Color Hex Logo

#d1aaae Color Hex

#D1AAAE
(209,170,174)
0 Favorites   0 Comments

Color spaces of #d1aaae

RGB 209170174
HSL0.980.300.74
HSV354°19°82°
CMYK 0.000.190.17   0.18
XYZ48.309245.360846.2537
Yxy45.36080.34530.3242
Hunter Lab67.350410.17156.4272
CIE-Lab73.128814.84933.3243

#d1aaae color RGB value is (209,170,174).

#d1aaae hex color red value is 209, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d1aaae hue: 0.98 , saturation: 0.30 and the lightness value of d1aaae is 0.74.

The process color (four color CMYK) of #d1aaae color hex is 0.00, 0.19, 0.17, 0.18. Web safe color of #d1aaae is #cc9999. Color #d1aaae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101010 10101110
Octal 321 252 256
Decimal 209 170 174
Hex D1 AA AE

RGB Percentages of Color #d1aaae

%37.79
%30.74
%31.46

CMYK Percentages of Color #d1aaae

%0
%19
%17
%18

Triadic Colors of #d1aaae

#d1aaae #aed1aa #aaaed1

Analogous Colors of #d1aaae

#d1aaae #d1baaa #d1aac2

Monochromatic Colors of #d1aaae

#d1aaae

Complementary Color

#d1aaae #aad1cd

#d1aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aaae Color CSS Codes

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

#d1aaae Text Font Color

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

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


#d1aaae Background Color

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

This div background color is #d1aaae


#d1aaae Border Color

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

This div border color is #d1aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aaae


Comments

No comments written yet.

Please login to write comment.