Color Hex Logo

#89fadf Color Hex

#89FADF
(137,250,223)
0 Favorites   0 Comments

Color spaces of #89fadf

RGB 137250223
HSL0.460.920.76
HSV166°45°98°
CMYK 0.450.000.11   0.02
XYZ57.821479.017382.0164
Yxy79.01730.26420.3610
Hunter Lab88.8917-39.45157.5199
CIE-Lab91.2421-38.58802.9258

#89fadf color RGB value is (137,250,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111010 11011111
Octal 211 372 337
Decimal 137 250 223
Hex 89 FA DF

RGB Percentages of Color #89fadf

%22.46
%40.98
%36.56

CMYK Percentages of Color #89fadf

%45
%0
%11
%2

Triadic Colors of #89fadf

#89fadf #df89fa #fadf89

Analogous Colors of #89fadf

#89fadf #89ddfa #89faa7

Monochromatic Colors of #89fadf

#89fadf

Complementary Color

#89fadf #fa89a4

#89fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89fadf Color CSS Codes

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

#89fadf Text Font Color

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

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


#89fadf Background Color

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

This div background color is #89fadf


#89fadf Border Color

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

This div border color is #89fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89fadf


Comments

No comments written yet.

Please login to write comment.