Color Hex Logo

#baba4e Color Hex

#BABA4E
(186,186,78)
0 Favorites   0 Comments

Color spaces of #baba4e

RGB 18618678
HSL0.170.440.52
HSV60°58°73°
CMYK 0.000.000.58   0.27
XYZ39.183846.107014.0421
Yxy46.10700.39450.4642
Hunter Lab67.9021-15.823035.2704
CIE-Lab73.6149-14.142953.4621

#baba4e color RGB value is (186,186,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 01001110
Octal 272 272 116
Decimal 186 186 78
Hex BA BA 4E

RGB Percentages of Color #baba4e

%41.33
%41.33
%17.33

CMYK Percentages of Color #baba4e

%0
%0
%58
%27

Triadic Colors of #baba4e

#baba4e #4ebaba #ba4eba

Analogous Colors of #baba4e

#baba4e #84ba4e #ba844e

Monochromatic Colors of #baba4e

#baba4e

Complementary Color

#baba4e #4e4eba

#baba4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba4e Color CSS Codes

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

#baba4e Text Font Color

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

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


#baba4e Background Color

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

This div background color is #baba4e


#baba4e Border Color

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

This div border color is #baba4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba4e


Comments

No comments written yet.

Please login to write comment.