Color Hex Logo

#d8baac Color Hex

#D8BAAC
(216,186,172)
0 Favorites   0 Comments

Color spaces of #d8baac

RGB 216186172
HSL0.050.360.76
HSV19°20°85°
CMYK 0.000.140.20   0.15
XYZ53.324252.695346.3904
Yxy52.69530.34990.3457
Hunter Lab72.59154.087112.9242
CIE-Lab77.69488.524311.0486

#d8baac color RGB value is (216,186,172).

#d8baac hex color red value is 216, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d8baac hue: 0.05 , saturation: 0.36 and the lightness value of d8baac is 0.76.

The process color (four color CMYK) of #d8baac color hex is 0.00, 0.14, 0.20, 0.15. Web safe color of #d8baac is #cccc99. Color #d8baac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111010 10101100
Octal 330 272 254
Decimal 216 186 172
Hex D8 BA AC

RGB Percentages of Color #d8baac

%37.63
%32.40
%29.97

CMYK Percentages of Color #d8baac

%0
%14
%20
%15

Triadic Colors of #d8baac

#d8baac #acd8ba #baacd8

Analogous Colors of #d8baac

#d8baac #d8d0ac #d8acb4

Monochromatic Colors of #d8baac

#d8baac

Complementary Color

#d8baac #accad8

#d8baac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8baac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8baac Color CSS Codes

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

#d8baac Text Font Color

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

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


#d8baac Background Color

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

This div background color is #d8baac


#d8baac Border Color

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

This div border color is #d8baac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8baac


Comments

No comments written yet.

Please login to write comment.