Color Hex Logo

#baa98b Color Hex

#BAA98B
(186,169,139)
0 Favorites   0 Comments

Color spaces of #baa98b

RGB 186169139
HSL0.110.250.64
HSV38°25°73°
CMYK 0.000.090.25   0.27
XYZ39.097940.679130.2173
Yxy40.67910.35550.3698
Hunter Lab63.7802-2.193016.5561
CIE-Lab69.95051.379917.7352

#baa98b color RGB value is (186,169,139).

#baa98b hex color red value is 186, green value is 169 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #baa98b hue: 0.11 , saturation: 0.25 and the lightness value of baa98b is 0.64.

The process color (four color CMYK) of #baa98b color hex is 0.00, 0.09, 0.25, 0.27. Web safe color of #baa98b is #cc9999. Color #baa98b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 10001011
Octal 272 251 213
Decimal 186 169 139
Hex BA A9 8B

RGB Percentages of Color #baa98b

%37.65
%34.21
%28.14

CMYK Percentages of Color #baa98b

%0
%9
%25
%27

Triadic Colors of #baa98b

#baa98b #8bbaa9 #a98bba

Analogous Colors of #baa98b

#baa98b #b4ba8b #ba928b

Monochromatic Colors of #baa98b

#baa98b

Complementary Color

#baa98b #8b9cba

#baa98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa98b Color CSS Codes

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

#baa98b Text Font Color

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

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


#baa98b Background Color

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

This div background color is #baa98b


#baa98b Border Color

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

This div border color is #baa98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa98b


Comments

No comments written yet.

Please login to write comment.