Color Hex Logo

#90eeaa Color Hex

#90EEAA
(144,238,170)
0 Favorites   0 Comments

Color spaces of #90eeaa

RGB 144238170
HSL0.380.730.75
HSV137°39°93°
CMYK 0.390.000.29   0.07
XYZ49.331869.980648.9378
Yxy69.98060.29320.4159
Hunter Lab83.6544-41.132123.8735
CIE-Lab86.9873-42.089824.3646

#90eeaa color RGB value is (144,238,170).

#90eeaa hex color red value is 144, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #90eeaa hue: 0.38 , saturation: 0.73 and the lightness value of 90eeaa is 0.75.

The process color (four color CMYK) of #90eeaa color hex is 0.39, 0.00, 0.29, 0.07. Web safe color of #90eeaa is #99ff99. Color #90eeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101110 10101010
Octal 220 356 252
Decimal 144 238 170
Hex 90 EE AA

RGB Percentages of Color #90eeaa

%26.09
%43.12
%30.80

CMYK Percentages of Color #90eeaa

%39
%0
%29
%7

Triadic Colors of #90eeaa

#90eeaa #aa90ee #eeaa90

Analogous Colors of #90eeaa

#90eeaa #90eed9 #a5ee90

Monochromatic Colors of #90eeaa

#90eeaa

Complementary Color

#90eeaa #ee90d4

#90eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#90eeaa Color CSS Codes

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

#90eeaa Text Font Color

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

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


#90eeaa Background Color

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

This div background color is #90eeaa


#90eeaa Border Color

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

This div border color is #90eeaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,238,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 #90eeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90eeaa


Comments

No comments written yet.

Please login to write comment.