Color Hex Logo

#b1f92b Color Hex

#B1F92B
(177,249,43)
0 Favorites   0 Comments

Color spaces of #b1f92b

RGB 17724943
HSL0.220.940.57
HSV81°83°98°
CMYK 0.290.000.83   0.02
XYZ52.443277.272914.4366
Yxy77.27290.36380.5360
Hunter Lab87.9050-47.342551.7963
CIE-Lab90.4471-48.726381.5455

#b1f92b color RGB value is (177,249,43).

#b1f92b hex color red value is 177, green value is 249 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #b1f92b hue: 0.22 , saturation: 0.94 and the lightness value of b1f92b is 0.57.

The process color (four color CMYK) of #b1f92b color hex is 0.29, 0.00, 0.83, 0.02. Web safe color of #b1f92b is #99ff33. Color #b1f92b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111001 00101011
Octal 261 371 53
Decimal 177 249 43
Hex B1 F9 2B

RGB Percentages of Color #b1f92b

%37.74
%53.09
%9.17

CMYK Percentages of Color #b1f92b

%29
%0
%83
%2

Triadic Colors of #b1f92b

#b1f92b #2bb1f9 #f92bb1

Analogous Colors of #b1f92b

#b1f92b #4af92b #f9da2b

Monochromatic Colors of #b1f92b

#b1f92b

Complementary Color

#b1f92b #732bf9

#b1f92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1f92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1f92b Color CSS Codes

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

#b1f92b Text Font Color

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

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


#b1f92b Background Color

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

This div background color is #b1f92b


#b1f92b Border Color

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

This div border color is #b1f92b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,249,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1f92b


Comments

No comments written yet.

Please login to write comment.