Color Hex Logo

#89aebd Color Hex

#89AEBD
(137,174,189)
0 Favorites   0 Comments

Color spaces of #89aebd

RGB 137174189
HSL0.550.280.64
HSV197°28°74°
CMYK 0.280.080.00   0.26
XYZ34.637939.264653.8973
Yxy39.26460.27100.3072
Hunter Lab62.6615-10.9867-7.1344
CIE-Lab68.9425-8.9894-11.7568

#89aebd color RGB value is (137,174,189).

#89aebd hex color red value is 137, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #89aebd hue: 0.55 , saturation: 0.28 and the lightness value of 89aebd is 0.64.

The process color (four color CMYK) of #89aebd color hex is 0.28, 0.08, 0.00, 0.26. Web safe color of #89aebd is #9999cc. Color #89aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101110 10111101
Octal 211 256 275
Decimal 137 174 189
Hex 89 AE BD

RGB Percentages of Color #89aebd

%27.40
%34.80
%37.80

CMYK Percentages of Color #89aebd

%28
%8
%0
%26

Triadic Colors of #89aebd

#89aebd #bd89ae #aebd89

Analogous Colors of #89aebd

#89aebd #8994bd #89bdb2

Monochromatic Colors of #89aebd

#89aebd

Complementary Color

#89aebd #bd9889

#89aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aebd Color CSS Codes

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

#89aebd Text Font Color

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

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


#89aebd Background Color

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

This div background color is #89aebd


#89aebd Border Color

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

This div border color is #89aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aebd


Comments

No comments written yet.

Please login to write comment.