Color Hex Logo

#babd51 Color Hex

#BABD51
(186,189,81)
0 Favorites   0 Comments

Color spaces of #babd51

RGB 18618981
HSL0.170.450.53
HSV62°57°74°
CMYK 0.020.000.57   0.26
XYZ39.932547.428414.8345
Yxy47.42840.39070.4641
Hunter Lab68.8683-17.018335.4365
CIE-Lab74.4630-15.443153.0583

#babd51 color RGB value is (186,189,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 01010001
Octal 272 275 121
Decimal 186 189 81
Hex BA BD 51

RGB Percentages of Color #babd51

%40.79
%41.45
%17.76

CMYK Percentages of Color #babd51

%2
%0
%57
%26

Triadic Colors of #babd51

#babd51 #51babd #bd51ba

Analogous Colors of #babd51

#babd51 #84bd51 #bd8a51

Monochromatic Colors of #babd51

#babd51

Complementary Color

#babd51 #5451bd

#babd51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd51 Color CSS Codes

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

#babd51 Text Font Color

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

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


#babd51 Background Color

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

This div background color is #babd51


#babd51 Border Color

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

This div border color is #babd51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd51


Comments

No comments written yet.

Please login to write comment.