Color Hex Logo

#90afff Color Hex

#90AFFF
(144,175,255)
0 Favorites   0 Comments

Color spaces of #90afff

RGB 144175255
HSL0.621.000.78
HSV223°44°100°
CMYK 0.440.310.00   0.00
XYZ44.881643.8092100.6983
Yxy43.80920.23700.2313
Hunter Lab66.18855.2087-43.8710
CIE-Lab72.10089.6110-42.9597

#90afff color RGB value is (144,175,255).

#90afff hex color red value is 144, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #90afff hue: 0.62 , saturation: 1.00 and the lightness value of 90afff is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101111 11111111
Octal 220 257 377
Decimal 144 175 255
Hex 90 AF FF

RGB Percentages of Color #90afff

%25.09
%30.49
%44.43

CMYK Percentages of Color #90afff

%44
%31
%0
%0

Triadic Colors of #90afff

#90afff #ff90af #afff90

Analogous Colors of #90afff

#90afff #a990ff #90e7ff

Monochromatic Colors of #90afff

#90afff

Complementary Color

#90afff #ffe090

#90afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#90afff Color CSS Codes

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

#90afff Text Font Color

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

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


#90afff Background Color

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

This div background color is #90afff


#90afff Border Color

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

This div border color is #90afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90afff

Related Colors


Comments

No comments written yet.

Please login to write comment.