Color Hex Logo

#bae59e Color Hex

#BAE59E
(186,229,158)
0 Favorites   0 Comments

Color spaces of #bae59e

RGB 186229158
HSL0.270.580.76
HSV96°31°90°
CMYK 0.190.000.31   0.10
XYZ54.440668.946342.7864
Yxy68.94630.32760.4149
Hunter Lab83.0339-28.277127.5723
CIE-Lab86.4775-26.474130.1939

#bae59e color RGB value is (186,229,158).

#bae59e hex color red value is 186, green value is 229 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bae59e hue: 0.27 , saturation: 0.58 and the lightness value of bae59e is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 10011110
Octal 272 345 236
Decimal 186 229 158
Hex BA E5 9E

RGB Percentages of Color #bae59e

%32.46
%39.97
%27.57

CMYK Percentages of Color #bae59e

%19
%0
%31
%10

Triadic Colors of #bae59e

#bae59e #9ebae5 #e59eba

Analogous Colors of #bae59e

#bae59e #9ee5a6 #dee59e

Monochromatic Colors of #bae59e

#bae59e

Complementary Color

#bae59e #c99ee5

#bae59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae59e Color CSS Codes

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

#bae59e Text Font Color

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

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


#bae59e Background Color

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

This div background color is #bae59e


#bae59e Border Color

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

This div border color is #bae59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae59e


Comments

No comments written yet.

Please login to write comment.