Color Hex Logo

#baba5e Color Hex

#BABA5E
(186,186,94)
0 Favorites   0 Comments

Color spaces of #baba5e

RGB 18618694
HSL0.170.400.55
HSV60°49°73°
CMYK 0.000.000.49   0.27
XYZ39.829046.365117.4398
Yxy46.36510.38430.4474
Hunter Lab68.0919-14.750932.4789
CIE-Lab73.7818-12.830946.1811

#baba5e color RGB value is (186,186,94).

#baba5e hex color red value is 186, green value is 186 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #baba5e hue: 0.17 , saturation: 0.40 and the lightness value of baba5e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 01011110
Octal 272 272 136
Decimal 186 186 94
Hex BA BA 5E

RGB Percentages of Color #baba5e

%39.91
%39.91
%20.17

CMYK Percentages of Color #baba5e

%0
%0
%49
%27

Triadic Colors of #baba5e

#baba5e #5ebaba #ba5eba

Analogous Colors of #baba5e

#baba5e #8cba5e #ba8c5e

Monochromatic Colors of #baba5e

#baba5e

Complementary Color

#baba5e #5e5eba

#baba5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba5e Color CSS Codes

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

#baba5e Text Font Color

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

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


#baba5e Background Color

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

This div background color is #baba5e


#baba5e Border Color

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

This div border color is #baba5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba5e


Comments

No comments written yet.

Please login to write comment.