Color Hex Logo

#d6bcac Color Hex

#D6BCAC
(214,188,172)
0 Favorites   0 Comments

Color spaces of #d6bcac

RGB 214188172
HSL0.060.340.76
HSV23°20°84°
CMYK 0.000.120.20   0.16
XYZ53.161253.241146.5044
Yxy53.24110.34770.3482
Hunter Lab72.96652.358413.2887
CIE-Lab78.01716.714111.4813

#d6bcac color RGB value is (214,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10111100 10101100
Octal 326 274 254
Decimal 214 188 172
Hex D6 BC AC

RGB Percentages of Color #d6bcac

%37.28
%32.75
%29.97

CMYK Percentages of Color #d6bcac

%0
%12
%20
%16

Triadic Colors of #d6bcac

#d6bcac #acd6bc #bcacd6

Analogous Colors of #d6bcac

#d6bcac #d6d1ac #d6acb1

Monochromatic Colors of #d6bcac

#d6bcac

Complementary Color

#d6bcac #acc6d6

#d6bcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6bcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6bcac Color CSS Codes

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

#d6bcac Text Font Color

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

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


#d6bcac Background Color

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

This div background color is #d6bcac


#d6bcac Border Color

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

This div border color is #d6bcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6bcac


Comments

No comments written yet.

Please login to write comment.