Color Hex Logo

#bae57a Color Hex

#BAE57A
(186,229,122)
0 Favorites   0 Comments

Color spaces of #bae57a

RGB 186229122
HSL0.230.670.69
HSV84°47°90°
CMYK 0.190.000.47   0.10
XYZ51.781967.882928.7859
Yxy67.88290.34880.4573
Hunter Lab82.3911-31.999136.9589
CIE-Lab85.9479-31.064247.4101

#bae57a color RGB value is (186,229,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01111010
Octal 272 345 172
Decimal 186 229 122
Hex BA E5 7A

RGB Percentages of Color #bae57a

%34.64
%42.64
%22.72

CMYK Percentages of Color #bae57a

%19
%0
%47
%10

Triadic Colors of #bae57a

#bae57a #7abae5 #e57aba

Analogous Colors of #bae57a

#bae57a #85e57a #e5db7a

Monochromatic Colors of #bae57a

#bae57a

Complementary Color

#bae57a #a57ae5

#bae57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae57a Color CSS Codes

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

#bae57a Text Font Color

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

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


#bae57a Background Color

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

This div background color is #bae57a


#bae57a Border Color

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

This div border color is #bae57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae57a


Comments

No comments written yet.

Please login to write comment.