Color Hex Logo

#d4aaba Color Hex

#D4AABA
(212,170,186)
0 Favorites   0 Comments

Color spaces of #d4aaba

RGB 212170186
HSL0.940.330.75
HSV337°20°83°
CMYK 0.000.200.12   0.17
XYZ50.389046.291752.7338
Yxy46.29170.33720.3098
Hunter Lab68.038013.13071.6731
CIE-Lab73.734417.8851-2.3482

#d4aaba color RGB value is (212,170,186).

#d4aaba hex color red value is 212, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d4aaba hue: 0.94 , saturation: 0.33 and the lightness value of d4aaba is 0.75.

The process color (four color CMYK) of #d4aaba color hex is 0.00, 0.20, 0.12, 0.17. Web safe color of #d4aaba is #cc99cc. Color #d4aaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101010 10111010
Octal 324 252 272
Decimal 212 170 186
Hex D4 AA BA

RGB Percentages of Color #d4aaba

%37.32
%29.93
%32.75

CMYK Percentages of Color #d4aaba

%0
%20
%12
%17

Triadic Colors of #d4aaba

#d4aaba #bad4aa #aabad4

Analogous Colors of #d4aaba

#d4aaba #d4afaa #d4aacf

Monochromatic Colors of #d4aaba

#d4aaba

Complementary Color

#d4aaba #aad4c4

#d4aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aaba Color CSS Codes

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

#d4aaba Text Font Color

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

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


#d4aaba Background Color

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

This div background color is #d4aaba


#d4aaba Border Color

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

This div border color is #d4aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aaba


Comments

No comments written yet.

Please login to write comment.