Color Hex Logo

#baee6e Color Hex

#BAEE6E
(186,238,110)
0 Favorites   0 Comments

Color spaces of #baee6e

RGB 186238110
HSL0.230.790.68
HSV84°54°93°
CMYK 0.220.000.54   0.07
XYZ53.638772.714025.9600
Yxy72.71400.35220.4774
Hunter Lab85.2725-36.945641.6408
CIE-Lab88.3111-36.426855.8306

#baee6e color RGB value is (186,238,110).

#baee6e hex color red value is 186, green value is 238 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #baee6e hue: 0.23 , saturation: 0.79 and the lightness value of baee6e is 0.68.

The process color (four color CMYK) of #baee6e color hex is 0.22, 0.00, 0.54, 0.07. Web safe color of #baee6e is #ccff66. Color #baee6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 01101110
Octal 272 356 156
Decimal 186 238 110
Hex BA EE 6E

RGB Percentages of Color #baee6e

%34.83
%44.57
%20.60

CMYK Percentages of Color #baee6e

%22
%0
%54
%7

Triadic Colors of #baee6e

#baee6e #6ebaee #ee6eba

Analogous Colors of #baee6e

#baee6e #7aee6e #eee26e

Monochromatic Colors of #baee6e

#baee6e

Complementary Color

#baee6e #a26eee

#baee6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baee6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baee6e Color CSS Codes

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

#baee6e Text Font Color

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

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


#baee6e Background Color

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

This div background color is #baee6e


#baee6e Border Color

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

This div border color is #baee6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baee6e


Comments

No comments written yet.

Please login to write comment.