Color Hex Logo

#899aed Color Hex

#899AED
(137,154,237)
0 Favorites   0 Comments

Color spaces of #899aed

RGB 137154237
HSL0.640.740.73
HSV230°42°93°
CMYK 0.420.350.00   0.07
XYZ37.158234.544084.8300
Yxy34.54400.23740.2207
Hunter Lab58.77419.9966-44.4326
CIE-Lab65.392114.7742-43.7007

#899aed color RGB value is (137,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011010 11101101
Octal 211 232 355
Decimal 137 154 237
Hex 89 9A ED

RGB Percentages of Color #899aed

%25.95
%29.17
%44.89

CMYK Percentages of Color #899aed

%42
%35
%0
%7

Triadic Colors of #899aed

#899aed #ed899a #9aed89

Analogous Colors of #899aed

#899aed #aa89ed #89cced

Monochromatic Colors of #899aed

#899aed

Complementary Color

#899aed #eddc89

#899aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#899aed Color CSS Codes

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

#899aed Text Font Color

<p style="color:#899aed">Text here</p>

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


#899aed Background Color

<div style="background-color:#899aed">
Div content here</div>

This div background color is #899aed


#899aed Border Color

<div style="border:3px solid #899aed">
Div here</div>

This div border color is #899aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899aed


Comments

No comments written yet.

Please login to write comment.