Color Hex Logo

#bab0ac Color Hex

#BAB0AC
(186,176,172)
0 Favorites   0 Comments

Color spaces of #bab0ac

RGB 186176172
HSL0.050.090.70
HSV17°73°
CMYK 0.000.050.08   0.27
XYZ43.221444.468345.3350
Yxy44.46830.32490.3343
Hunter Lab66.6846-1.00376.3713
CIE-Lab72.54042.85483.3118

#bab0ac color RGB value is (186,176,172).

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

The process color (four color CMYK) of #bab0ac color hex is 0.00, 0.05, 0.08, 0.27. Web safe color of #bab0ac is #cc9999. Color #bab0ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 10101100
Octal 272 260 254
Decimal 186 176 172
Hex BA B0 AC

RGB Percentages of Color #bab0ac

%34.83
%32.96
%32.21

CMYK Percentages of Color #bab0ac

%0
%5
%8
%27

Triadic Colors of #bab0ac

#bab0ac #acbab0 #b0acba

Analogous Colors of #bab0ac

#bab0ac #bab7ac #baacaf

Monochromatic Colors of #bab0ac

#bab0ac

Complementary Color

#bab0ac #acb6ba

#bab0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab0ac Color CSS Codes

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

#bab0ac Text Font Color

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

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


#bab0ac Background Color

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

This div background color is #bab0ac


#bab0ac Border Color

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

This div border color is #bab0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab0ac


Comments

No comments written yet.

Please login to write comment.