Color Hex Logo

#b5ed29 Color Hex

#B5ED29
(181,237,41)
0 Favorites   0 Comments

Color spaces of #b5ed29

RGB 18123741
HSL0.210.840.55
HSV77°83°93°
CMYK 0.240.000.83   0.07
XYZ49.740570.552213.0942
Yxy70.55220.37290.5289
Hunter Lab83.9954-41.287549.5539
CIE-Lab87.2670-42.188579.3270

#b5ed29 color RGB value is (181,237,41).

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

The process color (four color CMYK) of #b5ed29 color hex is 0.24, 0.00, 0.83, 0.07. Web safe color of #b5ed29 is #ccff33. Color #b5ed29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101101 00101001
Octal 265 355 51
Decimal 181 237 41
Hex B5 ED 29

RGB Percentages of Color #b5ed29

%39.43
%51.63
%8.93

CMYK Percentages of Color #b5ed29

%24
%0
%83
%7

Triadic Colors of #b5ed29

#b5ed29 #29b5ed #ed29b5

Analogous Colors of #b5ed29

#b5ed29 #53ed29 #edc329

Monochromatic Colors of #b5ed29

#b5ed29

Complementary Color

#b5ed29 #6129ed

#b5ed29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ed29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ed29 Color CSS Codes

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

#b5ed29 Text Font Color

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

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


#b5ed29 Background Color

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

This div background color is #b5ed29


#b5ed29 Border Color

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

This div border color is #b5ed29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ed29


Comments

No comments written yet.

Please login to write comment.