Color Hex Logo

#89aedc Color Hex

#89AEDC
(137,174,220)
0 Favorites   0 Comments

Color spaces of #89aedc

RGB 137174220
HSL0.590.540.70
HSV213°38°86°
CMYK 0.380.210.00   0.14
XYZ38.370840.757873.5548
Yxy40.75780.25130.2669
Hunter Lab63.8418-4.4395-23.6212
CIE-Lab70.0059-1.1785-27.2018

#89aedc color RGB value is (137,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101110 11011100
Octal 211 256 334
Decimal 137 174 220
Hex 89 AE DC

RGB Percentages of Color #89aedc

%25.80
%32.77
%41.43

CMYK Percentages of Color #89aedc

%38
%21
%0
%14

Triadic Colors of #89aedc

#89aedc #dc89ae #aedc89

Analogous Colors of #89aedc

#89aedc #8e89dc #89d8dc

Monochromatic Colors of #89aedc

#89aedc

Complementary Color

#89aedc #dcb789

#89aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aedc Color CSS Codes

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

#89aedc Text Font Color

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

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


#89aedc Background Color

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

This div background color is #89aedc


#89aedc Border Color

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

This div border color is #89aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aedc


Comments

No comments written yet.

Please login to write comment.