Color Hex Logo

#89adfc Color Hex

#89ADFC
(137,173,252)
0 Favorites   0 Comments

Color spaces of #89adfc

RGB 137173252
HSL0.610.950.76
HSV221°46°99°
CMYK 0.460.310.00   0.01
XYZ42.830842.233897.9900
Yxy42.23380.23400.2307
Hunter Lab64.98753.9143-43.9078
CIE-Lab71.03188.1956-43.0399

#89adfc color RGB value is (137,173,252).

#89adfc hex color red value is 137, green value is 173 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #89adfc hue: 0.61 , saturation: 0.95 and the lightness value of 89adfc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101101 11111100
Octal 211 255 374
Decimal 137 173 252
Hex 89 AD FC

RGB Percentages of Color #89adfc

%24.38
%30.78
%44.84

CMYK Percentages of Color #89adfc

%46
%31
%0
%1

Triadic Colors of #89adfc

#89adfc #fc89ad #adfc89

Analogous Colors of #89adfc

#89adfc #9f89fc #89e7fc

Monochromatic Colors of #89adfc

#89adfc

Complementary Color

#89adfc #fcd889

#89adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89adfc Color CSS Codes

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

#89adfc Text Font Color

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

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


#89adfc Background Color

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

This div background color is #89adfc


#89adfc Border Color

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

This div border color is #89adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89adfc


Comments

No comments written yet.

Please login to write comment.