Color Hex Logo

#5aa28d Color Hex

#5AA28D
(90,162,141)
0 Favorites   0 Comments

Color spaces of #5aa28d

RGB 90162141
HSL0.450.290.49
HSV163°44°64°
CMYK 0.440.000.13   0.36
XYZ21.944529.937429.8212
Yxy29.93740.26860.3664
Hunter Lab54.7151-24.16065.9859
CIE-Lab61.6002-27.74683.9106

#5aa28d color RGB value is (90,162,141).

#5aa28d hex color red value is 90, green value is 162 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5aa28d hue: 0.45 , saturation: 0.29 and the lightness value of 5aa28d is 0.49.

The process color (four color CMYK) of #5aa28d color hex is 0.44, 0.00, 0.13, 0.36. Web safe color of #5aa28d is #669999. Color #5aa28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100010 10001101
Octal 132 242 215
Decimal 90 162 141
Hex 5A A2 8D

RGB Percentages of Color #5aa28d

%22.90
%41.22
%35.88

CMYK Percentages of Color #5aa28d

%44
%0
%13
%36

Triadic Colors of #5aa28d

#5aa28d #8d5aa2 #a28d5a

Analogous Colors of #5aa28d

#5aa28d #5a93a2 #5aa269

Monochromatic Colors of #5aa28d

#5aa28d

Complementary Color

#5aa28d #a25a6f

#5aa28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa28d Color CSS Codes

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

#5aa28d Text Font Color

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

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


#5aa28d Background Color

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

This div background color is #5aa28d


#5aa28d Border Color

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

This div border color is #5aa28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa28d

#5aa28d Color Palettes


Comments

No comments written yet.

Please login to write comment.