Color Hex Logo

#90ddde Color Hex

#90DDDE
(144,221,222)
0 Favorites   0 Comments

Color spaces of #90ddde

RGB 144221222
HSL0.500.540.72
HSV181°35°87°
CMYK 0.350.000.00   0.13
XYZ50.542962.916178.5874
Yxy62.91610.26320.3276
Hunter Lab79.3197-25.0683-3.2189
CIE-Lab83.3982-23.3577-8.0259

#90ddde color RGB value is (144,221,222).

#90ddde hex color red value is 144, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #90ddde hue: 0.50 , saturation: 0.54 and the lightness value of 90ddde is 0.72.

The process color (four color CMYK) of #90ddde color hex is 0.35, 0.00, 0.00, 0.13. Web safe color of #90ddde is #99cccc. Color #90ddde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011101 11011110
Octal 220 335 336
Decimal 144 221 222
Hex 90 DD DE

RGB Percentages of Color #90ddde

%24.53
%37.65
%37.82

CMYK Percentages of Color #90ddde

%35
%0
%0
%13

Triadic Colors of #90ddde

#90ddde #de90dd #ddde90

Analogous Colors of #90ddde

#90ddde #90b6de #90deb8

Monochromatic Colors of #90ddde

#90ddde

Complementary Color

#90ddde #de9190

#90ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ddde Color CSS Codes

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

#90ddde Text Font Color

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

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


#90ddde Background Color

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

This div background color is #90ddde


#90ddde Border Color

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

This div border color is #90ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ddde


Comments

No comments written yet.

Please login to write comment.