Color Hex Logo

#899bdc Color Hex

#899BDC
(137,155,220)
0 Favorites   0 Comments

Color spaces of #899bdc

RGB 137155220
HSL0.630.540.70
HSV227°38°86°
CMYK 0.380.300.00   0.14
XYZ34.956133.928472.4166
Yxy33.92840.24740.2401
Hunter Lab58.24815.1880-32.9383
CIE-Lab64.90579.5009-35.0853

#899bdc color RGB value is (137,155,220).

#899bdc hex color red value is 137, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #899bdc hue: 0.63 , saturation: 0.54 and the lightness value of 899bdc is 0.70.

The process color (four color CMYK) of #899bdc color hex is 0.38, 0.30, 0.00, 0.14. Web safe color of #899bdc is #9999cc. Color #899bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011011 11011100
Octal 211 233 334
Decimal 137 155 220
Hex 89 9B DC

RGB Percentages of Color #899bdc

%26.76
%30.27
%42.97

CMYK Percentages of Color #899bdc

%38
%30
%0
%14

Triadic Colors of #899bdc

#899bdc #dc899b #9bdc89

Analogous Colors of #899bdc

#899bdc #a189dc #89c5dc

Monochromatic Colors of #899bdc

#899bdc

Complementary Color

#899bdc #dcca89

#899bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#899bdc Color CSS Codes

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

#899bdc Text Font Color

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

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


#899bdc Background Color

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

This div background color is #899bdc


#899bdc Border Color

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

This div border color is #899bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899bdc


Comments

No comments written yet.

Please login to write comment.