Color Hex Logo

#899bef Color Hex

#899BEF
(137,155,239)
0 Favorites   0 Comments

Color spaces of #899bef

RGB 137155239
HSL0.640.760.74
HSV229°43°94°
CMYK 0.430.350.00   0.06
XYZ37.617934.993086.4330
Yxy34.99300.23650.2200
Hunter Lab59.15499.9911-45.2220
CIE-Lab65.743214.7622-44.2473

#899bef color RGB value is (137,155,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011011 11101111
Octal 211 233 357
Decimal 137 155 239
Hex 89 9B EF

RGB Percentages of Color #899bef

%25.80
%29.19
%45.01

CMYK Percentages of Color #899bef

%43
%35
%0
%6

Triadic Colors of #899bef

#899bef #ef899b #9bef89

Analogous Colors of #899bef

#899bef #aa89ef #89ceef

Monochromatic Colors of #899bef

#899bef

Complementary Color

#899bef #efdd89

#899bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#899bef Color CSS Codes

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

#899bef Text Font Color

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

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


#899bef Background Color

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

This div background color is #899bef


#899bef Border Color

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

This div border color is #899bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899bef


Comments

No comments written yet.

Please login to write comment.