Color Hex Logo

#baba5a Color Hex

#BABA5A
(186,186,90)
0 Favorites   0 Comments

Color spaces of #baba5a

RGB 18618690
HSL0.170.410.54
HSV60°52°73°
CMYK 0.000.000.52   0.27
XYZ39.654146.295116.5187
Yxy46.29510.38700.4518
Hunter Lab68.0405-15.040833.2341
CIE-Lab73.7366-13.184548.0500

#baba5a color RGB value is (186,186,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 01011010
Octal 272 272 132
Decimal 186 186 90
Hex BA BA 5A

RGB Percentages of Color #baba5a

%40.26
%40.26
%19.48

CMYK Percentages of Color #baba5a

%0
%0
%52
%27

Triadic Colors of #baba5a

#baba5a #5ababa #ba5aba

Analogous Colors of #baba5a

#baba5a #8aba5a #ba8a5a

Monochromatic Colors of #baba5a

#baba5a

Complementary Color

#baba5a #5a5aba

#baba5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba5a Color CSS Codes

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

#baba5a Text Font Color

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

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


#baba5a Background Color

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

This div background color is #baba5a


#baba5a Border Color

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

This div border color is #baba5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba5a


Comments

No comments written yet.

Please login to write comment.