Color Hex Logo

#baf51f Color Hex

#BAF51F
(186,245,31)
0 Favorites   0 Comments

Color spaces of #baf51f

RGB 18624531
HSL0.210.910.54
HSV77°87°96°
CMYK 0.240.000.87   0.04
XYZ53.149475.842813.1342
Yxy75.84280.37400.5336
Hunter Lab87.0878-43.465652.0196
CIE-Lab89.7863-44.045583.5703

#baf51f color RGB value is (186,245,31).

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

The process color (four color CMYK) of #baf51f color hex is 0.24, 0.00, 0.87, 0.04. Web safe color of #baf51f is #ccff33. Color #baf51f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110101 00011111
Octal 272 365 37
Decimal 186 245 31
Hex BA F5 1F

RGB Percentages of Color #baf51f

%40.26
%53.03
%6.71

CMYK Percentages of Color #baf51f

%24
%0
%87
%4

Triadic Colors of #baf51f

#baf51f #1fbaf5 #f51fba

Analogous Colors of #baf51f

#baf51f #4ff51f #f5c51f

Monochromatic Colors of #baf51f

#baf51f

Complementary Color

#baf51f #5a1ff5

#baf51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf51f Color CSS Codes

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

#baf51f Text Font Color

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

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


#baf51f Background Color

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

This div background color is #baf51f


#baf51f Border Color

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

This div border color is #baf51f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,245,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 #baf51f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf51f


Comments

No comments written yet.

Please login to write comment.