Color Hex Logo

#899adc Color Hex

#899ADC
(137,154,220)
0 Favorites   0 Comments

Color spaces of #899adc

RGB 137154220
HSL0.630.540.70
HSV228°38°86°
CMYK 0.380.300.00   0.14
XYZ34.790433.596972.3613
Yxy33.59690.24720.2387
Hunter Lab57.96285.7042-33.4442
CIE-Lab64.641310.0735-35.4967

#899adc color RGB value is (137,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011010 11011100
Octal 211 232 334
Decimal 137 154 220
Hex 89 9A DC

RGB Percentages of Color #899adc

%26.81
%30.14
%43.05

CMYK Percentages of Color #899adc

%38
%30
%0
%14

Triadic Colors of #899adc

#899adc #dc899a #9adc89

Analogous Colors of #899adc

#899adc #a289dc #89c4dc

Monochromatic Colors of #899adc

#899adc

Complementary Color

#899adc #dccb89

#899adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#899adc Color CSS Codes

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

#899adc Text Font Color

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

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


#899adc Background Color

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

This div background color is #899adc


#899adc Border Color

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

This div border color is #899adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899adc


Comments

No comments written yet.

Please login to write comment.