Color Hex Logo

#5eb27a Color Hex

#5EB27A
(94,178,122)
0 Favorites   0 Comments

Color spaces of #5eb27a

RGB 94178122
HSL0.390.350.53
HSV140°47°70°
CMYK 0.470.000.31   0.30
XYZ24.049335.625624.0213
Yxy35.62560.28730.4257
Hunter Lab59.6872-32.530917.9196
CIE-Lab66.2329-38.206220.9320

#5eb27a color RGB value is (94,178,122).

#5eb27a hex color red value is 94, green value is 178 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #5eb27a hue: 0.39 , saturation: 0.35 and the lightness value of 5eb27a is 0.53.

The process color (four color CMYK) of #5eb27a color hex is 0.47, 0.00, 0.31, 0.30. Web safe color of #5eb27a is #669966. Color #5eb27a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110010 01111010
Octal 136 262 172
Decimal 94 178 122
Hex 5E B2 7A

RGB Percentages of Color #5eb27a

%23.86
%45.18
%30.96

CMYK Percentages of Color #5eb27a

%47
%0
%31
%30

Triadic Colors of #5eb27a

#5eb27a #7a5eb2 #b27a5e

Analogous Colors of #5eb27a

#5eb27a #5eb2a4 #6cb25e

Monochromatic Colors of #5eb27a

#5eb27a

Complementary Color

#5eb27a #b25e96

#5eb27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb27a Color CSS Codes

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

#5eb27a Text Font Color

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

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


#5eb27a Background Color

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

This div background color is #5eb27a


#5eb27a Border Color

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

This div border color is #5eb27a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,178,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5eb27a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5eb27a;
  -webkit-box-shadow: 1px 1px 3px 2px #5eb27a;
  box-shadow:         1px 1px 3px 2px #5eb27a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,178,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb27a


Comments

No comments written yet.

Please login to write comment.