Color Hex Logo

#bab95a Color Hex

#BAB95A
(186,185,90)
0 Favorites   0 Comments

Color spaces of #bab95a

RGB 18618590
HSL0.160.410.54
HSV59°52°73°
CMYK 0.000.010.52   0.27
XYZ39.444145.875216.4487
Yxy45.87520.38760.4508
Hunter Lab67.7312-14.578033.0131
CIE-Lab73.4645-12.672247.7317

#bab95a color RGB value is (186,185,90).

#bab95a hex color red value is 186, green value is 185 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bab95a hue: 0.16 , saturation: 0.41 and the lightness value of bab95a is 0.54.

The process color (four color CMYK) of #bab95a color hex is 0.00, 0.01, 0.52, 0.27. Web safe color of #bab95a is #cccc66. Color #bab95a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 01011010
Octal 272 271 132
Decimal 186 185 90
Hex BA B9 5A

RGB Percentages of Color #bab95a

%40.35
%40.13
%19.52

CMYK Percentages of Color #bab95a

%0
%1
%52
%27

Triadic Colors of #bab95a

#bab95a #5abab9 #b95aba

Analogous Colors of #bab95a

#bab95a #8bba5a #ba895a

Monochromatic Colors of #bab95a

#bab95a

Complementary Color

#bab95a #5a5bba

#bab95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab95a Color CSS Codes

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

#bab95a Text Font Color

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

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


#bab95a Background Color

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

This div background color is #bab95a


#bab95a Border Color

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

This div border color is #bab95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab95a


Comments

No comments written yet.

Please login to write comment.