Color Hex Logo

#bab34e Color Hex

#BAB34E
(186,179,78)
0 Favorites   0 Comments

Color spaces of #bab34e

RGB 18617978
HSL0.160.440.52
HSV56°58°73°
CMYK 0.000.040.58   0.27
XYZ37.744943.229413.5625
Yxy43.22940.39930.4573
Hunter Lab65.7491-12.588533.7942
CIE-Lab71.7104-10.545751.3422

#bab34e color RGB value is (186,179,78).

#bab34e hex color red value is 186, green value is 179 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bab34e hue: 0.16 , saturation: 0.44 and the lightness value of bab34e is 0.52.

The process color (four color CMYK) of #bab34e color hex is 0.00, 0.04, 0.58, 0.27. Web safe color of #bab34e is #cccc66. Color #bab34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 01001110
Octal 272 263 116
Decimal 186 179 78
Hex BA B3 4E

RGB Percentages of Color #bab34e

%41.99
%40.41
%17.61

CMYK Percentages of Color #bab34e

%0
%4
%58
%27

Triadic Colors of #bab34e

#bab34e #4ebab3 #b34eba

Analogous Colors of #bab34e

#bab34e #8bba4e #ba7d4e

Monochromatic Colors of #bab34e

#bab34e

Complementary Color

#bab34e #4e55ba

#bab34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab34e Color CSS Codes

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

#bab34e Text Font Color

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

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


#bab34e Background Color

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

This div background color is #bab34e


#bab34e Border Color

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

This div border color is #bab34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab34e


Comments

No comments written yet.

Please login to write comment.