Color Hex Logo

#899def Color Hex

#899DEF
(137,157,239)
0 Favorites   0 Comments

Color spaces of #899def

RGB 137157239
HSL0.630.760.74
HSV228°43°94°
CMYK 0.430.340.00   0.06
XYZ37.953535.664386.5449
Yxy35.66430.23700.2227
Hunter Lab59.71968.9325-44.1186
CIE-Lab66.262613.6118-43.4316

#899def color RGB value is (137,157,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011101 11101111
Octal 211 235 357
Decimal 137 157 239
Hex 89 9D EF

RGB Percentages of Color #899def

%25.70
%29.46
%44.84

CMYK Percentages of Color #899def

%43
%34
%0
%6

Triadic Colors of #899def

#899def #ef899d #9def89

Analogous Colors of #899def

#899def #a889ef #89d0ef

Monochromatic Colors of #899def

#899def

Complementary Color

#899def #efdb89

#899def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899def Color Preview on White Background

Lorem ipsum dolor sit amet.

#899def Color CSS Codes

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

#899def Text Font Color

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

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


#899def Background Color

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

This div background color is #899def


#899def Border Color

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

This div border color is #899def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899def


Comments

No comments written yet.

Please login to write comment.