Color Hex Logo

#baf40f Color Hex

#BAF40F
(186,244,15)
0 Favorites   0 Comments

Color spaces of #baf40f

RGB 18624415
HSL0.210.910.51
HSV75°94°96°
CMYK 0.240.000.94   0.04
XYZ52.686675.175012.1853
Yxy75.17500.37620.5368
Hunter Lab86.7035-43.263152.3599
CIE-Lab89.4749-43.902485.4729

#baf40f color RGB value is (186,244,15).

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

The process color (four color CMYK) of #baf40f color hex is 0.24, 0.00, 0.94, 0.04. Web safe color of #baf40f is #ccff00. Color #baf40f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110100 00001111
Octal 272 364 17
Decimal 186 244 15
Hex BA F4 F

RGB Percentages of Color #baf40f

%41.80
%54.83
%3.37

CMYK Percentages of Color #baf40f

%24
%0
%94
%4

Triadic Colors of #baf40f

#baf40f #0fbaf4 #f40fba

Analogous Colors of #baf40f

#baf40f #48f40f #f4bc0f

Monochromatic Colors of #baf40f

#baf40f

Complementary Color

#baf40f #490ff4

#baf40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf40f Color CSS Codes

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

#baf40f Text Font Color

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

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


#baf40f Background Color

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

This div background color is #baf40f


#baf40f Border Color

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

This div border color is #baf40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf40f


Comments

No comments written yet.

Please login to write comment.