Color Hex Logo

#bab85a Color Hex

#BAB85A
(186,184,90)
0 Favorites   0 Comments

Color spaces of #bab85a

RGB 18618490
HSL0.160.410.54
HSV59°52°73°
CMYK 0.000.010.52   0.27
XYZ39.235745.458316.3792
Yxy45.45830.38820.4498
Hunter Lab67.4228-14.114432.7925
CIE-Lab73.1926-12.158547.4133

#bab85a color RGB value is (186,184,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 01011010
Octal 272 270 132
Decimal 186 184 90
Hex BA B8 5A

RGB Percentages of Color #bab85a

%40.43
%40.00
%19.57

CMYK Percentages of Color #bab85a

%0
%1
%52
%27

Triadic Colors of #bab85a

#bab85a #5abab8 #b85aba

Analogous Colors of #bab85a

#bab85a #8cba5a #ba885a

Monochromatic Colors of #bab85a

#bab85a

Complementary Color

#bab85a #5a5cba

#bab85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab85a Color CSS Codes

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

#bab85a Text Font Color

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

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


#bab85a Background Color

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

This div background color is #bab85a


#bab85a Border Color

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

This div border color is #bab85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab85a


Comments

No comments written yet.

Please login to write comment.