Color Hex Logo

#b4f45e Color Hex

#B4F45E
(180,244,94)
0 Favorites   0 Comments

Color spaces of #b4f45e

RGB 18024494
HSL0.240.870.66
HSV86°61°96°
CMYK 0.260.000.61   0.04
XYZ53.193575.212822.3036
Yxy75.21280.35300.4991
Hunter Lab86.7253-42.285245.4598
CIE-Lab89.4926-42.665663.9871

#b4f45e color RGB value is (180,244,94).

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

The process color (four color CMYK) of #b4f45e color hex is 0.26, 0.00, 0.61, 0.04. Web safe color of #b4f45e is #ccff66. Color #b4f45e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11110100 01011110
Octal 264 364 136
Decimal 180 244 94
Hex B4 F4 5E

RGB Percentages of Color #b4f45e

%34.75
%47.10
%18.15

CMYK Percentages of Color #b4f45e

%26
%0
%61
%4

Triadic Colors of #b4f45e

#b4f45e #5eb4f4 #f45eb4

Analogous Colors of #b4f45e

#b4f45e #69f45e #f4e95e

Monochromatic Colors of #b4f45e

#b4f45e

Complementary Color

#b4f45e #9e5ef4

#b4f45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4f45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4f45e Color CSS Codes

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

#b4f45e Text Font Color

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

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


#b4f45e Background Color

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

This div background color is #b4f45e


#b4f45e Border Color

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

This div border color is #b4f45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4f45e

Related Colors


Comments

No comments written yet.

Please login to write comment.