Color Hex Logo

#5be68a Color Hex

#5BE68A
(91,230,138)
0 Favorites   0 Comments

Color spaces of #5be68a

RGB 91230138
HSL0.390.740.63
HSV140°60°90°
CMYK 0.600.000.40   0.10
XYZ37.198660.652833.7913
Yxy60.65280.28260.4607
Hunter Lab77.8799-51.031028.7906
CIE-Lab82.1917-57.505633.8879

#5be68a color RGB value is (91,230,138).

#5be68a hex color red value is 91, green value is 230 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #5be68a hue: 0.39 , saturation: 0.74 and the lightness value of 5be68a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11100110 10001010
Octal 133 346 212
Decimal 91 230 138
Hex 5B E6 8A

RGB Percentages of Color #5be68a

%19.83
%50.11
%30.07

CMYK Percentages of Color #5be68a

%60
%0
%40
%10

Triadic Colors of #5be68a

#5be68a #8a5be6 #e68a5b

Analogous Colors of #5be68a

#5be68a #5be6d0 #72e65b

Monochromatic Colors of #5be68a

#5be68a

Complementary Color

#5be68a #e65bb7

#5be68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5be68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5be68a Color CSS Codes

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

#5be68a Text Font Color

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

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


#5be68a Background Color

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

This div background color is #5be68a


#5be68a Border Color

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

This div border color is #5be68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5be68a


Comments

No comments written yet.

Please login to write comment.