Color Hex Logo

#5aae8b Color Hex

#5AAE8B
(90,174,139)
0 Favorites   0 Comments

Color spaces of #5aae8b

RGB 90174139
HSL0.430.340.52
HSV155°48°68°
CMYK 0.480.000.20   0.32
XYZ24.012734.309829.7830
Yxy34.30980.27250.3894
Hunter Lab58.5746-29.329210.8554
CIE-Lab65.2077-33.948110.1860

#5aae8b color RGB value is (90,174,139).

#5aae8b hex color red value is 90, green value is 174 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #5aae8b hue: 0.43 , saturation: 0.34 and the lightness value of 5aae8b is 0.52.

The process color (four color CMYK) of #5aae8b color hex is 0.48, 0.00, 0.20, 0.32. Web safe color of #5aae8b is #669999. Color #5aae8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101110 10001011
Octal 132 256 213
Decimal 90 174 139
Hex 5A AE 8B

RGB Percentages of Color #5aae8b

%22.33
%43.18
%34.49

CMYK Percentages of Color #5aae8b

%48
%0
%20
%32

Triadic Colors of #5aae8b

#5aae8b #8b5aae #ae8b5a

Analogous Colors of #5aae8b

#5aae8b #5aa7ae #5aae61

Monochromatic Colors of #5aae8b

#5aae8b

Complementary Color

#5aae8b #ae5a7d

#5aae8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aae8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aae8b Color CSS Codes

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

#5aae8b Text Font Color

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

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


#5aae8b Background Color

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

This div background color is #5aae8b


#5aae8b Border Color

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

This div border color is #5aae8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aae8b


Comments

No comments written yet.

Please login to write comment.