Color Hex Logo

#bae94f Color Hex

#BAE94F
(186,233,79)
0 Favorites   0 Comments

Color spaces of #bae94f

RGB 18623379
HSL0.220.780.61
HSV78°66°91°
CMYK 0.200.000.66   0.09
XYZ50.799969.281418.0924
Yxy69.28140.36770.5014
Hunter Lab83.2354-36.720745.3773
CIE-Lab86.6432-36.659367.0176

#bae94f color RGB value is (186,233,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 01001111
Octal 272 351 117
Decimal 186 233 79
Hex BA E9 4F

RGB Percentages of Color #bae94f

%37.35
%46.79
%15.86

CMYK Percentages of Color #bae94f

%20
%0
%66
%9

Triadic Colors of #bae94f

#bae94f #4fbae9 #e94fba

Analogous Colors of #bae94f

#bae94f #6de94f #e9cb4f

Monochromatic Colors of #bae94f

#bae94f

Complementary Color

#bae94f #7e4fe9

#bae94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae94f Color CSS Codes

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

#bae94f Text Font Color

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

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


#bae94f Background Color

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

This div background color is #bae94f


#bae94f Border Color

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

This div border color is #bae94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae94f


Comments

No comments written yet.

Please login to write comment.