Color Hex Logo

#bae93a Color Hex

#BAE93A
(186,233,58)
0 Favorites   0 Comments

Color spaces of #bae93a

RGB 18623358
HSL0.210.800.57
HSV76°75°91°
CMYK 0.200.000.75   0.09
XYZ50.152369.022414.6823
Yxy69.02240.37470.5156
Hunter Lab83.0797-37.635447.6778
CIE-Lab86.5151-37.838974.1910

#bae93a color RGB value is (186,233,58).

#bae93a hex color red value is 186, green value is 233 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bae93a hue: 0.21 , saturation: 0.80 and the lightness value of bae93a is 0.57.

The process color (four color CMYK) of #bae93a color hex is 0.20, 0.00, 0.75, 0.09. Web safe color of #bae93a is #ccff33. Color #bae93a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 00111010
Octal 272 351 72
Decimal 186 233 58
Hex BA E9 3A

RGB Percentages of Color #bae93a

%38.99
%48.85
%12.16

CMYK Percentages of Color #bae93a

%20
%0
%75
%9

Triadic Colors of #bae93a

#bae93a #3abae9 #e93aba

Analogous Colors of #bae93a

#bae93a #63e93a #e9c13a

Monochromatic Colors of #bae93a

#bae93a

Complementary Color

#bae93a #693ae9

#bae93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae93a Color CSS Codes

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

#bae93a Text Font Color

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

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


#bae93a Background Color

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

This div background color is #bae93a


#bae93a Border Color

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

This div border color is #bae93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae93a


Comments

No comments written yet.

Please login to write comment.