Color Hex Logo

#90adcd Color Hex

#90ADCD
(144,173,205)
0 Favorites   0 Comments

Color spaces of #90adcd

RGB 144173205
HSL0.590.380.68
HSV211°30°80°
CMYK 0.300.160.00   0.20
XYZ37.464640.224263.5471
Yxy40.22420.26530.2848
Hunter Lab63.4226-5.5470-15.0106
CIE-Lab69.6289-2.4859-19.5019

#90adcd color RGB value is (144,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101101 11001101
Octal 220 255 315
Decimal 144 173 205
Hex 90 AD CD

RGB Percentages of Color #90adcd

%27.59
%33.14
%39.27

CMYK Percentages of Color #90adcd

%30
%16
%0
%20

Triadic Colors of #90adcd

#90adcd #cd90ad #adcd90

Analogous Colors of #90adcd

#90adcd #9290cd #90cccd

Monochromatic Colors of #90adcd

#90adcd

Complementary Color

#90adcd #cdb090

#90adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90adcd Color CSS Codes

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

#90adcd Text Font Color

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

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


#90adcd Background Color

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

This div background color is #90adcd


#90adcd Border Color

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

This div border color is #90adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90adcd


Comments

No comments written yet.

Please login to write comment.