Color Hex Logo

#90afde Color Hex

#90AFDE
(144,175,222)
0 Favorites   0 Comments

Color spaces of #90afde

RGB 144175222
HSL0.600.540.72
HSV216°35°87°
CMYK 0.350.210.00   0.13
XYZ40.016441.863275.0785
Yxy41.86320.25490.2667
Hunter Lab64.7018-2.8304-23.5075
CIE-Lab70.77650.7090-27.0766

#90afde color RGB value is (144,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101111 11011110
Octal 220 257 336
Decimal 144 175 222
Hex 90 AF DE

RGB Percentages of Color #90afde

%26.62
%32.35
%41.04

CMYK Percentages of Color #90afde

%35
%21
%0
%13

Triadic Colors of #90afde

#90afde #de90af #afde90

Analogous Colors of #90afde

#90afde #9890de #90d6de

Monochromatic Colors of #90afde

#90afde

Complementary Color

#90afde #debf90

#90afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#90afde Color CSS Codes

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

#90afde Text Font Color

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

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


#90afde Background Color

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

This div background color is #90afde


#90afde Border Color

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

This div border color is #90afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90afde


Comments

No comments written yet.

Please login to write comment.