Color Hex Logo

#839aad Color Hex

#839AAD
(131,154,173)
0 Favorites   0 Comments

Color spaces of #839aad

RGB 131154173
HSL0.580.200.60
HSV207°24°68°
CMYK 0.240.110.00   0.32
XYZ28.458530.953644.0099
Yxy30.95360.27520.2993
Hunter Lab55.6360-6.0579-7.9552
CIE-Lab62.4684-3.7273-12.5841

#839aad color RGB value is (131,154,173).

#839aad hex color red value is 131, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #839aad hue: 0.58 , saturation: 0.20 and the lightness value of 839aad is 0.60.

The process color (four color CMYK) of #839aad color hex is 0.24, 0.11, 0.00, 0.32. Web safe color of #839aad is #999999. Color #839aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011010 10101101
Octal 203 232 255
Decimal 131 154 173
Hex 83 9A AD

RGB Percentages of Color #839aad

%28.60
%33.62
%37.77

CMYK Percentages of Color #839aad

%24
%11
%0
%32

Triadic Colors of #839aad

#839aad #ad839a #9aad83

Analogous Colors of #839aad

#839aad #8385ad #83adab

Monochromatic Colors of #839aad

#839aad

Complementary Color

#839aad #ad9683

#839aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#839aad Color CSS Codes

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

#839aad Text Font Color

<p style="color:#839aad">Text here</p>

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


#839aad Background Color

<div style="background-color:#839aad">
Div content here</div>

This div background color is #839aad


#839aad Border Color

<div style="border:3px solid #839aad">
Div here</div>

This div border color is #839aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,154,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #839aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #839aad;
  -webkit-box-shadow: 1px 1px 3px 2px #839aad;
  box-shadow:         1px 1px 3px 2px #839aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,154,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839aad


Comments

No comments written yet.

Please login to write comment.