Color Hex Logo

#89aeea Color Hex

#89AEEA
(137,174,234)
0 Favorites   0 Comments

Color spaces of #89aeea

RGB 137174234
HSL0.600.700.73
HSV217°41°92°
CMYK 0.410.260.00   0.08
XYZ40.303941.531083.7339
Yxy41.53100.24340.2508
Hunter Lab64.4445-1.1433-31.9253
CIE-Lab70.54642.5963-34.0180

#89aeea color RGB value is (137,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101110 11101010
Octal 211 256 352
Decimal 137 174 234
Hex 89 AE EA

RGB Percentages of Color #89aeea

%25.14
%31.93
%42.94

CMYK Percentages of Color #89aeea

%41
%26
%0
%8

Triadic Colors of #89aeea

#89aeea #ea89ae #aeea89

Analogous Colors of #89aeea

#89aeea #9589ea #89dfea

Monochromatic Colors of #89aeea

#89aeea

Complementary Color

#89aeea #eac589

#89aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aeea Color CSS Codes

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

#89aeea Text Font Color

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

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


#89aeea Background Color

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

This div background color is #89aeea


#89aeea Border Color

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

This div border color is #89aeea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,174,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 #89aeea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aeea


Comments

No comments written yet.

Please login to write comment.