Color Hex Logo

#899fef Color Hex

#899FEF
(137,159,239)
0 Favorites   0 Comments

Color spaces of #899fef

RGB 137159239
HSL0.630.760.74
HSV227°43°94°
CMYK 0.430.330.00   0.06
XYZ38.294736.346686.6586
Yxy36.34660.23740.2253
Hunter Lab60.28817.8780-43.0222
CIE-Lab66.783912.4650-42.6140

#899fef color RGB value is (137,159,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 11101111
Octal 211 237 357
Decimal 137 159 239
Hex 89 9F EF

RGB Percentages of Color #899fef

%25.61
%29.72
%44.67

CMYK Percentages of Color #899fef

%43
%33
%0
%6

Triadic Colors of #899fef

#899fef #ef899f #9fef89

Analogous Colors of #899fef

#899fef #a689ef #89d2ef

Monochromatic Colors of #899fef

#899fef

Complementary Color

#899fef #efd989

#899fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#899fef Color CSS Codes

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

#899fef Text Font Color

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

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


#899fef Background Color

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

This div background color is #899fef


#899fef Border Color

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

This div border color is #899fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899fef


Comments

No comments written yet.

Please login to write comment.