Color Hex Logo

#d1aaba Color Hex

#D1AABA
(209,170,186)
0 Favorites   0 Comments

Color spaces of #d1aaba

RGB 209170186
HSL0.930.300.74
HSV335°19°82°
CMYK 0.000.190.11   0.18
XYZ49.532145.849952.6937
Yxy45.84990.33450.3096
Hunter Lab67.712612.07671.2595
CIE-Lab73.448016.8124-2.8021

#d1aaba color RGB value is (209,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101010 10111010
Octal 321 252 272
Decimal 209 170 186
Hex D1 AA BA

RGB Percentages of Color #d1aaba

%36.99
%30.09
%32.92

CMYK Percentages of Color #d1aaba

%0
%19
%11
%18

Triadic Colors of #d1aaba

#d1aaba #bad1aa #aabad1

Analogous Colors of #d1aaba

#d1aaba #d1aeaa #d1aace

Monochromatic Colors of #d1aaba

#d1aaba

Complementary Color

#d1aaba #aad1c1

#d1aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aaba Color CSS Codes

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

#d1aaba Text Font Color

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

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


#d1aaba Background Color

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

This div background color is #d1aaba


#d1aaba Border Color

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

This div border color is #d1aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aaba


Comments

No comments written yet.

Please login to write comment.