Color Hex Logo

#89aebc Color Hex

#89AEBC
(137,174,188)
0 Favorites   0 Comments

Color spaces of #89aebc

RGB 137174188
HSL0.550.280.64
HSV196°27°74°
CMYK 0.270.070.00   0.26
XYZ34.529739.221353.3275
Yxy39.22130.27170.3086
Hunter Lab62.6269-11.1801-6.6472
CIE-Lab68.9113-9.2270-11.2512

#89aebc color RGB value is (137,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101110 10111100
Octal 211 256 274
Decimal 137 174 188
Hex 89 AE BC

RGB Percentages of Color #89aebc

%27.45
%34.87
%37.68

CMYK Percentages of Color #89aebc

%27
%7
%0
%26

Triadic Colors of #89aebc

#89aebc #bc89ae #aebc89

Analogous Colors of #89aebc

#89aebc #8995bc #89bcb1

Monochromatic Colors of #89aebc

#89aebc

Complementary Color

#89aebc #bc9789

#89aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aebc Color CSS Codes

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

#89aebc Text Font Color

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

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


#89aebc Background Color

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

This div background color is #89aebc


#89aebc Border Color

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

This div border color is #89aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aebc


Comments

No comments written yet.

Please login to write comment.