Color Hex Logo

#5aa898 Color Hex

#5AA898
(90,168,152)
0 Favorites   0 Comments

Color spaces of #5aa898

RGB 90168152
HSL0.470.310.51
HSV168°46°66°
CMYK 0.460.000.10   0.34
XYZ23.886632.445934.7095
Yxy32.44590.26240.3564
Hunter Lab56.9613-24.82873.7444
CIE-Lab63.7097-28.04540.8068

#5aa898 color RGB value is (90,168,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101000 10011000
Octal 132 250 230
Decimal 90 168 152
Hex 5A A8 98

RGB Percentages of Color #5aa898

%21.95
%40.98
%37.07

CMYK Percentages of Color #5aa898

%46
%0
%10
%34

Triadic Colors of #5aa898

#5aa898 #985aa8 #a8985a

Analogous Colors of #5aa898

#5aa898 #5a91a8 #5aa871

Monochromatic Colors of #5aa898

#5aa898

Complementary Color

#5aa898 #a85a6a

#5aa898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa898 Color CSS Codes

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

#5aa898 Text Font Color

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

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


#5aa898 Background Color

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

This div background color is #5aa898


#5aa898 Border Color

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

This div border color is #5aa898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa898


Comments

No comments written yet.

Please login to write comment.