Color Hex Logo

#d3aab8 Color Hex

#D3AAB8
(211,170,184)
0 Favorites   0 Comments

Color spaces of #d3aab8

RGB 211170184
HSL0.940.320.75
HSV340°19°83°
CMYK 0.000.190.13   0.17
XYZ49.890446.059051.6082
Yxy46.05900.33810.3121
Hunter Lab67.866812.45252.4206
CIE-Lab73.583817.1951-1.4823

#d3aab8 color RGB value is (211,170,184).

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

The process color (four color CMYK) of #d3aab8 color hex is 0.00, 0.19, 0.13, 0.17. Web safe color of #d3aab8 is #cc99cc. Color #d3aab8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101010 10111000
Octal 323 252 270
Decimal 211 170 184
Hex D3 AA B8

RGB Percentages of Color #d3aab8

%37.35
%30.09
%32.57

CMYK Percentages of Color #d3aab8

%0
%19
%13
%17

Triadic Colors of #d3aab8

#d3aab8 #b8d3aa #aab8d3

Analogous Colors of #d3aab8

#d3aab8 #d3b1aa #d3aacd

Monochromatic Colors of #d3aab8

#d3aab8

Complementary Color

#d3aab8 #aad3c5

#d3aab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3aab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3aab8 Color CSS Codes

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

#d3aab8 Text Font Color

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

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


#d3aab8 Background Color

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

This div background color is #d3aab8


#d3aab8 Border Color

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

This div border color is #d3aab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3aab8


Comments

No comments written yet.

Please login to write comment.