Color Hex Logo

#baf42f Color Hex

#BAF42F
(186,244,47)
0 Favorites   0 Comments

Color spaces of #baf42f

RGB 18624447
HSL0.220.900.57
HSV78°81°96°
CMYK 0.240.000.81   0.04
XYZ53.113575.345714.4331
Yxy75.34570.37170.5273
Hunter Lab86.8019-42.680450.9028
CIE-Lab89.5547-43.139980.0152

#baf42f color RGB value is (186,244,47).

#baf42f hex color red value is 186, green value is 244 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #baf42f hue: 0.22 , saturation: 0.90 and the lightness value of baf42f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110100 00101111
Octal 272 364 57
Decimal 186 244 47
Hex BA F4 2F

RGB Percentages of Color #baf42f

%38.99
%51.15
%9.85

CMYK Percentages of Color #baf42f

%24
%0
%81
%4

Triadic Colors of #baf42f

#baf42f #2fbaf4 #f42fba

Analogous Colors of #baf42f

#baf42f #58f42f #f4cc2f

Monochromatic Colors of #baf42f

#baf42f

Complementary Color

#baf42f #692ff4

#baf42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf42f Color CSS Codes

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

#baf42f Text Font Color

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

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


#baf42f Background Color

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

This div background color is #baf42f


#baf42f Border Color

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

This div border color is #baf42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf42f


Comments

No comments written yet.

Please login to write comment.