Color Hex Logo

#babd2b Color Hex

#BABD2B
(186,189,43)
0 Favorites   0 Comments

Color spaces of #babd2b

RGB 18618943
HSL0.170.630.45
HSV61°77°74°
CMYK 0.020.000.77   0.26
XYZ38.883347.00879.3097
Yxy47.00870.40840.4938
Hunter Lab68.5629-18.754439.9434
CIE-Lab74.1953-17.598467.3999

#babd2b color RGB value is (186,189,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 00101011
Octal 272 275 53
Decimal 186 189 43
Hex BA BD 2B

RGB Percentages of Color #babd2b

%44.50
%45.22
%10.29

CMYK Percentages of Color #babd2b

%2
%0
%77
%26

Triadic Colors of #babd2b

#babd2b #2bbabd #bd2bba

Analogous Colors of #babd2b

#babd2b #71bd2b #bd772b

Monochromatic Colors of #babd2b

#babd2b

Complementary Color

#babd2b #2e2bbd

#babd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd2b Color CSS Codes

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

#babd2b Text Font Color

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

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


#babd2b Background Color

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

This div background color is #babd2b


#babd2b Border Color

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

This div border color is #babd2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd2b


Comments

No comments written yet.

Please login to write comment.