Color Hex Logo

#bab85b Color Hex

#BAB85B
(186,184,91)
0 Favorites   0 Comments

Color spaces of #bab85b

RGB 18618491
HSL0.160.410.54
HSV59°51°73°
CMYK 0.000.010.51   0.27
XYZ39.278545.475416.6050
Yxy45.47540.38750.4487
Hunter Lab67.4355-14.042832.6055
CIE-Lab73.2038-12.071446.9460

#bab85b color RGB value is (186,184,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 01011011
Octal 272 270 133
Decimal 186 184 91
Hex BA B8 5B

RGB Percentages of Color #bab85b

%40.35
%39.91
%19.74

CMYK Percentages of Color #bab85b

%0
%1
%51
%27

Triadic Colors of #bab85b

#bab85b #5bbab8 #b85bba

Analogous Colors of #bab85b

#bab85b #8dba5b #ba895b

Monochromatic Colors of #bab85b

#bab85b

Complementary Color

#bab85b #5b5dba

#bab85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab85b Color CSS Codes

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

#bab85b Text Font Color

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

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


#bab85b Background Color

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

This div background color is #bab85b


#bab85b Border Color

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

This div border color is #bab85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab85b


Comments

No comments written yet.

Please login to write comment.