Color Hex Logo

#bade5e Color Hex

#BADE5E
(186,222,94)
0 Favorites   0 Comments

Color spaces of #bade5e

RGB 18622294
HSL0.210.660.62
HSV77°58°87°
CMYK 0.160.000.58   0.13
XYZ48.391463.489820.2939
Yxy63.48980.36610.4803
Hunter Lab79.6805-31.034640.6757
CIE-Lab83.6994-30.487457.6520

#bade5e color RGB value is (186,222,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 01011110
Octal 272 336 136
Decimal 186 222 94
Hex BA DE 5E

RGB Percentages of Color #bade5e

%37.05
%44.22
%18.73

CMYK Percentages of Color #bade5e

%16
%0
%58
%13

Triadic Colors of #bade5e

#bade5e #5ebade #de5eba

Analogous Colors of #bade5e

#bade5e #7ade5e #dec25e

Monochromatic Colors of #bade5e

#bade5e

Complementary Color

#bade5e #825ede

#bade5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bade5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bade5e Color CSS Codes

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

#bade5e Text Font Color

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

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


#bade5e Background Color

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

This div background color is #bade5e


#bade5e Border Color

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

This div border color is #bade5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bade5e


Comments

No comments written yet.

Please login to write comment.