Color Hex Logo

#babd59 Color Hex

#BABD59
(186,189,89)
0 Favorites   0 Comments

Color spaces of #babd59

RGB 18618989
HSL0.170.430.55
HSV62°53°74°
CMYK 0.020.000.53   0.26
XYZ40.250547.555616.5089
Yxy47.55560.38590.4559
Hunter Lab68.9606-16.495234.0786
CIE-Lab74.5438-14.799949.4628

#babd59 color RGB value is (186,189,89).

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

The process color (four color CMYK) of #babd59 color hex is 0.02, 0.00, 0.53, 0.26. Web safe color of #babd59 is #cccc66. Color #babd59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 01011001
Octal 272 275 131
Decimal 186 189 89
Hex BA BD 59

RGB Percentages of Color #babd59

%40.09
%40.73
%19.18

CMYK Percentages of Color #babd59

%2
%0
%53
%26

Triadic Colors of #babd59

#babd59 #59babd #bd59ba

Analogous Colors of #babd59

#babd59 #88bd59 #bd8e59

Monochromatic Colors of #babd59

#babd59

Complementary Color

#babd59 #5c59bd

#babd59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd59 Color CSS Codes

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

#babd59 Text Font Color

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

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


#babd59 Background Color

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

This div background color is #babd59


#babd59 Border Color

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

This div border color is #babd59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd59


Comments

No comments written yet.

Please login to write comment.