Color Hex Logo

#5be52f Color Hex

#5BE52F
(91,229,47)
0 Favorites   0 Comments

Color spaces of #5be52f

RGB 9122947
HSL0.290.780.54
HSV105°79°90°
CMYK 0.600.000.79   0.10
XYZ32.846858.468012.2436
Yxy58.46800.31720.5646
Hunter Lab76.4644-57.134444.0314
CIE-Lab80.9983-67.219170.7046

#5be52f color RGB value is (91,229,47).

#5be52f hex color red value is 91, green value is 229 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #5be52f hue: 0.29 , saturation: 0.78 and the lightness value of 5be52f is 0.54.

The process color (four color CMYK) of #5be52f color hex is 0.60, 0.00, 0.79, 0.10. Web safe color of #5be52f is #66cc33. Color #5be52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11100101 00101111
Octal 133 345 57
Decimal 91 229 47
Hex 5B E5 2F

RGB Percentages of Color #5be52f

%24.80
%62.40
%12.81

CMYK Percentages of Color #5be52f

%60
%0
%79
%10

Triadic Colors of #5be52f

#5be52f #2f5be5 #e52f5b

Analogous Colors of #5be52f

#5be52f #2fe55e #b6e52f

Monochromatic Colors of #5be52f

#5be52f

Complementary Color

#5be52f #b92fe5

#5be52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5be52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5be52f Color CSS Codes

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

#5be52f Text Font Color

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

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


#5be52f Background Color

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

This div background color is #5be52f


#5be52f Border Color

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

This div border color is #5be52f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,229,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5be52f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5be52f;
  -webkit-box-shadow: 1px 1px 3px 2px #5be52f;
  box-shadow:         1px 1px 3px 2px #5be52f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,229,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5be52f


Comments

No comments written yet.

Please login to write comment.