Color Hex Logo

#90aeed Color Hex

#90AEED
(144,174,237)
0 Favorites   0 Comments

Color spaces of #90aeed

RGB 144174237
HSL0.610.720.75
HSV221°39°93°
CMYK 0.390.270.00   0.07
XYZ41.923742.315886.0789
Yxy42.31580.24610.2485
Hunter Lab65.05061.2008-32.9207
CIE-Lab71.08815.2275-34.7787

#90aeed color RGB value is (144,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101110 11101101
Octal 220 256 355
Decimal 144 174 237
Hex 90 AE ED

RGB Percentages of Color #90aeed

%25.95
%31.35
%42.70

CMYK Percentages of Color #90aeed

%39
%27
%0
%7

Triadic Colors of #90aeed

#90aeed #ed90ae #aeed90

Analogous Colors of #90aeed

#90aeed #a190ed #90dded

Monochromatic Colors of #90aeed

#90aeed

Complementary Color

#90aeed #edcf90

#90aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#90aeed Color CSS Codes

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

#90aeed Text Font Color

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

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


#90aeed Background Color

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

This div background color is #90aeed


#90aeed Border Color

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

This div border color is #90aeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90aeed


Comments

No comments written yet.

Please login to write comment.