Color Hex Logo

#b1fd72 Color Hex

#B1FD72
(177,253,114)
0 Favorites   0 Comments

Color spaces of #b1fd72

RGB 177253114
HSL0.260.970.72
HSV93°55°99°
CMYK 0.300.000.55   0.01
XYZ56.294080.812628.5510
Yxy80.81260.33980.4878
Hunter Lab89.8958-45.538644.0965
CIE-Lab92.0482-45.826458.2781

#b1fd72 color RGB value is (177,253,114).

#b1fd72 hex color red value is 177, green value is 253 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b1fd72 hue: 0.26 , saturation: 0.97 and the lightness value of b1fd72 is 0.72.

The process color (four color CMYK) of #b1fd72 color hex is 0.30, 0.00, 0.55, 0.01. Web safe color of #b1fd72 is #99ff66. Color #b1fd72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111101 01110010
Octal 261 375 162
Decimal 177 253 114
Hex B1 FD 72

RGB Percentages of Color #b1fd72

%32.54
%46.51
%20.96

CMYK Percentages of Color #b1fd72

%30
%0
%55
%1

Triadic Colors of #b1fd72

#b1fd72 #72b1fd #fd72b1

Analogous Colors of #b1fd72

#b1fd72 #72fd79 #f7fd72

Monochromatic Colors of #b1fd72

#b1fd72

Complementary Color

#b1fd72 #be72fd

#b1fd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1fd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1fd72 Color CSS Codes

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

#b1fd72 Text Font Color

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

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


#b1fd72 Background Color

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

This div background color is #b1fd72


#b1fd72 Border Color

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

This div border color is #b1fd72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1fd72


Comments

No comments written yet.

Please login to write comment.