Color Hex Logo

#89aafa Color Hex

#89AAFA
(137,170,250)
0 Favorites   0 Comments

Color spaces of #89aafa

RGB 137170250
HSL0.620.920.76
HSV222°45°98°
CMYK 0.450.320.00   0.02
XYZ41.946640.969996.1396
Yxy40.96990.23430.2288
Hunter Lab64.00774.9640-44.2482
CIE-Lab70.15489.3195-43.3288

#89aafa color RGB value is (137,170,250).

#89aafa hex color red value is 137, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #89aafa hue: 0.62 , saturation: 0.92 and the lightness value of 89aafa is 0.76.

The process color (four color CMYK) of #89aafa color hex is 0.45, 0.32, 0.00, 0.02. Web safe color of #89aafa is #9999ff. Color #89aafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101010 11111010
Octal 211 252 372
Decimal 137 170 250
Hex 89 AA FA

RGB Percentages of Color #89aafa

%24.60
%30.52
%44.88

CMYK Percentages of Color #89aafa

%45
%32
%0
%2

Triadic Colors of #89aafa

#89aafa #fa89aa #aafa89

Analogous Colors of #89aafa

#89aafa #a189fa #89e3fa

Monochromatic Colors of #89aafa

#89aafa

Complementary Color

#89aafa #fad989

#89aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aafa Color CSS Codes

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

#89aafa Text Font Color

<p style="color:#89aafa">Text here</p>

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


#89aafa Background Color

<div style="background-color:#89aafa">
Div content here</div>

This div background color is #89aafa


#89aafa Border Color

<div style="border:3px solid #89aafa">
Div here</div>

This div border color is #89aafa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,170,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89aafa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89aafa;
  -webkit-box-shadow: 1px 1px 3px 2px #89aafa;
  box-shadow:         1px 1px 3px 2px #89aafa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,170,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 #89aafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aafa


Comments

No comments written yet.

Please login to write comment.