Color Hex Logo

#90a997 Color Hex

#90A997
(144,169,151)
0 Favorites   0 Comments

Color spaces of #90a997

RGB 144169151
HSL0.380.130.61
HSV137°15°66°
CMYK 0.150.000.11   0.34
XYZ31.275536.539634.6826
Yxy36.53960.30510.3565
Hunter Lab60.4480-13.42908.2954
CIE-Lab66.9302-12.26736.3947

#90a997 color RGB value is (144,169,151).

#90a997 hex color red value is 144, green value is 169 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #90a997 hue: 0.38 , saturation: 0.13 and the lightness value of 90a997 is 0.61.

The process color (four color CMYK) of #90a997 color hex is 0.15, 0.00, 0.11, 0.34. Web safe color of #90a997 is #999999. Color #90a997 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101001 10010111
Octal 220 251 227
Decimal 144 169 151
Hex 90 A9 97

RGB Percentages of Color #90a997

%31.03
%36.42
%32.54

CMYK Percentages of Color #90a997

%15
%0
%11
%34

Triadic Colors of #90a997

#90a997 #9790a9 #a99790

Analogous Colors of #90a997

#90a997 #90a9a4 #96a990

Monochromatic Colors of #90a997

#90a997

Complementary Color

#90a997 #a990a2

#90a997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90a997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90a997 Color CSS Codes

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

#90a997 Text Font Color

<p style="color:#90a997">Text here</p>

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


#90a997 Background Color

<div style="background-color:#90a997">
Div content here</div>

This div background color is #90a997


#90a997 Border Color

<div style="border:3px solid #90a997">
Div here</div>

This div border color is #90a997


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,169,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90a997; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90a997;
  -webkit-box-shadow: 1px 1px 3px 2px #90a997;
  box-shadow:         1px 1px 3px 2px #90a997; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,169,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90a997


Comments

No comments written yet.

Please login to write comment.