Color Hex Logo

#90acfa Color Hex

#90ACFA
(144,172,250)
0 Favorites   0 Comments

Color spaces of #90acfa

RGB 144172250
HSL0.620.910.77
HSV224°42°98°
CMYK 0.420.310.00   0.02
XYZ43.509442.336596.3210
Yxy42.33650.23880.2324
Hunter Lab65.06655.4950-42.2232
CIE-Lab71.10239.9057-41.8158

#90acfa color RGB value is (144,172,250).

#90acfa hex color red value is 144, green value is 172 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #90acfa hue: 0.62 , saturation: 0.91 and the lightness value of 90acfa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101100 11111010
Octal 220 254 372
Decimal 144 172 250
Hex 90 AC FA

RGB Percentages of Color #90acfa

%25.44
%30.39
%44.17

CMYK Percentages of Color #90acfa

%42
%31
%0
%2

Triadic Colors of #90acfa

#90acfa #fa90ac #acfa90

Analogous Colors of #90acfa

#90acfa #a990fa #90e1fa

Monochromatic Colors of #90acfa

#90acfa

Complementary Color

#90acfa #fade90

#90acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#90acfa Color CSS Codes

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

#90acfa Text Font Color

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

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


#90acfa Background Color

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

This div background color is #90acfa


#90acfa Border Color

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

This div border color is #90acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90acfa


Comments

No comments written yet.

Please login to write comment.