Color Hex Logo

#babd32 Color Hex

#BABD32
(186,189,50)
0 Favorites   0 Comments

Color spaces of #babd32

RGB 18618950
HSL0.170.580.47
HSV61°74°74°
CMYK 0.020.000.74   0.26
XYZ39.023047.064610.0453
Yxy47.06460.40590.4896
Hunter Lab68.6036-18.522339.3410
CIE-Lab74.2311-17.308565.1994

#babd32 color RGB value is (186,189,50).

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

The process color (four color CMYK) of #babd32 color hex is 0.02, 0.00, 0.74, 0.26. Web safe color of #babd32 is #cccc33. Color #babd32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 00110010
Octal 272 275 62
Decimal 186 189 50
Hex BA BD 32

RGB Percentages of Color #babd32

%43.76
%44.47
%11.76

CMYK Percentages of Color #babd32

%2
%0
%74
%26

Triadic Colors of #babd32

#babd32 #32babd #bd32ba

Analogous Colors of #babd32

#babd32 #75bd32 #bd7b32

Monochromatic Colors of #babd32

#babd32

Complementary Color

#babd32 #3532bd

#babd32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd32 Color CSS Codes

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

#babd32 Text Font Color

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

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


#babd32 Background Color

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

This div background color is #babd32


#babd32 Border Color

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

This div border color is #babd32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd32


Comments

No comments written yet.

Please login to write comment.