Color Hex Logo

#5be07b Color Hex

#5BE07B
(91,224,123)
0 Favorites   0 Comments

Color spaces of #5be07b

RGB 91224123
HSL0.370.680.62
HSV134°59°88°
CMYK 0.590.000.45   0.12
XYZ34.545256.965527.9136
Yxy56.96550.28930.4770
Hunter Lab75.4755-50.382530.9052
CIE-Lab80.1602-57.660338.7413

#5be07b color RGB value is (91,224,123).

#5be07b hex color red value is 91, green value is 224 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #5be07b hue: 0.37 , saturation: 0.68 and the lightness value of 5be07b is 0.62.

The process color (four color CMYK) of #5be07b color hex is 0.59, 0.00, 0.45, 0.12. Web safe color of #5be07b is #66cc66. Color #5be07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11100000 01111011
Octal 133 340 173
Decimal 91 224 123
Hex 5B E0 7B

RGB Percentages of Color #5be07b

%20.78
%51.14
%28.08

CMYK Percentages of Color #5be07b

%59
%0
%45
%12

Triadic Colors of #5be07b

#5be07b #7b5be0 #e07b5b

Analogous Colors of #5be07b

#5be07b #5be0be #7ee05b

Monochromatic Colors of #5be07b

#5be07b

Complementary Color

#5be07b #e05bc0

#5be07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5be07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5be07b Color CSS Codes

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

#5be07b Text Font Color

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

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


#5be07b Background Color

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

This div background color is #5be07b


#5be07b Border Color

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

This div border color is #5be07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5be07b


Comments

No comments written yet.

Please login to write comment.