Color Hex Logo

#90bbfa Color Hex

#90BBFA
(144,187,250)
0 Favorites   0 Comments

Color spaces of #90bbfa

RGB 144187250
HSL0.600.910.77
HSV216°42°98°
CMYK 0.420.250.00   0.02
XYZ46.527248.372197.3270
Yxy48.37210.24200.2516
Hunter Lab69.5501-2.3007-34.2842
CIE-Lab75.05901.5616-35.6600

#90bbfa color RGB value is (144,187,250).

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

The process color (four color CMYK) of #90bbfa color hex is 0.42, 0.25, 0.00, 0.02. Web safe color of #90bbfa is #99ccff. Color #90bbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111011 11111010
Octal 220 273 372
Decimal 144 187 250
Hex 90 BB FA

RGB Percentages of Color #90bbfa

%24.78
%32.19
%43.03

CMYK Percentages of Color #90bbfa

%42
%25
%0
%2

Triadic Colors of #90bbfa

#90bbfa #fa90bb #bbfa90

Analogous Colors of #90bbfa

#90bbfa #9a90fa #90f0fa

Monochromatic Colors of #90bbfa

#90bbfa

Complementary Color

#90bbfa #facf90

#90bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bbfa Color CSS Codes

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

#90bbfa Text Font Color

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

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


#90bbfa Background Color

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

This div background color is #90bbfa


#90bbfa Border Color

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

This div border color is #90bbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bbfa


Comments

No comments written yet.

Please login to write comment.