Color Hex Logo

#899bed Color Hex

#899BED
(137,155,237)
0 Favorites   0 Comments

Color spaces of #899bed

RGB 137155237
HSL0.640.740.73
HSV229°42°93°
CMYK 0.420.350.00   0.07
XYZ37.323934.875584.8852
Yxy34.87550.23760.2220
Hunter Lab59.05559.4674-43.8835
CIE-Lab65.651614.1982-43.2932

#899bed color RGB value is (137,155,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011011 11101101
Octal 211 233 355
Decimal 137 155 237
Hex 89 9B ED

RGB Percentages of Color #899bed

%25.90
%29.30
%44.80

CMYK Percentages of Color #899bed

%42
%35
%0
%7

Triadic Colors of #899bed

#899bed #ed899b #9bed89

Analogous Colors of #899bed

#899bed #a989ed #89cded

Monochromatic Colors of #899bed

#899bed

Complementary Color

#899bed #eddb89

#899bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#899bed Color CSS Codes

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

#899bed Text Font Color

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

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


#899bed Background Color

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

This div background color is #899bed


#899bed Border Color

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

This div border color is #899bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899bed


Comments

No comments written yet.

Please login to write comment.