Color Hex Logo

#baba57 Color Hex

#BABA57
(186,186,87)
0 Favorites   0 Comments

Color spaces of #baba57

RGB 18618687
HSL0.170.420.54
HSV60°53°73°
CMYK 0.000.000.53   0.27
XYZ39.528946.245015.8596
Yxy46.24500.38890.4550
Hunter Lab68.0037-15.248733.7751
CIE-Lab73.7042-13.438649.4322

#baba57 color RGB value is (186,186,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 01010111
Octal 272 272 127
Decimal 186 186 87
Hex BA BA 57

RGB Percentages of Color #baba57

%40.52
%40.52
%18.95

CMYK Percentages of Color #baba57

%0
%0
%53
%27

Triadic Colors of #baba57

#baba57 #57baba #ba57ba

Analogous Colors of #baba57

#baba57 #89ba57 #ba8957

Monochromatic Colors of #baba57

#baba57

Complementary Color

#baba57 #5757ba

#baba57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba57 Color CSS Codes

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

#baba57 Text Font Color

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

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


#baba57 Background Color

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

This div background color is #baba57


#baba57 Border Color

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

This div border color is #baba57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba57


Comments

No comments written yet.

Please login to write comment.