Color Hex Logo

#90aadc Color Hex

#90AADC
(144,170,220)
0 Favorites   0 Comments

Color spaces of #90aadc

RGB 144170220
HSL0.610.520.71
HSV219°35°86°
CMYK 0.350.230.00   0.14
XYZ38.794639.846073.3565
Yxy39.84600.25520.2621
Hunter Lab63.1237-0.7638-24.7148
CIE-Lab69.35972.9624-28.1581

#90aadc color RGB value is (144,170,220).

#90aadc hex color red value is 144, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #90aadc hue: 0.61 , saturation: 0.52 and the lightness value of 90aadc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101010 11011100
Octal 220 252 334
Decimal 144 170 220
Hex 90 AA DC

RGB Percentages of Color #90aadc

%26.97
%31.84
%41.20

CMYK Percentages of Color #90aadc

%35
%23
%0
%14

Triadic Colors of #90aadc

#90aadc #dc90aa #aadc90

Analogous Colors of #90aadc

#90aadc #9c90dc #90d0dc

Monochromatic Colors of #90aadc

#90aadc

Complementary Color

#90aadc #dcc290

#90aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#90aadc Color CSS Codes

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

#90aadc Text Font Color

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

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


#90aadc Background Color

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

This div background color is #90aadc


#90aadc Border Color

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

This div border color is #90aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90aadc


Comments

No comments written yet.

Please login to write comment.