Color Hex Logo

#90bffa Color Hex

#90BFFA
(144,191,250)
0 Favorites   0 Comments

Color spaces of #90bffa

RGB 144191250
HSL0.590.910.77
HSV213°42°98°
CMYK 0.420.240.00   0.02
XYZ47.387750.093097.6138
Yxy50.09300.24290.2568
Hunter Lab70.7764-4.3457-32.2284
CIE-Lab76.1263-0.6243-34.0089

#90bffa color RGB value is (144,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111111 11111010
Octal 220 277 372
Decimal 144 191 250
Hex 90 BF FA

RGB Percentages of Color #90bffa

%24.62
%32.65
%42.74

CMYK Percentages of Color #90bffa

%42
%24
%0
%2

Triadic Colors of #90bffa

#90bffa #fa90bf #bffa90

Analogous Colors of #90bffa

#90bffa #9690fa #90f4fa

Monochromatic Colors of #90bffa

#90bffa

Complementary Color

#90bffa #facb90

#90bffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bffa Color CSS Codes

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

#90bffa Text Font Color

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

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


#90bffa Background Color

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

This div background color is #90bffa


#90bffa Border Color

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

This div border color is #90bffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bffa


Comments

No comments written yet.

Please login to write comment.