Color Hex Logo

#bab94a Color Hex

#BAB94A
(186,185,74)
0 Favorites   0 Comments

Color spaces of #bab94a

RGB 18618574
HSL0.170.450.51
HSV59°60°73°
CMYK 0.000.010.60   0.27
XYZ38.834745.631413.2395
Yxy45.63140.39750.4670
Hunter Lab67.5510-15.595635.6653
CIE-Lab73.3057-13.918554.8921

#bab94a color RGB value is (186,185,74).

#bab94a hex color red value is 186, green value is 185 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bab94a hue: 0.17 , saturation: 0.45 and the lightness value of bab94a is 0.51.

The process color (four color CMYK) of #bab94a color hex is 0.00, 0.01, 0.60, 0.27. Web safe color of #bab94a is #cccc33. Color #bab94a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 01001010
Octal 272 271 112
Decimal 186 185 74
Hex BA B9 4A

RGB Percentages of Color #bab94a

%41.80
%41.57
%16.63

CMYK Percentages of Color #bab94a

%0
%1
%60
%27

Triadic Colors of #bab94a

#bab94a #4abab9 #b94aba

Analogous Colors of #bab94a

#bab94a #83ba4a #ba814a

Monochromatic Colors of #bab94a

#bab94a

Complementary Color

#bab94a #4a4bba

#bab94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab94a Color CSS Codes

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

#bab94a Text Font Color

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

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


#bab94a Background Color

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

This div background color is #bab94a


#bab94a Border Color

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

This div border color is #bab94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab94a


Comments

No comments written yet.

Please login to write comment.