Color Hex Logo

#90eddb Color Hex

#90EDDB
(144,237,219)
0 Favorites   0 Comments

Color spaces of #90eddb

RGB 144237219
HSL0.470.720.75
HSV168°39°93°
CMYK 0.390.000.08   0.07
XYZ54.572071.612177.9641
Yxy71.61210.26730.3508
Hunter Lab84.6239-32.98144.6128
CIE-Lab87.7815-31.76140.0071

#90eddb color RGB value is (144,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101101 11011011
Octal 220 355 333
Decimal 144 237 219
Hex 90 ED DB

RGB Percentages of Color #90eddb

%24.00
%39.50
%36.50

CMYK Percentages of Color #90eddb

%39
%0
%8
%7

Triadic Colors of #90eddb

#90eddb #db90ed #eddb90

Analogous Colors of #90eddb

#90eddb #90d1ed #90edad

Monochromatic Colors of #90eddb

#90eddb

Complementary Color

#90eddb #ed90a2

#90eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90eddb Color CSS Codes

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

#90eddb Text Font Color

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

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


#90eddb Background Color

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

This div background color is #90eddb


#90eddb Border Color

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

This div border color is #90eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90eddb


Comments

No comments written yet.

Please login to write comment.