Color Hex Logo

#5aba87 Color Hex

#5ABA87
(90,186,135)
0 Favorites   0 Comments

Color spaces of #5aba87

RGB 90186135
HSL0.410.410.54
HSV148°52°73°
CMYK 0.520.000.27   0.27
XYZ26.148539.040729.0791
Yxy39.04070.27740.4141
Hunter Lab62.4826-34.643516.1445
CIE-Lab68.7807-40.242517.3773

#5aba87 color RGB value is (90,186,135).

#5aba87 hex color red value is 90, green value is 186 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #5aba87 hue: 0.41 , saturation: 0.41 and the lightness value of 5aba87 is 0.54.

The process color (four color CMYK) of #5aba87 color hex is 0.52, 0.00, 0.27, 0.27. Web safe color of #5aba87 is #66cc99. Color #5aba87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111010 10000111
Octal 132 272 207
Decimal 90 186 135
Hex 5A BA 87

RGB Percentages of Color #5aba87

%21.90
%45.26
%32.85

CMYK Percentages of Color #5aba87

%52
%0
%27
%27

Triadic Colors of #5aba87

#5aba87 #875aba #ba875a

Analogous Colors of #5aba87

#5aba87 #5abab7 #5dba5a

Monochromatic Colors of #5aba87

#5aba87

Complementary Color

#5aba87 #ba5a8d

#5aba87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aba87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aba87 Color CSS Codes

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

#5aba87 Text Font Color

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

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


#5aba87 Background Color

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

This div background color is #5aba87


#5aba87 Border Color

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

This div border color is #5aba87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aba87


Comments

No comments written yet.

Please login to write comment.