Color Hex Logo

#90e2ab Color Hex

#90E2AB
(144,226,171)
0 Favorites   0 Comments

Color spaces of #90e2ab

RGB 144226171
HSL0.390.590.73
HSV140°36°89°
CMYK 0.360.000.24   0.11
XYZ46.048663.262348.3119
Yxy63.26230.29210.4014
Hunter Lab79.5376-35.847519.6630
CIE-Lab83.5802-36.523419.1462

#90e2ab color RGB value is (144,226,171).

#90e2ab hex color red value is 144, green value is 226 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #90e2ab hue: 0.39 , saturation: 0.59 and the lightness value of 90e2ab is 0.73.

The process color (four color CMYK) of #90e2ab color hex is 0.36, 0.00, 0.24, 0.11. Web safe color of #90e2ab is #99cc99. Color #90e2ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11100010 10101011
Octal 220 342 253
Decimal 144 226 171
Hex 90 E2 AB

RGB Percentages of Color #90e2ab

%26.62
%41.77
%31.61

CMYK Percentages of Color #90e2ab

%36
%0
%24
%11

Triadic Colors of #90e2ab

#90e2ab #ab90e2 #e2ab90

Analogous Colors of #90e2ab

#90e2ab #90e2d4 #9ee290

Monochromatic Colors of #90e2ab

#90e2ab

Complementary Color

#90e2ab #e290c7

#90e2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90e2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#90e2ab Color CSS Codes

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

#90e2ab Text Font Color

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

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


#90e2ab Background Color

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

This div background color is #90e2ab


#90e2ab Border Color

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

This div border color is #90e2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90e2ab


Comments

No comments written yet.

Please login to write comment.