Color Hex Logo

#5eaf86 Color Hex

#5EAF86
(94,175,134)
0 Favorites   0 Comments

Color spaces of #5eaf86

RGB 94175134
HSL0.420.340.53
HSV150°46°69°
CMYK 0.460.000.23   0.31
XYZ24.249134.760927.9857
Yxy34.76090.27870.3996
Hunter Lab58.9584-29.761613.1278
CIE-Lab65.5621-34.441613.4629

#5eaf86 color RGB value is (94,175,134).

#5eaf86 hex color red value is 94, green value is 175 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #5eaf86 hue: 0.42 , saturation: 0.34 and the lightness value of 5eaf86 is 0.53.

The process color (four color CMYK) of #5eaf86 color hex is 0.46, 0.00, 0.23, 0.31. Web safe color of #5eaf86 is #669999. Color #5eaf86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101111 10000110
Octal 136 257 206
Decimal 94 175 134
Hex 5E AF 86

RGB Percentages of Color #5eaf86

%23.33
%43.42
%33.25

CMYK Percentages of Color #5eaf86

%46
%0
%23
%31

Triadic Colors of #5eaf86

#5eaf86 #865eaf #af865e

Analogous Colors of #5eaf86

#5eaf86 #5eafaf #5faf5e

Monochromatic Colors of #5eaf86

#5eaf86

Complementary Color

#5eaf86 #af5e87

#5eaf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaf86 Color CSS Codes

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

#5eaf86 Text Font Color

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

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


#5eaf86 Background Color

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

This div background color is #5eaf86


#5eaf86 Border Color

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

This div border color is #5eaf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaf86


Comments

No comments written yet.

Please login to write comment.