Color Hex Logo

#baf72f Color Hex

#BAF72F
(186,247,47)
0 Favorites   0 Comments

Color spaces of #baf72f

RGB 18624747
HSL0.220.930.58
HSV78°81°97°
CMYK 0.250.000.81   0.03
XYZ54.023677.165914.7365
Yxy77.16590.37020.5288
Hunter Lab87.8441-43.950851.5446
CIE-Lab90.3979-44.435680.7594

#baf72f color RGB value is (186,247,47).

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

The process color (four color CMYK) of #baf72f color hex is 0.25, 0.00, 0.81, 0.03. Web safe color of #baf72f is #ccff33. Color #baf72f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110111 00101111
Octal 272 367 57
Decimal 186 247 47
Hex BA F7 2F

RGB Percentages of Color #baf72f

%38.75
%51.46
%9.79

CMYK Percentages of Color #baf72f

%25
%0
%81
%3

Triadic Colors of #baf72f

#baf72f #2fbaf7 #f72fba

Analogous Colors of #baf72f

#baf72f #56f72f #f7d02f

Monochromatic Colors of #baf72f

#baf72f

Complementary Color

#baf72f #6c2ff7

#baf72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf72f Color CSS Codes

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

#baf72f Text Font Color

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

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


#baf72f Background Color

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

This div background color is #baf72f


#baf72f Border Color

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

This div border color is #baf72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf72f


Comments

No comments written yet.

Please login to write comment.