Color Hex Logo

#899dee Color Hex

#899DEE
(137,157,238)
0 Favorites   0 Comments

Color spaces of #899dee

RGB 137157238
HSL0.630.750.74
HSV228°42°93°
CMYK 0.420.340.00   0.07
XYZ37.806135.605485.7688
Yxy35.60540.23750.2237
Hunter Lab59.67038.6717-43.4530
CIE-Lab66.217313.3299-42.9543

#899dee color RGB value is (137,157,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011101 11101110
Octal 211 235 356
Decimal 137 157 238
Hex 89 9D EE

RGB Percentages of Color #899dee

%25.75
%29.51
%44.74

CMYK Percentages of Color #899dee

%42
%34
%0
%7

Triadic Colors of #899dee

#899dee #ee899d #9dee89

Analogous Colors of #899dee

#899dee #a889ee #89d0ee

Monochromatic Colors of #899dee

#899dee

Complementary Color

#899dee #eeda89

#899dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#899dee Color CSS Codes

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

#899dee Text Font Color

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

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


#899dee Background Color

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

This div background color is #899dee


#899dee Border Color

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

This div border color is #899dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899dee


Comments

No comments written yet.

Please login to write comment.