Color Hex Logo

#b5fe40 Color Hex

#B5FE40
(181,254,64)
0 Favorites   0 Comments

Color spaces of #b5fe40

RGB 18125464
HSL0.230.990.62
HSV83°75°100°
CMYK 0.290.000.75   0.00
XYZ55.423381.077517.5789
Yxy81.07750.35970.5262
Hunter Lab90.0430-47.705051.4551
CIE-Lab92.1662-48.510977.5902

#b5fe40 color RGB value is (181,254,64).

#b5fe40 hex color red value is 181, green value is 254 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b5fe40 hue: 0.23 , saturation: 0.99 and the lightness value of b5fe40 is 0.62.

The process color (four color CMYK) of #b5fe40 color hex is 0.29, 0.00, 0.75, 0.00. Web safe color of #b5fe40 is #ccff33. Color #b5fe40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111110 01000000
Octal 265 376 100
Decimal 181 254 64
Hex B5 FE 40

RGB Percentages of Color #b5fe40

%36.27
%50.90
%12.83

CMYK Percentages of Color #b5fe40

%29
%0
%75
%0

Triadic Colors of #b5fe40

#b5fe40 #40b5fe #fe40b5

Analogous Colors of #b5fe40

#b5fe40 #56fe40 #fee840

Monochromatic Colors of #b5fe40

#b5fe40

Complementary Color

#b5fe40 #8940fe

#b5fe40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fe40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fe40 Color CSS Codes

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

#b5fe40 Text Font Color

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

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


#b5fe40 Background Color

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

This div background color is #b5fe40


#b5fe40 Border Color

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

This div border color is #b5fe40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,254,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5fe40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5fe40;
  -webkit-box-shadow: 1px 1px 3px 2px #b5fe40;
  box-shadow:         1px 1px 3px 2px #b5fe40; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,254,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fe40

Related Colors


Comments

No comments written yet.

Please login to write comment.