Color Hex Logo

#90acdc Color Hex

#90ACDC
(144,172,220)
0 Favorites   0 Comments

Color spaces of #90acdc

RGB 144172220
HSL0.610.520.71
HSV218°35°86°
CMYK 0.350.220.00   0.14
XYZ39.172440.601673.4824
Yxy40.60160.25560.2649
Hunter Lab63.7194-1.7735-23.7708
CIE-Lab69.89591.8513-27.3339

#90acdc color RGB value is (144,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101100 11011100
Octal 220 254 334
Decimal 144 172 220
Hex 90 AC DC

RGB Percentages of Color #90acdc

%26.87
%32.09
%41.04

CMYK Percentages of Color #90acdc

%35
%22
%0
%14

Triadic Colors of #90acdc

#90acdc #dc90ac #acdc90

Analogous Colors of #90acdc

#90acdc #9a90dc #90d2dc

Monochromatic Colors of #90acdc

#90acdc

Complementary Color

#90acdc #dcc090

#90acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#90acdc Color CSS Codes

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

#90acdc Text Font Color

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

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


#90acdc Background Color

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

This div background color is #90acdc


#90acdc Border Color

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

This div border color is #90acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90acdc


Comments

No comments written yet.

Please login to write comment.