Color Hex Logo

#baef5f Color Hex

#BAEF5F
(186,239,95)
0 Favorites   0 Comments

Color spaces of #baef5f

RGB 18623995
HSL0.230.820.65
HSV82°60°94°
CMYK 0.220.000.60   0.06
XYZ53.181872.998322.1136
Yxy72.99830.35860.4923
Hunter Lab85.4390-38.410444.4617
CIE-Lab88.4469-38.188662.5199

#baef5f color RGB value is (186,239,95).

#baef5f hex color red value is 186, green value is 239 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #baef5f hue: 0.23 , saturation: 0.82 and the lightness value of baef5f is 0.65.

The process color (four color CMYK) of #baef5f color hex is 0.22, 0.00, 0.60, 0.06. Web safe color of #baef5f is #ccff66. Color #baef5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 01011111
Octal 272 357 137
Decimal 186 239 95
Hex BA EF 5F

RGB Percentages of Color #baef5f

%35.77
%45.96
%18.27

CMYK Percentages of Color #baef5f

%22
%0
%60
%6

Triadic Colors of #baef5f

#baef5f #5fbaef #ef5fba

Analogous Colors of #baef5f

#baef5f #72ef5f #efdc5f

Monochromatic Colors of #baef5f

#baef5f

Complementary Color

#baef5f #945fef

#baef5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baef5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baef5f Color CSS Codes

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

#baef5f Text Font Color

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

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


#baef5f Background Color

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

This div background color is #baef5f


#baef5f Border Color

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

This div border color is #baef5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baef5f


Comments

No comments written yet.

Please login to write comment.