Color Hex Logo

#bae94e Color Hex

#BAE94E
(186,233,78)
0 Favorites   0 Comments

Color spaces of #bae94e

RGB 18623378
HSL0.220.780.61
HSV78°67°91°
CMYK 0.200.000.67   0.09
XYZ50.763869.267017.9021
Yxy69.26700.36800.5022
Hunter Lab83.2268-36.771645.5055
CIE-Lab86.6361-36.724867.3922

#bae94e color RGB value is (186,233,78).

#bae94e hex color red value is 186, green value is 233 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bae94e hue: 0.22 , saturation: 0.78 and the lightness value of bae94e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 01001110
Octal 272 351 116
Decimal 186 233 78
Hex BA E9 4E

RGB Percentages of Color #bae94e

%37.42
%46.88
%15.69

CMYK Percentages of Color #bae94e

%20
%0
%67
%9

Triadic Colors of #bae94e

#bae94e #4ebae9 #e94eba

Analogous Colors of #bae94e

#bae94e #6de94e #e9cb4e

Monochromatic Colors of #bae94e

#bae94e

Complementary Color

#bae94e #7d4ee9

#bae94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae94e Color CSS Codes

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

#bae94e Text Font Color

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

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


#bae94e Background Color

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

This div background color is #bae94e


#bae94e Border Color

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

This div border color is #bae94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae94e


Comments

No comments written yet.

Please login to write comment.