Color Hex Logo

#90ddee Color Hex

#90DDEE
(144,221,238)
1 Favorites   0 Comments

Color spaces of #90ddee

RGB 144221238
HSL0.530.730.75
HSV191°39°93°
CMYK 0.390.070.00   0.07
XYZ52.790763.815290.4241
Yxy63.81520.25500.3082
Hunter Lab79.8844-21.8381-11.1934
CIE-Lab83.8695-19.4707-15.8027

#90ddee color RGB value is (144,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011101 11101110
Octal 220 335 356
Decimal 144 221 238
Hex 90 DD EE

RGB Percentages of Color #90ddee

%23.88
%36.65
%39.47

CMYK Percentages of Color #90ddee

%39
%7
%0
%7

Triadic Colors of #90ddee

#90ddee #ee90dd #ddee90

Analogous Colors of #90ddee

#90ddee #90aeee #90eed0

Monochromatic Colors of #90ddee

#90ddee

Complementary Color

#90ddee #eea190

#90ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ddee Color CSS Codes

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

#90ddee Text Font Color

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

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


#90ddee Background Color

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

This div background color is #90ddee


#90ddee Border Color

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

This div border color is #90ddee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,221,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 #90ddee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ddee

#90ddee Color Palettes


Comments

No comments written yet.

Please login to write comment.