Color Hex Logo

#89addb Color Hex

#89ADDB
(137,173,219)
0 Favorites   0 Comments

Color spaces of #89addb

RGB 137173219
HSL0.590.530.70
HSV214°37°86°
CMYK 0.370.210.00   0.14
XYZ38.046340.320072.7951
Yxy40.32000.25170.2667
Hunter Lab63.4980-4.1692-23.5223
CIE-Lab69.6968-0.8910-27.1284

#89addb color RGB value is (137,173,219).

#89addb hex color red value is 137, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #89addb hue: 0.59 , saturation: 0.53 and the lightness value of 89addb is 0.70.

The process color (four color CMYK) of #89addb color hex is 0.37, 0.21, 0.00, 0.14. Web safe color of #89addb is #9999cc. Color #89addb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101101 11011011
Octal 211 255 333
Decimal 137 173 219
Hex 89 AD DB

RGB Percentages of Color #89addb

%25.90
%32.70
%41.40

CMYK Percentages of Color #89addb

%37
%21
%0
%14

Triadic Colors of #89addb

#89addb #db89ad #addb89

Analogous Colors of #89addb

#89addb #8e89db #89d6db

Monochromatic Colors of #89addb

#89addb

Complementary Color

#89addb #dbb789

#89addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89addb Color CSS Codes

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

#89addb Text Font Color

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

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


#89addb Background Color

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

This div background color is #89addb


#89addb Border Color

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

This div border color is #89addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89addb


Comments

No comments written yet.

Please login to write comment.