Color Hex Logo

#90aeea Color Hex

#90AEEA
(144,174,234)
0 Favorites   0 Comments

Color spaces of #90aeea

RGB 144174234
HSL0.610.680.74
HSV220°38°92°
CMYK 0.380.260.00   0.08
XYZ41.488942.141983.7894
Yxy42.14190.24780.2517
Hunter Lab64.91680.4766-31.0850
CIE-Lab70.96864.4221-33.3304

#90aeea color RGB value is (144,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101110 11101010
Octal 220 256 352
Decimal 144 174 234
Hex 90 AE EA

RGB Percentages of Color #90aeea

%26.09
%31.52
%42.39

CMYK Percentages of Color #90aeea

%38
%26
%0
%8

Triadic Colors of #90aeea

#90aeea #ea90ae #aeea90

Analogous Colors of #90aeea

#90aeea #9f90ea #90dbea

Monochromatic Colors of #90aeea

#90aeea

Complementary Color

#90aeea #eacc90

#90aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#90aeea Color CSS Codes

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

#90aeea Text Font Color

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

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


#90aeea Background Color

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

This div background color is #90aeea


#90aeea Border Color

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

This div border color is #90aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90aeea


Comments

No comments written yet.

Please login to write comment.