Color Hex Logo

#bae580 Color Hex

#BAE580
(186,229,128)
0 Favorites   0 Comments

Color spaces of #bae580

RGB 186229128
HSL0.240.660.70
HSV86°44°90°
CMYK 0.190.000.44   0.10
XYZ52.165368.036230.8050
Yxy68.03620.34550.4506
Hunter Lab82.4841-31.458635.5960
CIE-Lab86.0245-30.389344.6087

#bae580 color RGB value is (186,229,128).

#bae580 hex color red value is 186, green value is 229 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bae580 hue: 0.24 , saturation: 0.66 and the lightness value of bae580 is 0.70.

The process color (four color CMYK) of #bae580 color hex is 0.19, 0.00, 0.44, 0.10. Web safe color of #bae580 is #cccc99. Color #bae580 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 10000000
Octal 272 345 200
Decimal 186 229 128
Hex BA E5 80

RGB Percentages of Color #bae580

%34.25
%42.17
%23.57

CMYK Percentages of Color #bae580

%19
%0
%44
%10

Triadic Colors of #bae580

#bae580 #80bae5 #e580ba

Analogous Colors of #bae580

#bae580 #88e580 #e5de80

Monochromatic Colors of #bae580

#bae580

Complementary Color

#bae580 #ab80e5

#bae580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae580 Color CSS Codes

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

#bae580 Text Font Color

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

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


#bae580 Background Color

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

This div background color is #bae580


#bae580 Border Color

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

This div border color is #bae580


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,229,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 #bae580">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae580


Comments

No comments written yet.

Please login to write comment.