Color Hex Logo

#d1aaab Color Hex

#D1AAAB
(209,170,171)
0 Favorites   0 Comments

Color spaces of #d1aaab

RGB 209170171
HSL1.000.300.74
HSV358°19°82°
CMYK 0.000.190.18   0.18
XYZ48.019945.245044.7303
Yxy45.24500.34800.3279
Hunter Lab67.26449.71807.6577
CIE-Lab73.052914.37844.8625

#d1aaab color RGB value is (209,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101010 10101011
Octal 321 252 253
Decimal 209 170 171
Hex D1 AA AB

RGB Percentages of Color #d1aaab

%38.00
%30.91
%31.09

CMYK Percentages of Color #d1aaab

%0
%19
%18
%18

Triadic Colors of #d1aaab

#d1aaab #abd1aa #aaabd1

Analogous Colors of #d1aaab

#d1aaab #d1bdaa #d1aabf

Monochromatic Colors of #d1aaab

#d1aaab

Complementary Color

#d1aaab #aad1d0

#d1aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aaab Color CSS Codes

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

#d1aaab Text Font Color

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

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


#d1aaab Background Color

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

This div background color is #d1aaab


#d1aaab Border Color

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

This div border color is #d1aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aaab


Comments

No comments written yet.

Please login to write comment.