Color Hex Logo

#d2b9ab Color Hex

#D2B9AB
(210,185,171)
0 Favorites   0 Comments

Color spaces of #d2b9ab

RGB 210185171
HSL0.060.300.75
HSV22°19°82°
CMYK 0.000.120.19   0.18
XYZ51.278051.339845.7350
Yxy51.33980.34560.3461
Hunter Lab71.65182.353912.3117
CIE-Lab76.88446.673610.3635

#d2b9ab color RGB value is (210,185,171).

#d2b9ab hex color red value is 210, green value is 185 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d2b9ab hue: 0.06 , saturation: 0.30 and the lightness value of d2b9ab is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111001 10101011
Octal 322 271 253
Decimal 210 185 171
Hex D2 B9 AB

RGB Percentages of Color #d2b9ab

%37.10
%32.69
%30.21

CMYK Percentages of Color #d2b9ab

%0
%12
%19
%18

Triadic Colors of #d2b9ab

#d2b9ab #abd2b9 #b9abd2

Analogous Colors of #d2b9ab

#d2b9ab #d2cdab #d2abb1

Monochromatic Colors of #d2b9ab

#d2b9ab

Complementary Color

#d2b9ab #abc4d2

#d2b9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2b9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2b9ab Color CSS Codes

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

#d2b9ab Text Font Color

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

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


#d2b9ab Background Color

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

This div background color is #d2b9ab


#d2b9ab Border Color

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

This div border color is #d2b9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2b9ab


Comments

No comments written yet.

Please login to write comment.