Color Hex Logo

#b4fb5e Color Hex

#B4FB5E
(180,251,94)
0 Favorites   0 Comments

Color spaces of #b4fb5e

RGB 18025194
HSL0.240.950.68
HSV87°63°98°
CMYK 0.280.000.63   0.02
XYZ55.340079.505823.0191
Yxy79.50580.35060.5036
Hunter Lab89.1660-45.256347.1099
CIE-Lab91.4627-45.687966.1363

#b4fb5e color RGB value is (180,251,94).

#b4fb5e hex color red value is 180, green value is 251 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b4fb5e hue: 0.24 , saturation: 0.95 and the lightness value of b4fb5e is 0.68.

The process color (four color CMYK) of #b4fb5e color hex is 0.28, 0.00, 0.63, 0.02. Web safe color of #b4fb5e is #ccff66. Color #b4fb5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111011 01011110
Octal 264 373 136
Decimal 180 251 94
Hex B4 FB 5E

RGB Percentages of Color #b4fb5e

%34.29
%47.81
%17.90

CMYK Percentages of Color #b4fb5e

%28
%0
%63
%2

Triadic Colors of #b4fb5e

#b4fb5e #5eb4fb #fb5eb4

Analogous Colors of #b4fb5e

#b4fb5e #66fb5e #fbf45e

Monochromatic Colors of #b4fb5e

#b4fb5e

Complementary Color

#b4fb5e #a55efb

#b4fb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fb5e Color CSS Codes

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

#b4fb5e Text Font Color

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

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


#b4fb5e Background Color

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

This div background color is #b4fb5e


#b4fb5e Border Color

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

This div border color is #b4fb5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,251,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4fb5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4fb5e;
  -webkit-box-shadow: 1px 1px 3px 2px #b4fb5e;
  box-shadow:         1px 1px 3px 2px #b4fb5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,251,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fb5e


Comments

No comments written yet.

Please login to write comment.