Color Hex Logo

#90afdc Color Hex

#90AFDC
(144,175,220)
0 Favorites   0 Comments

Color spaces of #90afdc

RGB 144175220
HSL0.600.520.71
HSV216°35°86°
CMYK 0.350.200.00   0.14
XYZ39.749841.756573.6749
Yxy41.75650.25620.2691
Hunter Lab64.6193-3.2815-22.3653
CIE-Lab70.70270.1929-26.0958

#90afdc color RGB value is (144,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101111 11011100
Octal 220 257 334
Decimal 144 175 220
Hex 90 AF DC

RGB Percentages of Color #90afdc

%26.72
%32.47
%40.82

CMYK Percentages of Color #90afdc

%35
%20
%0
%14

Triadic Colors of #90afdc

#90afdc #dc90af #afdc90

Analogous Colors of #90afdc

#90afdc #9790dc #90d5dc

Monochromatic Colors of #90afdc

#90afdc

Complementary Color

#90afdc #dcbd90

#90afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#90afdc Color CSS Codes

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

#90afdc Text Font Color

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

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


#90afdc Background Color

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

This div background color is #90afdc


#90afdc Border Color

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

This div border color is #90afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90afdc


Comments

No comments written yet.

Please login to write comment.