Color Hex Logo

#d2baac Color Hex

#D2BAAC
(210,186,172)
0 Favorites   0 Comments

Color spaces of #d2baac

RGB 210186172
HSL0.060.300.75
HSV22°18°82°
CMYK 0.000.110.18   0.18
XYZ51.583651.798046.3090
Yxy51.79800.34460.3460
Hunter Lab71.97081.987212.2299
CIE-Lab77.15996.293010.2145

#d2baac color RGB value is (210,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111010 10101100
Octal 322 272 254
Decimal 210 186 172
Hex D2 BA AC

RGB Percentages of Color #d2baac

%36.97
%32.75
%30.28

CMYK Percentages of Color #d2baac

%0
%11
%18
%18

Triadic Colors of #d2baac

#d2baac #acd2ba #baacd2

Analogous Colors of #d2baac

#d2baac #d2cdac #d2acb1

Monochromatic Colors of #d2baac

#d2baac

Complementary Color

#d2baac #acc4d2

#d2baac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2baac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2baac Color CSS Codes

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

#d2baac Text Font Color

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

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


#d2baac Background Color

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

This div background color is #d2baac


#d2baac Border Color

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

This div border color is #d2baac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2baac


Comments

No comments written yet.

Please login to write comment.