Color Hex Logo

#90efad Color Hex

#90EFAD
(144,239,173)
0 Favorites   0 Comments

Color spaces of #90efad

RGB 144239173
HSL0.380.750.75
HSV138°40°94°
CMYK 0.400.000.28   0.06
XYZ49.910970.679450.5471
Yxy70.67940.29160.4130
Hunter Lab84.0710-41.153323.2020
CIE-Lab87.3290-41.996323.2925

#90efad color RGB value is (144,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 10101101
Octal 220 357 255
Decimal 144 239 173
Hex 90 EF AD

RGB Percentages of Color #90efad

%25.90
%42.99
%31.12

CMYK Percentages of Color #90efad

%40
%0
%28
%6

Triadic Colors of #90efad

#90efad #ad90ef #efad90

Analogous Colors of #90efad

#90efad #90efdd #a3ef90

Monochromatic Colors of #90efad

#90efad

Complementary Color

#90efad #ef90d2

#90efad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90efad Color Preview on White Background

Lorem ipsum dolor sit amet.

#90efad Color CSS Codes

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

#90efad Text Font Color

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

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


#90efad Background Color

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

This div background color is #90efad


#90efad Border Color

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

This div border color is #90efad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90efad


Comments

No comments written yet.

Please login to write comment.