Color Hex Logo

#90daee Color Hex

#90DAEE
(144,218,238)
0 Favorites   0 Comments

Color spaces of #90daee

RGB 144218238
HSL0.540.730.75
HSV193°39°93°
CMYK 0.390.080.00   0.07
XYZ52.005662.245190.1624
Yxy62.24510.25440.3045
Hunter Lab78.8956-20.4054-12.5301
CIE-Lab83.0436-17.9586-17.0451

#90daee color RGB value is (144,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011010 11101110
Octal 220 332 356
Decimal 144 218 238
Hex 90 DA EE

RGB Percentages of Color #90daee

%24.00
%36.33
%39.67

CMYK Percentages of Color #90daee

%39
%8
%0
%7

Triadic Colors of #90daee

#90daee #ee90da #daee90

Analogous Colors of #90daee

#90daee #90abee #90eed3

Monochromatic Colors of #90daee

#90daee

Complementary Color

#90daee #eea490

#90daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#90daee Color CSS Codes

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

#90daee Text Font Color

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

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


#90daee Background Color

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

This div background color is #90daee


#90daee Border Color

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

This div border color is #90daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90daee


Comments

No comments written yet.

Please login to write comment.