Color Hex Logo

#5aa89b Color Hex

#5AA89B
(90,168,155)
0 Favorites   0 Comments

Color spaces of #5aa89b

RGB 90168155
HSL0.470.310.51
HSV170°46°66°
CMYK 0.460.000.08   0.34
XYZ24.135532.545536.0202
Yxy32.54550.26040.3511
Hunter Lab57.0487-24.31742.4987
CIE-Lab63.7912-27.3044-0.7512

#5aa89b color RGB value is (90,168,155).

#5aa89b hex color red value is 90, green value is 168 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #5aa89b hue: 0.47 , saturation: 0.31 and the lightness value of 5aa89b is 0.51.

The process color (four color CMYK) of #5aa89b color hex is 0.46, 0.00, 0.08, 0.34. Web safe color of #5aa89b is #669999. Color #5aa89b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101000 10011011
Octal 132 250 233
Decimal 90 168 155
Hex 5A A8 9B

RGB Percentages of Color #5aa89b

%21.79
%40.68
%37.53

CMYK Percentages of Color #5aa89b

%46
%0
%8
%34

Triadic Colors of #5aa89b

#5aa89b #9b5aa8 #a89b5a

Analogous Colors of #5aa89b

#5aa89b #5a8ea8 #5aa874

Monochromatic Colors of #5aa89b

#5aa89b

Complementary Color

#5aa89b #a85a67

#5aa89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa89b Color CSS Codes

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

#5aa89b Text Font Color

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

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


#5aa89b Background Color

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

This div background color is #5aa89b


#5aa89b Border Color

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

This div border color is #5aa89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa89b


Comments

No comments written yet.

Please login to write comment.