Color Hex Logo

#89aaea Color Hex

#89AAEA
(137,170,234)
0 Favorites   0 Comments

Color spaces of #89aaea

RGB 137170234
HSL0.610.700.73
HSV220°41°92°
CMYK 0.410.270.00   0.08
XYZ39.542540.008383.4802
Yxy40.00830.24250.2454
Hunter Lab63.25210.8993-33.9745
CIE-Lab69.47544.8318-35.6791

#89aaea color RGB value is (137,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101010 11101010
Octal 211 252 352
Decimal 137 170 234
Hex 89 AA EA

RGB Percentages of Color #89aaea

%25.32
%31.42
%43.25

CMYK Percentages of Color #89aaea

%41
%27
%0
%8

Triadic Colors of #89aaea

#89aaea #ea89aa #aaea89

Analogous Colors of #89aaea

#89aaea #9989ea #89dbea

Monochromatic Colors of #89aaea

#89aaea

Complementary Color

#89aaea #eac989

#89aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aaea Color CSS Codes

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

#89aaea Text Font Color

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

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


#89aaea Background Color

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

This div background color is #89aaea


#89aaea Border Color

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

This div border color is #89aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aaea


Comments

No comments written yet.

Please login to write comment.