Color Hex Logo

#d6baac Color Hex

#D6BAAC
(214,186,172)
0 Favorites   0 Comments

Color spaces of #d6baac

RGB 214186172
HSL0.060.340.76
HSV20°20°84°
CMYK 0.000.130.20   0.16
XYZ52.736952.392546.3630
Yxy52.39250.34810.3458
Hunter Lab72.38273.382712.6911
CIE-Lab77.51497.779810.7682

#d6baac color RGB value is (214,186,172).

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

The process color (four color CMYK) of #d6baac color hex is 0.00, 0.13, 0.20, 0.16. Web safe color of #d6baac is #cccc99. Color #d6baac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111010 10101100
Octal 326 272 254
Decimal 214 186 172
Hex D6 BA AC

RGB Percentages of Color #d6baac

%37.41
%32.52
%30.07

CMYK Percentages of Color #d6baac

%0
%13
%20
%16

Triadic Colors of #d6baac

#d6baac #acd6ba #baacd6

Analogous Colors of #d6baac

#d6baac #d6cfac #d6acb3

Monochromatic Colors of #d6baac

#d6baac

Complementary Color

#d6baac #acc8d6

#d6baac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6baac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6baac Color CSS Codes

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

#d6baac Text Font Color

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

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


#d6baac Background Color

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

This div background color is #d6baac


#d6baac Border Color

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

This div border color is #d6baac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6baac


Comments

No comments written yet.

Please login to write comment.