Color Hex Logo

#b5e029 Color Hex

#B5E029
(181,224,41)
0 Favorites   0 Comments

Color spaces of #b5e029

RGB 18122441
HSL0.210.750.52
HSV74°82°88°
CMYK 0.190.000.82   0.12
XYZ46.111963.295211.8847
Yxy63.29520.38020.5218
Hunter Lab79.5583-35.768646.8338
CIE-Lab83.5975-36.417976.1385

#b5e029 color RGB value is (181,224,41).

#b5e029 hex color red value is 181, green value is 224 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b5e029 hue: 0.21 , saturation: 0.75 and the lightness value of b5e029 is 0.52.

The process color (four color CMYK) of #b5e029 color hex is 0.19, 0.00, 0.82, 0.12. Web safe color of #b5e029 is #cccc33. Color #b5e029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11100000 00101001
Octal 265 340 51
Decimal 181 224 41
Hex B5 E0 29

RGB Percentages of Color #b5e029

%40.58
%50.22
%9.19

CMYK Percentages of Color #b5e029

%19
%0
%82
%12

Triadic Colors of #b5e029

#b5e029 #29b5e0 #e029b5

Analogous Colors of #b5e029

#b5e029 #5ae029 #e0b029

Monochromatic Colors of #b5e029

#b5e029

Complementary Color

#b5e029 #5429e0

#b5e029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5e029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5e029 Color CSS Codes

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

#b5e029 Text Font Color

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

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


#b5e029 Background Color

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

This div background color is #b5e029


#b5e029 Border Color

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

This div border color is #b5e029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5e029


Comments

No comments written yet.

Please login to write comment.