Color Hex Logo

#89aeeb Color Hex

#89AEEB
(137,174,235)
0 Favorites   0 Comments

Color spaces of #89aeeb

RGB 137174235
HSL0.600.710.73
HSV217°42°92°
CMYK 0.420.260.00   0.08
XYZ40.448041.588684.4928
Yxy41.58860.24290.2497
Hunter Lab64.4892-0.8999-32.5384
CIE-Lab70.58632.8710-34.5009

#89aeeb color RGB value is (137,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101110 11101011
Octal 211 256 353
Decimal 137 174 235
Hex 89 AE EB

RGB Percentages of Color #89aeeb

%25.09
%31.87
%43.04

CMYK Percentages of Color #89aeeb

%42
%26
%0
%8

Triadic Colors of #89aeeb

#89aeeb #eb89ae #aeeb89

Analogous Colors of #89aeeb

#89aeeb #9589eb #89dfeb

Monochromatic Colors of #89aeeb

#89aeeb

Complementary Color

#89aeeb #ebc689

#89aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aeeb Color CSS Codes

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

#89aeeb Text Font Color

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

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


#89aeeb Background Color

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

This div background color is #89aeeb


#89aeeb Border Color

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

This div border color is #89aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aeeb


Comments

No comments written yet.

Please login to write comment.