Color Hex Logo

#baf93e Color Hex

#BAF93E
(186,249,62)
0 Favorites   0 Comments

Color spaces of #baf93e

RGB 18624962
HSL0.220.940.61
HSV80°75°98°
CMYK 0.250.000.75   0.02
XYZ54.994978.538316.8183
Yxy78.53830.36580.5224
Hunter Lab88.6218-44.318850.7835
CIE-Lab91.0250-44.671077.2165

#baf93e color RGB value is (186,249,62).

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

The process color (four color CMYK) of #baf93e color hex is 0.25, 0.00, 0.75, 0.02. Web safe color of #baf93e is #ccff33. Color #baf93e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 00111110
Octal 272 371 76
Decimal 186 249 62
Hex BA F9 3E

RGB Percentages of Color #baf93e

%37.42
%50.10
%12.47

CMYK Percentages of Color #baf93e

%25
%0
%75
%2

Triadic Colors of #baf93e

#baf93e #3ebaf9 #f93eba

Analogous Colors of #baf93e

#baf93e #5df93e #f9db3e

Monochromatic Colors of #baf93e

#baf93e

Complementary Color

#baf93e #7d3ef9

#baf93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf93e Color CSS Codes

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

#baf93e Text Font Color

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

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


#baf93e Background Color

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

This div background color is #baf93e


#baf93e Border Color

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

This div border color is #baf93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf93e


Comments

No comments written yet.

Please login to write comment.