Color Hex Logo

#89affe Color Hex

#89AFFE
(137,175,254)
0 Favorites   0 Comments

Color spaces of #89affe

RGB 137175254
HSL0.610.980.77
HSV221°46°100°
CMYK 0.460.310.00   0.00
XYZ43.535943.134199.7971
Yxy43.13410.23350.2313
Hunter Lab65.67663.3907-44.1190
CIE-Lab71.64597.6408-43.1610

#89affe color RGB value is (137,175,254).

#89affe hex color red value is 137, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #89affe hue: 0.61 , saturation: 0.98 and the lightness value of 89affe is 0.77.

The process color (four color CMYK) of #89affe color hex is 0.46, 0.31, 0.00, 0.00. Web safe color of #89affe is #9999ff. Color #89affe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101111 11111110
Octal 211 257 376
Decimal 137 175 254
Hex 89 AF FE

RGB Percentages of Color #89affe

%24.20
%30.92
%44.88

CMYK Percentages of Color #89affe

%46
%31
%0
%0

Triadic Colors of #89affe

#89affe #fe89af #affe89

Analogous Colors of #89affe

#89affe #9e89fe #89eafe

Monochromatic Colors of #89affe

#89affe

Complementary Color

#89affe #fed889

#89affe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89affe Color Preview on White Background

Lorem ipsum dolor sit amet.

#89affe Color CSS Codes

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

#89affe Text Font Color

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

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


#89affe Background Color

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

This div background color is #89affe


#89affe Border Color

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

This div border color is #89affe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89affe


Comments

No comments written yet.

Please login to write comment.