Color Hex Logo

#5ac87e Color Hex

#5AC87E
(90,200,126)
0 Favorites   0 Comments

Color spaces of #5ac87e

RGB 90200126
HSL0.390.500.57
HSV140°55°78°
CMYK 0.550.000.37   0.22
XYZ28.636644.988626.9130
Yxy44.98860.28480.4475
Hunter Lab67.0735-41.169323.1616
CIE-Lab72.8844-47.927227.7334

#5ac87e color RGB value is (90,200,126).

#5ac87e hex color red value is 90, green value is 200 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #5ac87e hue: 0.39 , saturation: 0.50 and the lightness value of 5ac87e is 0.57.

The process color (four color CMYK) of #5ac87e color hex is 0.55, 0.00, 0.37, 0.22. Web safe color of #5ac87e is #66cc66. Color #5ac87e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001000 01111110
Octal 132 310 176
Decimal 90 200 126
Hex 5A C8 7E

RGB Percentages of Color #5ac87e

%21.63
%48.08
%30.29

CMYK Percentages of Color #5ac87e

%55
%0
%37
%22

Triadic Colors of #5ac87e

#5ac87e #7e5ac8 #c87e5a

Analogous Colors of #5ac87e

#5ac87e #5ac8b5 #6dc85a

Monochromatic Colors of #5ac87e

#5ac87e

Complementary Color

#5ac87e #c85aa4

#5ac87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac87e Color CSS Codes

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

#5ac87e Text Font Color

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

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


#5ac87e Background Color

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

This div background color is #5ac87e


#5ac87e Border Color

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

This div border color is #5ac87e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,200,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ac87e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ac87e;
  -webkit-box-shadow: 1px 1px 3px 2px #5ac87e;
  box-shadow:         1px 1px 3px 2px #5ac87e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,200,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac87e


Comments

No comments written yet.

Please login to write comment.