Color Hex Logo

#bab8aa Color Hex

#BAB8AA
(186,184,170)
0 Favorites   0 Comments

Color spaces of #bab8aa

RGB 186184170
HSL0.150.100.70
HSV53°73°
CMYK 0.000.010.09   0.27
XYZ44.645947.622444.8692
Yxy47.62240.32560.3473
Hunter Lab69.0090-5.28389.7563
CIE-Lab74.5861-1.78457.3522

#bab8aa color RGB value is (186,184,170).

#bab8aa hex color red value is 186, green value is 184 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bab8aa hue: 0.15 , saturation: 0.10 and the lightness value of bab8aa is 0.70.

The process color (four color CMYK) of #bab8aa color hex is 0.00, 0.01, 0.09, 0.27. Web safe color of #bab8aa is #cccc99. Color #bab8aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 10101010
Octal 272 270 252
Decimal 186 184 170
Hex BA B8 AA

RGB Percentages of Color #bab8aa

%34.44
%34.07
%31.48

CMYK Percentages of Color #bab8aa

%0
%1
%9
%27

Triadic Colors of #bab8aa

#bab8aa #aabab8 #b8aaba

Analogous Colors of #bab8aa

#bab8aa #b4baaa #bab0aa

Monochromatic Colors of #bab8aa

#bab8aa

Complementary Color

#bab8aa #aaacba

#bab8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab8aa Color CSS Codes

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

#bab8aa Text Font Color

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

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


#bab8aa Background Color

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

This div background color is #bab8aa


#bab8aa Border Color

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

This div border color is #bab8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab8aa


Comments

No comments written yet.

Please login to write comment.