Color Hex Logo

#89addf Color Hex

#89ADDF
(137,173,223)
0 Favorites   0 Comments

Color spaces of #89addf

RGB 137173223
HSL0.600.570.71
HSV215°39°87°
CMYK 0.390.220.00   0.13
XYZ38.579440.533275.6024
Yxy40.53320.24940.2620
Hunter Lab63.6657-3.2496-25.8403
CIE-Lab69.84760.1722-29.0882

#89addf color RGB value is (137,173,223).

#89addf hex color red value is 137, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #89addf hue: 0.60 , saturation: 0.57 and the lightness value of 89addf is 0.71.

The process color (four color CMYK) of #89addf color hex is 0.39, 0.22, 0.00, 0.13. Web safe color of #89addf is #9999cc. Color #89addf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101101 11011111
Octal 211 255 337
Decimal 137 173 223
Hex 89 AD DF

RGB Percentages of Color #89addf

%25.70
%32.46
%41.84

CMYK Percentages of Color #89addf

%39
%22
%0
%13

Triadic Colors of #89addf

#89addf #df89ad #addf89

Analogous Colors of #89addf

#89addf #9089df #89d8df

Monochromatic Colors of #89addf

#89addf

Complementary Color

#89addf #dfbb89

#89addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89addf Color CSS Codes

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

#89addf Text Font Color

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

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


#89addf Background Color

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

This div background color is #89addf


#89addf Border Color

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

This div border color is #89addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89addf


Comments

No comments written yet.

Please login to write comment.