Color Hex Logo

#5abeaa Color Hex

#5ABEAA
(90,190,170)
0 Favorites   0 Comments

Color spaces of #5abeaa

RGB 90190170
HSL0.470.430.55
HSV168°53°75°
CMYK 0.530.000.11   0.25
XYZ29.885641.902944.5431
Yxy41.90290.25690.3602
Hunter Lab64.7324-30.87214.5146
CIE-Lab70.8039-34.15571.1926

#5abeaa color RGB value is (90,190,170).

#5abeaa hex color red value is 90, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5abeaa hue: 0.47 , saturation: 0.43 and the lightness value of 5abeaa is 0.55.

The process color (four color CMYK) of #5abeaa color hex is 0.53, 0.00, 0.11, 0.25. Web safe color of #5abeaa is #66cc99. Color #5abeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111110 10101010
Octal 132 276 252
Decimal 90 190 170
Hex 5A BE AA

RGB Percentages of Color #5abeaa

%20.00
%42.22
%37.78

CMYK Percentages of Color #5abeaa

%53
%0
%11
%25

Triadic Colors of #5abeaa

#5abeaa #aa5abe #beaa5a

Analogous Colors of #5abeaa

#5abeaa #5aa0be #5abe78

Monochromatic Colors of #5abeaa

#5abeaa

Complementary Color

#5abeaa #be5a6e

#5abeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abeaa Color CSS Codes

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

#5abeaa Text Font Color

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

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


#5abeaa Background Color

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

This div background color is #5abeaa


#5abeaa Border Color

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

This div border color is #5abeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abeaa


Comments

No comments written yet.

Please login to write comment.