Color Hex Logo

#90aaeb Color Hex

#90AAEB
(144,170,235)
0 Favorites   0 Comments

Color spaces of #90aaeb

RGB 144170235
HSL0.620.690.74
HSV223°39°92°
CMYK 0.390.280.00   0.08
XYZ40.871740.676984.2945
Yxy40.67690.24640.2453
Hunter Lab63.77842.7774-33.7173
CIE-Lab69.94906.9271-35.4560

#90aaeb color RGB value is (144,170,235).

#90aaeb hex color red value is 144, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #90aaeb hue: 0.62 , saturation: 0.69 and the lightness value of 90aaeb is 0.74.

The process color (four color CMYK) of #90aaeb color hex is 0.39, 0.28, 0.00, 0.08. Web safe color of #90aaeb is #9999ff. Color #90aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101010 11101011
Octal 220 252 353
Decimal 144 170 235
Hex 90 AA EB

RGB Percentages of Color #90aaeb

%26.23
%30.97
%42.81

CMYK Percentages of Color #90aaeb

%39
%28
%0
%8

Triadic Colors of #90aaeb

#90aaeb #eb90aa #aaeb90

Analogous Colors of #90aaeb

#90aaeb #a490eb #90d8eb

Monochromatic Colors of #90aaeb

#90aaeb

Complementary Color

#90aaeb #ebd190

#90aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90aaeb Color CSS Codes

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

#90aaeb Text Font Color

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

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


#90aaeb Background Color

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

This div background color is #90aaeb


#90aaeb Border Color

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

This div border color is #90aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90aaeb


Comments

No comments written yet.

Please login to write comment.