Color Hex Logo

#babd2c Color Hex

#BABD2C
(186,189,44)
0 Favorites   0 Comments

Color spaces of #babd2c

RGB 18618944
HSL0.170.620.46
HSV61°77°74°
CMYK 0.020.000.77   0.26
XYZ38.901947.01619.4075
Yxy47.01610.40810.4932
Hunter Lab68.5683-18.723439.8633
CIE-Lab74.2001-17.559667.1006

#babd2c color RGB value is (186,189,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 00101100
Octal 272 275 54
Decimal 186 189 44
Hex BA BD 2C

RGB Percentages of Color #babd2c

%44.39
%45.11
%10.50

CMYK Percentages of Color #babd2c

%2
%0
%77
%26

Triadic Colors of #babd2c

#babd2c #2cbabd #bd2cba

Analogous Colors of #babd2c

#babd2c #72bd2c #bd782c

Monochromatic Colors of #babd2c

#babd2c

Complementary Color

#babd2c #2f2cbd

#babd2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd2c Color CSS Codes

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

#babd2c Text Font Color

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

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


#babd2c Background Color

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

This div background color is #babd2c


#babd2c Border Color

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

This div border color is #babd2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd2c


Comments

No comments written yet.

Please login to write comment.