Color Hex Logo

#ba9e8b Color Hex

#BA9E8B
(186,158,139)
0 Favorites   0 Comments

Color spaces of #ba9e8b

RGB 186158139
HSL0.070.250.64
HSV24°25°73°
CMYK 0.000.150.25   0.27
XYZ37.136836.756929.5636
Yxy36.75690.35900.3553
Hunter Lab60.62753.240513.5278
CIE-Lab67.09427.367113.7582

#ba9e8b color RGB value is (186,158,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011110 10001011
Octal 272 236 213
Decimal 186 158 139
Hex BA 9E 8B

RGB Percentages of Color #ba9e8b

%38.51
%32.71
%28.78

CMYK Percentages of Color #ba9e8b

%0
%15
%25
%27

Triadic Colors of #ba9e8b

#ba9e8b #8bba9e #9e8bba

Analogous Colors of #ba9e8b

#ba9e8b #bab68b #ba8b90

Monochromatic Colors of #ba9e8b

#ba9e8b

Complementary Color

#ba9e8b #8ba7ba

#ba9e8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9e8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9e8b Color CSS Codes

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

#ba9e8b Text Font Color

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

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


#ba9e8b Background Color

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

This div background color is #ba9e8b


#ba9e8b Border Color

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

This div border color is #ba9e8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9e8b


Comments

No comments written yet.

Please login to write comment.