Color Hex Logo

#90ccaa Color Hex

#90CCAA
(144,204,170)
0 Favorites   0 Comments

Color spaces of #90ccaa

RGB 144204170
HSL0.410.370.68
HSV146°29°80°
CMYK 0.290.000.17   0.20
XYZ40.350252.017345.9439
Yxy52.01730.29170.3761
Hunter Lab72.1230-26.351012.7171
CIE-Lab77.2912-26.332510.8372

#90ccaa color RGB value is (144,204,170).

#90ccaa hex color red value is 144, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #90ccaa hue: 0.41 , saturation: 0.37 and the lightness value of 90ccaa is 0.68.

The process color (four color CMYK) of #90ccaa color hex is 0.29, 0.00, 0.17, 0.20. Web safe color of #90ccaa is #99cc99. Color #90ccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001100 10101010
Octal 220 314 252
Decimal 144 204 170
Hex 90 CC AA

RGB Percentages of Color #90ccaa

%27.80
%39.38
%32.82

CMYK Percentages of Color #90ccaa

%29
%0
%17
%20

Triadic Colors of #90ccaa

#90ccaa #aa90cc #ccaa90

Analogous Colors of #90ccaa

#90ccaa #90ccc8 #94cc90

Monochromatic Colors of #90ccaa

#90ccaa

Complementary Color

#90ccaa #cc90b2

#90ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ccaa Color CSS Codes

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

#90ccaa Text Font Color

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

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


#90ccaa Background Color

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

This div background color is #90ccaa


#90ccaa Border Color

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

This div border color is #90ccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ccaa


Comments

No comments written yet.

Please login to write comment.