Color Hex Logo

#bade80 Color Hex

#BADE80
(186,222,128)
0 Favorites   0 Comments

Color spaces of #bade80

RGB 186222128
HSL0.230.590.69
HSV83°42°87°
CMYK 0.160.000.42   0.13
XYZ50.267364.240230.1723
Yxy64.24020.34740.4440
Hunter Lab80.1500-28.313433.7854
CIE-Lab84.0907-27.080042.1796

#bade80 color RGB value is (186,222,128).

#bade80 hex color red value is 186, green value is 222 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bade80 hue: 0.23 , saturation: 0.59 and the lightness value of bade80 is 0.69.

The process color (four color CMYK) of #bade80 color hex is 0.16, 0.00, 0.42, 0.13. Web safe color of #bade80 is #cccc99. Color #bade80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 10000000
Octal 272 336 200
Decimal 186 222 128
Hex BA DE 80

RGB Percentages of Color #bade80

%34.70
%41.42
%23.88

CMYK Percentages of Color #bade80

%16
%0
%42
%13

Triadic Colors of #bade80

#bade80 #80bade #de80ba

Analogous Colors of #bade80

#bade80 #8bde80 #ded380

Monochromatic Colors of #bade80

#bade80

Complementary Color

#bade80 #a480de

#bade80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bade80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bade80 Color CSS Codes

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

#bade80 Text Font Color

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

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


#bade80 Background Color

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

This div background color is #bade80


#bade80 Border Color

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

This div border color is #bade80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bade80


Comments

No comments written yet.

Please login to write comment.