Color Hex Logo

#5abeac Color Hex

#5ABEAC
(90,190,172)
0 Favorites   0 Comments

Color spaces of #5abeac

RGB 90190172
HSL0.470.430.55
HSV169°53°75°
CMYK 0.530.000.09   0.25
XYZ30.076341.979145.5473
Yxy41.97910.25570.3570
Hunter Lab64.7913-30.52453.6739
CIE-Lab70.8565-33.66070.1758

#5abeac color RGB value is (90,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111110 10101100
Octal 132 276 254
Decimal 90 190 172
Hex 5A BE AC

RGB Percentages of Color #5abeac

%19.91
%42.04
%38.05

CMYK Percentages of Color #5abeac

%53
%0
%9
%25

Triadic Colors of #5abeac

#5abeac #ac5abe #beac5a

Analogous Colors of #5abeac

#5abeac #5a9ebe #5abe7a

Monochromatic Colors of #5abeac

#5abeac

Complementary Color

#5abeac #be5a6c

#5abeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abeac Color CSS Codes

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

#5abeac Text Font Color

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

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


#5abeac Background Color

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

This div background color is #5abeac


#5abeac Border Color

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

This div border color is #5abeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abeac


Comments

No comments written yet.

Please login to write comment.