Color Hex Logo

#89adcd Color Hex

#89ADCD
(137,173,205)
0 Favorites   0 Comments

Color spaces of #89adcd

RGB 137173205
HSL0.580.400.67
HSV208°33°80°
CMYK 0.330.160.00   0.20
XYZ36.279539.613363.4916
Yxy39.61330.26030.2842
Hunter Lab62.9391-7.2520-15.7531
CIE-Lab69.1932-4.5148-20.2045

#89adcd color RGB value is (137,173,205).

#89adcd hex color red value is 137, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #89adcd hue: 0.58 , saturation: 0.40 and the lightness value of 89adcd is 0.67.

The process color (four color CMYK) of #89adcd color hex is 0.33, 0.16, 0.00, 0.20. Web safe color of #89adcd is #9999cc. Color #89adcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101101 11001101
Octal 211 255 315
Decimal 137 173 205
Hex 89 AD CD

RGB Percentages of Color #89adcd

%26.60
%33.59
%39.81

CMYK Percentages of Color #89adcd

%33
%16
%0
%20

Triadic Colors of #89adcd

#89adcd #cd89ad #adcd89

Analogous Colors of #89adcd

#89adcd #898bcd #89cdcb

Monochromatic Colors of #89adcd

#89adcd

Complementary Color

#89adcd #cda989

#89adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89adcd Color CSS Codes

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

#89adcd Text Font Color

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

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


#89adcd Background Color

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

This div background color is #89adcd


#89adcd Border Color

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

This div border color is #89adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89adcd


Comments

No comments written yet.

Please login to write comment.