Color Hex Logo

#90eede Color Hex

#90EEDE
(144,238,222)
0 Favorites   0 Comments

Color spaces of #90eede

RGB 144238222
HSL0.470.730.75
HSV170°39°93°
CMYK 0.390.000.07   0.07
XYZ55.261072.352380.1601
Yxy72.35230.26600.3482
Hunter Lab85.0602-32.88923.6676
CIE-Lab88.1379-31.5557-1.0429

#90eede color RGB value is (144,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101110 11011110
Octal 220 356 336
Decimal 144 238 222
Hex 90 EE DE

RGB Percentages of Color #90eede

%23.84
%39.40
%36.75

CMYK Percentages of Color #90eede

%39
%0
%7
%7

Triadic Colors of #90eede

#90eede #de90ee #eede90

Analogous Colors of #90eede

#90eede #90cfee #90eeaf

Monochromatic Colors of #90eede

#90eede

Complementary Color

#90eede #ee90a0

#90eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#90eede Color CSS Codes

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

#90eede Text Font Color

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

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


#90eede Background Color

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

This div background color is #90eede


#90eede Border Color

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

This div border color is #90eede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90eede


Comments

No comments written yet.

Please login to write comment.