Color Hex Logo

#90eada Color Hex

#90EADA
(144,234,218)
0 Favorites   0 Comments

Color spaces of #90eada

RGB 144234218
HSL0.470.680.74
HSV169°38°92°
CMYK 0.380.000.07   0.08
XYZ53.579369.836976.9856
Yxy69.83690.26740.3485
Hunter Lab83.5685-31.80093.8783
CIE-Lab86.9168-30.5694-0.7321

#90eada color RGB value is (144,234,218).

#90eada hex color red value is 144, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #90eada hue: 0.47 , saturation: 0.68 and the lightness value of 90eada is 0.74.

The process color (four color CMYK) of #90eada color hex is 0.38, 0.00, 0.07, 0.08. Web safe color of #90eada is #99ffcc. Color #90eada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101010 11011010
Octal 220 352 332
Decimal 144 234 218
Hex 90 EA DA

RGB Percentages of Color #90eada

%24.16
%39.26
%36.58

CMYK Percentages of Color #90eada

%38
%0
%7
%8

Triadic Colors of #90eada

#90eada #da90ea #eada90

Analogous Colors of #90eada

#90eada #90cdea #90eaad

Monochromatic Colors of #90eada

#90eada

Complementary Color

#90eada #ea90a0

#90eada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90eada Color Preview on White Background

Lorem ipsum dolor sit amet.

#90eada Color CSS Codes

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

#90eada Text Font Color

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

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


#90eada Background Color

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

This div background color is #90eada


#90eada Border Color

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

This div border color is #90eada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90eada

#90eada Color Palettes


Comments

No comments written yet.

Please login to write comment.