Color Hex Logo

#bae55a Color Hex

#BAE55A
(186,229,90)
0 Favorites   0 Comments

Color spaces of #bae55a

RGB 18622990
HSL0.220.730.63
HSV79°61°90°
CMYK 0.190.000.61   0.10
XYZ50.114567.215920.0055
Yxy67.21590.36490.4894
Hunter Lab81.9853-34.364042.9222
CIE-Lab85.6129-34.051361.4948

#bae55a color RGB value is (186,229,90).

#bae55a hex color red value is 186, green value is 229 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bae55a hue: 0.22 , saturation: 0.73 and the lightness value of bae55a is 0.63.

The process color (four color CMYK) of #bae55a color hex is 0.19, 0.00, 0.61, 0.10. Web safe color of #bae55a is #cccc66. Color #bae55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01011010
Octal 272 345 132
Decimal 186 229 90
Hex BA E5 5A

RGB Percentages of Color #bae55a

%36.83
%45.35
%17.82

CMYK Percentages of Color #bae55a

%19
%0
%61
%10

Triadic Colors of #bae55a

#bae55a #5abae5 #e55aba

Analogous Colors of #bae55a

#bae55a #75e55a #e5cb5a

Monochromatic Colors of #bae55a

#bae55a

Complementary Color

#bae55a #855ae5

#bae55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae55a Color CSS Codes

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

#bae55a Text Font Color

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

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


#bae55a Background Color

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

This div background color is #bae55a


#bae55a Border Color

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

This div border color is #bae55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae55a


Comments

No comments written yet.

Please login to write comment.