Color Hex Logo

#badc5b Color Hex

#BADC5B
(186,220,91)
0 Favorites   0 Comments

Color spaces of #badc5b

RGB 18622091
HSL0.210.650.61
HSV76°59°86°
CMYK 0.150.000.59   0.14
XYZ47.731262.380819.4225
Yxy62.38080.36850.4816
Hunter Lab78.9815-30.344140.7069
CIE-Lab83.1155-29.794558.3044

#badc5b color RGB value is (186,220,91).

#badc5b hex color red value is 186, green value is 220 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #badc5b hue: 0.21 , saturation: 0.65 and the lightness value of badc5b is 0.61.

The process color (four color CMYK) of #badc5b color hex is 0.15, 0.00, 0.59, 0.14. Web safe color of #badc5b is #cccc66. Color #badc5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 01011011
Octal 272 334 133
Decimal 186 220 91
Hex BA DC 5B

RGB Percentages of Color #badc5b

%37.42
%44.27
%18.31

CMYK Percentages of Color #badc5b

%15
%0
%59
%14

Triadic Colors of #badc5b

#badc5b #5bbadc #dc5bba

Analogous Colors of #badc5b

#badc5b #7adc5b #dcbe5b

Monochromatic Colors of #badc5b

#badc5b

Complementary Color

#badc5b #7d5bdc

#badc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#badc5b Color CSS Codes

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

#badc5b Text Font Color

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

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


#badc5b Background Color

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

This div background color is #badc5b


#badc5b Border Color

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

This div border color is #badc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badc5b


Comments

No comments written yet.

Please login to write comment.