Color Hex Logo

#90adde Color Hex

#90ADDE
(144,173,222)
0 Favorites   0 Comments

Color spaces of #90adde

RGB 144173222
HSL0.600.540.72
HSV218°35°87°
CMYK 0.350.220.00   0.13
XYZ39.630041.090474.9497
Yxy41.09040.25460.2640
Hunter Lab64.1018-1.8231-24.4524
CIE-Lab70.23921.8148-27.9019

#90adde color RGB value is (144,173,222).

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

The process color (four color CMYK) of #90adde color hex is 0.35, 0.22, 0.00, 0.13. Web safe color of #90adde is #9999cc. Color #90adde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101101 11011110
Octal 220 255 336
Decimal 144 173 222
Hex 90 AD DE

RGB Percentages of Color #90adde

%26.72
%32.10
%41.19

CMYK Percentages of Color #90adde

%35
%22
%0
%13

Triadic Colors of #90adde

#90adde #de90ad #adde90

Analogous Colors of #90adde

#90adde #9a90de #90d4de

Monochromatic Colors of #90adde

#90adde

Complementary Color

#90adde #dec190

#90adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#90adde Color CSS Codes

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

#90adde Text Font Color

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

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


#90adde Background Color

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

This div background color is #90adde


#90adde Border Color

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

This div border color is #90adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90adde


Comments

No comments written yet.

Please login to write comment.