Color Hex Logo

#baba59 Color Hex

#BABA59
(186,186,89)
0 Favorites   0 Comments

Color spaces of #baba59

RGB 18618689
HSL0.170.410.54
HSV60°52°73°
CMYK 0.000.000.52   0.27
XYZ39.611846.278216.2960
Yxy46.27820.38760.4529
Hunter Lab68.0281-15.111133.4168
CIE-Lab73.7257-13.270348.5127

#baba59 color RGB value is (186,186,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 01011001
Octal 272 272 131
Decimal 186 186 89
Hex BA BA 59

RGB Percentages of Color #baba59

%40.35
%40.35
%19.31

CMYK Percentages of Color #baba59

%0
%0
%52
%27

Triadic Colors of #baba59

#baba59 #59baba #ba59ba

Analogous Colors of #baba59

#baba59 #8aba59 #ba8a59

Monochromatic Colors of #baba59

#baba59

Complementary Color

#baba59 #5959ba

#baba59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba59 Color CSS Codes

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

#baba59 Text Font Color

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

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


#baba59 Background Color

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

This div background color is #baba59


#baba59 Border Color

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

This div border color is #baba59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba59


Comments

No comments written yet.

Please login to write comment.