Color Hex Logo

#90a1ea Color Hex

#90A1EA
(144,161,234)
0 Favorites   0 Comments

Color spaces of #90a1ea

RGB 144161234
HSL0.640.680.74
HSV229°38°92°
CMYK 0.380.310.00   0.08
XYZ39.097837.359582.9923
Yxy37.35950.24520.2343
Hunter Lab61.12247.2158-37.7185
CIE-Lab67.545911.7443-38.6487

#90a1ea color RGB value is (144,161,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10100001 11101010
Octal 220 241 352
Decimal 144 161 234
Hex 90 A1 EA

RGB Percentages of Color #90a1ea

%26.72
%29.87
%43.41

CMYK Percentages of Color #90a1ea

%38
%31
%0
%8

Triadic Colors of #90a1ea

#90a1ea #ea90a1 #a1ea90

Analogous Colors of #90a1ea

#90a1ea #ac90ea #90ceea

Monochromatic Colors of #90a1ea

#90a1ea

Complementary Color

#90a1ea #ead990

#90a1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90a1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#90a1ea Color CSS Codes

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

#90a1ea Text Font Color

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

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


#90a1ea Background Color

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

This div background color is #90a1ea


#90a1ea Border Color

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

This div border color is #90a1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90a1ea


Comments

No comments written yet.

Please login to write comment.