Color Hex Logo

#90adce Color Hex

#90ADCE
(144,173,206)
0 Favorites   0 Comments

Color spaces of #90adce

RGB 144173206
HSL0.590.390.69
HSV212°30°81°
CMYK 0.300.160.00   0.19
XYZ37.585740.272764.1849
Yxy40.27270.26460.2835
Hunter Lab63.4608-5.3368-15.5440
CIE-Lab69.6633-2.2396-19.9999

#90adce color RGB value is (144,173,206).

#90adce hex color red value is 144, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #90adce hue: 0.59 , saturation: 0.39 and the lightness value of 90adce is 0.69.

The process color (four color CMYK) of #90adce color hex is 0.30, 0.16, 0.00, 0.19. Web safe color of #90adce is #9999cc. Color #90adce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101101 11001110
Octal 220 255 316
Decimal 144 173 206
Hex 90 AD CE

RGB Percentages of Color #90adce

%27.53
%33.08
%39.39

CMYK Percentages of Color #90adce

%30
%16
%0
%19

Triadic Colors of #90adce

#90adce #ce90ad #adce90

Analogous Colors of #90adce

#90adce #9290ce #90ccce

Monochromatic Colors of #90adce

#90adce

Complementary Color

#90adce #ceb190

#90adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#90adce Color CSS Codes

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

#90adce Text Font Color

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

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


#90adce Background Color

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

This div background color is #90adce


#90adce Border Color

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

This div border color is #90adce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90adce


Comments

No comments written yet.

Please login to write comment.