Color Hex Logo

#90eedf Color Hex

#90EEDF
(144,238,223)
0 Favorites   0 Comments

Color spaces of #90eedf

RGB 144238223
HSL0.470.730.75
HSV170°39°93°
CMYK 0.390.000.06   0.07
XYZ55.395472.406180.8682
Yxy72.40610.26550.3470
Hunter Lab85.0918-32.70573.2171
CIE-Lab88.1637-31.3289-1.5286

#90eedf color RGB value is (144,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101110 11011111
Octal 220 356 337
Decimal 144 238 223
Hex 90 EE DF

RGB Percentages of Color #90eedf

%23.80
%39.34
%36.86

CMYK Percentages of Color #90eedf

%39
%0
%6
%7

Triadic Colors of #90eedf

#90eedf #df90ee #eedf90

Analogous Colors of #90eedf

#90eedf #90ceee #90eeb0

Monochromatic Colors of #90eedf

#90eedf

Complementary Color

#90eedf #ee909f

#90eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#90eedf Color CSS Codes

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

#90eedf Text Font Color

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

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


#90eedf Background Color

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

This div background color is #90eedf


#90eedf Border Color

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

This div border color is #90eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90eedf


Comments

No comments written yet.

Please login to write comment.