Color Hex Logo

#89fadc Color Hex

#89FADC
(137,250,220)
0 Favorites   0 Comments

Color spaces of #89fadc

RGB 137250220
HSL0.460.920.76
HSV164°45°98°
CMYK 0.450.000.12   0.02
XYZ57.420478.856979.9047
Yxy78.85690.26560.3648
Hunter Lab88.8014-39.98158.8110
CIE-Lab91.1695-39.25664.3760

#89fadc color RGB value is (137,250,220).

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

The process color (four color CMYK) of #89fadc color hex is 0.45, 0.00, 0.12, 0.02. Web safe color of #89fadc is #99ffcc. Color #89fadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111010 11011100
Octal 211 372 334
Decimal 137 250 220
Hex 89 FA DC

RGB Percentages of Color #89fadc

%22.57
%41.19
%36.24

CMYK Percentages of Color #89fadc

%45
%0
%12
%2

Triadic Colors of #89fadc

#89fadc #dc89fa #fadc89

Analogous Colors of #89fadc

#89fadc #89e0fa #89faa4

Monochromatic Colors of #89fadc

#89fadc

Complementary Color

#89fadc #fa89a7

#89fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89fadc Color CSS Codes

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

#89fadc Text Font Color

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

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


#89fadc Background Color

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

This div background color is #89fadc


#89fadc Border Color

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

This div border color is #89fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89fadc

Related Colors


Comments

No comments written yet.

Please login to write comment.