Color Hex Logo

#89fafd Color Hex

#89FAFD
(137,250,253)
0 Favorites   0 Comments

Color spaces of #89fafd

RGB 137250253
HSL0.500.970.76
HSV182°46°99°
CMYK 0.460.010.00   0.01
XYZ62.231880.7814105.2409
Yxy80.78140.25070.3254
Hunter Lab89.8785-33.6940-6.5092
CIE-Lab92.0343-31.4937-11.4786

#89fafd color RGB value is (137,250,253).

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

The process color (four color CMYK) of #89fafd color hex is 0.46, 0.01, 0.00, 0.01. Web safe color of #89fafd is #99ffff. Color #89fafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111010 11111101
Octal 211 372 375
Decimal 137 250 253
Hex 89 FA FD

RGB Percentages of Color #89fafd

%21.41
%39.06
%39.53

CMYK Percentages of Color #89fafd

%46
%1
%0
%1

Triadic Colors of #89fafd

#89fafd #fd89fa #fafd89

Analogous Colors of #89fafd

#89fafd #89c0fd #89fdc6

Monochromatic Colors of #89fafd

#89fafd

Complementary Color

#89fafd #fd8c89

#89fafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89fafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89fafd Color CSS Codes

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

#89fafd Text Font Color

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

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


#89fafd Background Color

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

This div background color is #89fafd


#89fafd Border Color

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

This div border color is #89fafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89fafd

Related Colors


Comments

No comments written yet.

Please login to write comment.