Color Hex Logo

#bade5a Color Hex

#BADE5A
(186,222,90)
0 Favorites   0 Comments

Color spaces of #bade5a

RGB 18622290
HSL0.210.670.61
HSV76°59°87°
CMYK 0.160.000.59   0.13
XYZ48.216463.419819.3728
Yxy63.41980.36800.4841
Hunter Lab79.6365-31.290141.3224
CIE-Lab83.6628-30.811259.3440

#bade5a color RGB value is (186,222,90).

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

The process color (four color CMYK) of #bade5a color hex is 0.16, 0.00, 0.59, 0.13. Web safe color of #bade5a is #cccc66. Color #bade5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 01011010
Octal 272 336 132
Decimal 186 222 90
Hex BA DE 5A

RGB Percentages of Color #bade5a

%37.35
%44.58
%18.07

CMYK Percentages of Color #bade5a

%16
%0
%59
%13

Triadic Colors of #bade5a

#bade5a #5abade #de5aba

Analogous Colors of #bade5a

#bade5a #78de5a #dec05a

Monochromatic Colors of #bade5a

#bade5a

Complementary Color

#bade5a #7e5ade

#bade5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bade5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bade5a Color CSS Codes

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

#bade5a Text Font Color

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

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


#bade5a Background Color

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

This div background color is #bade5a


#bade5a Border Color

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

This div border color is #bade5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bade5a


Comments

No comments written yet.

Please login to write comment.