Color Hex Logo

#89aced Color Hex

#89ACED
(137,172,237)
0 Favorites   0 Comments

Color spaces of #89aced

RGB 137172237
HSL0.610.740.73
HSV219°42°93°
CMYK 0.420.270.00   0.07
XYZ40.355140.937885.8956
Yxy40.93780.24140.2449
Hunter Lab63.98270.6138-34.8079
CIE-Lab70.13234.5399-36.2953

#89aced color RGB value is (137,172,237).

#89aced hex color red value is 137, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #89aced hue: 0.61 , saturation: 0.74 and the lightness value of 89aced is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101100 11101101
Octal 211 254 355
Decimal 137 172 237
Hex 89 AC ED

RGB Percentages of Color #89aced

%25.09
%31.50
%43.41

CMYK Percentages of Color #89aced

%42
%27
%0
%7

Triadic Colors of #89aced

#89aced #ed89ac #aced89

Analogous Colors of #89aced

#89aced #9889ed #89deed

Monochromatic Colors of #89aced

#89aced

Complementary Color

#89aced #edca89

#89aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aced Color CSS Codes

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

#89aced Text Font Color

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

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


#89aced Background Color

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

This div background color is #89aced


#89aced Border Color

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

This div border color is #89aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aced


Comments

No comments written yet.

Please login to write comment.