Color Hex Logo

#b1fa0f Color Hex

#B1FA0F
(177,250,15)
0 Favorites   0 Comments

Color spaces of #b1fa0f

RGB 17725015
HSL0.220.960.52
HSV79°94°98°
CMYK 0.290.000.94   0.02
XYZ52.403377.752812.6978
Yxy77.75280.36680.5443
Hunter Lab88.1775-48.229453.1864
CIE-Lab90.6670-49.778286.1955

#b1fa0f color RGB value is (177,250,15).

#b1fa0f hex color red value is 177, green value is 250 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b1fa0f hue: 0.22 , saturation: 0.96 and the lightness value of b1fa0f is 0.52.

The process color (four color CMYK) of #b1fa0f color hex is 0.29, 0.00, 0.94, 0.02. Web safe color of #b1fa0f is #99ff00. Color #b1fa0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111010 00001111
Octal 261 372 17
Decimal 177 250 15
Hex B1 FA F

RGB Percentages of Color #b1fa0f

%40.05
%56.56
%3.39

CMYK Percentages of Color #b1fa0f

%29
%0
%94
%2

Triadic Colors of #b1fa0f

#b1fa0f #0fb1fa #fa0fb1

Analogous Colors of #b1fa0f

#b1fa0f #3cfa0f #face0f

Monochromatic Colors of #b1fa0f

#b1fa0f

Complementary Color

#b1fa0f #580ffa

#b1fa0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1fa0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1fa0f Color CSS Codes

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

#b1fa0f Text Font Color

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

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


#b1fa0f Background Color

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

This div background color is #b1fa0f


#b1fa0f Border Color

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

This div border color is #b1fa0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1fa0f

Related Colors


Comments

No comments written yet.

Please login to write comment.