Color Hex Logo

#90abde Color Hex

#90ABDE
(144,171,222)
0 Favorites   0 Comments

Color spaces of #90abde

RGB 144171222
HSL0.610.540.72
HSV219°35°87°
CMYK 0.350.230.00   0.13
XYZ39.249340.329074.8229
Yxy40.32900.25420.2612
Hunter Lab63.5051-0.8121-25.4030
CIE-Lab69.70322.9251-28.7264

#90abde color RGB value is (144,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101011 11011110
Octal 220 253 336
Decimal 144 171 222
Hex 90 AB DE

RGB Percentages of Color #90abde

%26.82
%31.84
%41.34

CMYK Percentages of Color #90abde

%35
%23
%0
%13

Triadic Colors of #90abde

#90abde #de90ab #abde90

Analogous Colors of #90abde

#90abde #9c90de #90d2de

Monochromatic Colors of #90abde

#90abde

Complementary Color

#90abde #dec390

#90abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#90abde Color CSS Codes

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

#90abde Text Font Color

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

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


#90abde Background Color

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

This div background color is #90abde


#90abde Border Color

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

This div border color is #90abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90abde


Comments

No comments written yet.

Please login to write comment.