Color Hex Logo

#baf91f Color Hex

#BAF91F
(186,249,31)
0 Favorites   0 Comments

Color spaces of #baf91f

RGB 18624931
HSL0.210.950.55
HSV77°88°98°
CMYK 0.250.000.88   0.02
XYZ54.372778.289413.5419
Yxy78.28940.37190.5355
Hunter Lab88.4813-45.152152.8627
CIE-Lab90.9118-45.760484.4987

#baf91f color RGB value is (186,249,31).

#baf91f hex color red value is 186, green value is 249 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #baf91f hue: 0.21 , saturation: 0.95 and the lightness value of baf91f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 00011111
Octal 272 371 37
Decimal 186 249 31
Hex BA F9 1F

RGB Percentages of Color #baf91f

%39.91
%53.43
%6.65

CMYK Percentages of Color #baf91f

%25
%0
%88
%2

Triadic Colors of #baf91f

#baf91f #1fbaf9 #f91fba

Analogous Colors of #baf91f

#baf91f #4df91f #f9cb1f

Monochromatic Colors of #baf91f

#baf91f

Complementary Color

#baf91f #5e1ff9

#baf91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf91f Color CSS Codes

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

#baf91f Text Font Color

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

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


#baf91f Background Color

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

This div background color is #baf91f


#baf91f Border Color

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

This div border color is #baf91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf91f


Comments

No comments written yet.

Please login to write comment.