Color Hex Logo

#90afee Color Hex

#90AFEE
(144,175,238)
0 Favorites   0 Comments

Color spaces of #90afee

RGB 144175238
HSL0.610.730.75
HSV220°39°93°
CMYK 0.390.260.00   0.07
XYZ42.264242.762386.9153
Yxy42.76230.24580.2487
Hunter Lab65.39290.9291-33.0288
CIE-Lab71.39334.9395-34.8495

#90afee color RGB value is (144,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101111 11101110
Octal 220 257 356
Decimal 144 175 238
Hex 90 AF EE

RGB Percentages of Color #90afee

%25.85
%31.42
%42.73

CMYK Percentages of Color #90afee

%39
%26
%0
%7

Triadic Colors of #90afee

#90afee #ee90af #afee90

Analogous Colors of #90afee

#90afee #a090ee #90deee

Monochromatic Colors of #90afee

#90afee

Complementary Color

#90afee #eecf90

#90afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#90afee Color CSS Codes

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

#90afee Text Font Color

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

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


#90afee Background Color

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

This div background color is #90afee


#90afee Border Color

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

This div border color is #90afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90afee


Comments

No comments written yet.

Please login to write comment.