Color Hex Logo

#899ded Color Hex

#899DED
(137,157,237)
0 Favorites   0 Comments

Color spaces of #899ded

RGB 137157237
HSL0.630.740.73
HSV228°42°93°
CMYK 0.420.340.00   0.07
XYZ37.659635.546784.9971
Yxy35.54670.23800.2247
Hunter Lab59.62118.4126-42.7904
CIE-Lab66.172113.0491-42.4766

#899ded color RGB value is (137,157,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011101 11101101
Octal 211 235 355
Decimal 137 157 237
Hex 89 9D ED

RGB Percentages of Color #899ded

%25.80
%29.57
%44.63

CMYK Percentages of Color #899ded

%42
%34
%0
%7

Triadic Colors of #899ded

#899ded #ed899d #9ded89

Analogous Colors of #899ded

#899ded #a789ed #89cfed

Monochromatic Colors of #899ded

#899ded

Complementary Color

#899ded #edd989

#899ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#899ded Color CSS Codes

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

#899ded Text Font Color

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

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


#899ded Background Color

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

This div background color is #899ded


#899ded Border Color

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

This div border color is #899ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899ded


Comments

No comments written yet.

Please login to write comment.