Color Hex Logo

#89adfd Color Hex

#89ADFD
(137,173,253)
0 Favorites   0 Comments

Color spaces of #89adfd

RGB 137173253
HSL0.610.970.76
HSV221°46°99°
CMYK 0.460.320.00   0.01
XYZ42.989742.297498.8269
Yxy42.29740.23350.2297
Hunter Lab65.03654.1764-44.5693
CIE-Lab71.07558.4809-43.5128

#89adfd color RGB value is (137,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101101 11111101
Octal 211 255 375
Decimal 137 173 253
Hex 89 AD FD

RGB Percentages of Color #89adfd

%24.33
%30.73
%44.94

CMYK Percentages of Color #89adfd

%46
%32
%0
%1

Triadic Colors of #89adfd

#89adfd #fd89ad #adfd89

Analogous Colors of #89adfd

#89adfd #9f89fd #89e7fd

Monochromatic Colors of #89adfd

#89adfd

Complementary Color

#89adfd #fdd989

#89adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89adfd Color CSS Codes

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

#89adfd Text Font Color

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

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


#89adfd Background Color

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

This div background color is #89adfd


#89adfd Border Color

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

This div border color is #89adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89adfd

Related Colors


Comments

No comments written yet.

Please login to write comment.