Color Hex Logo

#bae57e Color Hex

#BAE57E
(186,229,126)
0 Favorites   0 Comments

Color spaces of #bae57e

RGB 186229126
HSL0.240.660.70
HSV85°45°90°
CMYK 0.190.000.45   0.10
XYZ52.034967.984130.1184
Yxy67.98410.34660.4528
Hunter Lab82.4525-31.642336.0592
CIE-Lab85.9985-30.618445.5466

#bae57e color RGB value is (186,229,126).

#bae57e hex color red value is 186, green value is 229 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bae57e hue: 0.24 , saturation: 0.66 and the lightness value of bae57e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01111110
Octal 272 345 176
Decimal 186 229 126
Hex BA E5 7E

RGB Percentages of Color #bae57e

%34.38
%42.33
%23.29

CMYK Percentages of Color #bae57e

%19
%0
%45
%10

Triadic Colors of #bae57e

#bae57e #7ebae5 #e57eba

Analogous Colors of #bae57e

#bae57e #87e57e #e5dd7e

Monochromatic Colors of #bae57e

#bae57e

Complementary Color

#bae57e #a97ee5

#bae57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae57e Color CSS Codes

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

#bae57e Text Font Color

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

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


#bae57e Background Color

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

This div background color is #bae57e


#bae57e Border Color

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

This div border color is #bae57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae57e


Comments

No comments written yet.

Please login to write comment.