Color Hex Logo

#90edab Color Hex

#90EDAB
(144,237,171)
0 Favorites   0 Comments

Color spaces of #90edab

RGB 144237171
HSL0.380.720.75
HSV137°39°93°
CMYK 0.390.000.28   0.07
XYZ49.136569.437949.3412
Yxy69.43790.29260.4135
Hunter Lab83.3294-40.571123.2237
CIE-Lab86.7204-41.470223.4846

#90edab color RGB value is (144,237,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101101 10101011
Octal 220 355 253
Decimal 144 237 171
Hex 90 ED AB

RGB Percentages of Color #90edab

%26.09
%42.93
%30.98

CMYK Percentages of Color #90edab

%39
%0
%28
%7

Triadic Colors of #90edab

#90edab #ab90ed #edab90

Analogous Colors of #90edab

#90edab #90edda #a4ed90

Monochromatic Colors of #90edab

#90edab

Complementary Color

#90edab #ed90d2

#90edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#90edab Color CSS Codes

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

#90edab Text Font Color

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

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


#90edab Background Color

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

This div background color is #90edab


#90edab Border Color

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

This div border color is #90edab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90edab


Comments

No comments written yet.

Please login to write comment.