Color Hex Logo

#bae85a Color Hex

#BAE85A
(186,232,90)
0 Favorites   0 Comments

Color spaces of #bae85a

RGB 18623290
HSL0.220.760.63
HSV79°61°91°
CMYK 0.200.000.61   0.09
XYZ50.951868.890520.2846
Yxy68.89050.36360.4916
Hunter Lab83.0003-35.673943.6102
CIE-Lab86.4498-35.421662.4115

#bae85a color RGB value is (186,232,90).

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

The process color (four color CMYK) of #bae85a color hex is 0.20, 0.00, 0.61, 0.09. Web safe color of #bae85a is #ccff66. Color #bae85a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 01011010
Octal 272 350 132
Decimal 186 232 90
Hex BA E8 5A

RGB Percentages of Color #bae85a

%36.61
%45.67
%17.72

CMYK Percentages of Color #bae85a

%20
%0
%61
%9

Triadic Colors of #bae85a

#bae85a #5abae8 #e85aba

Analogous Colors of #bae85a

#bae85a #73e85a #e8cf5a

Monochromatic Colors of #bae85a

#bae85a

Complementary Color

#bae85a #885ae8

#bae85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae85a Color CSS Codes

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

#bae85a Text Font Color

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

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


#bae85a Background Color

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

This div background color is #bae85a


#bae85a Border Color

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

This div border color is #bae85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae85a


Comments

No comments written yet.

Please login to write comment.