Color Hex Logo

#baa89a Color Hex

#BAA89A
(186,168,154)
0 Favorites   0 Comments

Color spaces of #baa89a

RGB 186168154
HSL0.070.190.67
HSV26°17°73°
CMYK 0.000.100.17   0.27
XYZ40.085140.777536.3300
Yxy40.77750.34200.3480
Hunter Lab63.85730.299510.9685
CIE-Lab70.01984.18519.5923

#baa89a color RGB value is (186,168,154).

#baa89a hex color red value is 186, green value is 168 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #baa89a hue: 0.07 , saturation: 0.19 and the lightness value of baa89a is 0.67.

The process color (four color CMYK) of #baa89a color hex is 0.00, 0.10, 0.17, 0.27. Web safe color of #baa89a is #cc9999. Color #baa89a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 10011010
Octal 272 250 232
Decimal 186 168 154
Hex BA A8 9A

RGB Percentages of Color #baa89a

%36.61
%33.07
%30.31

CMYK Percentages of Color #baa89a

%0
%10
%17
%27

Triadic Colors of #baa89a

#baa89a #9abaa8 #a89aba

Analogous Colors of #baa89a

#baa89a #bab89a #ba9a9c

Monochromatic Colors of #baa89a

#baa89a

Complementary Color

#baa89a #9aacba

#baa89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa89a Color CSS Codes

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

#baa89a Text Font Color

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

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


#baa89a Background Color

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

This div background color is #baa89a


#baa89a Border Color

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

This div border color is #baa89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa89a


Comments

No comments written yet.

Please login to write comment.