Color Hex Logo

#839aaa Color Hex

#839AAA
(131,154,170)
0 Favorites   0 Comments

Color spaces of #839aaa

RGB 131154170
HSL0.570.190.59
HSV205°23°67°
CMYK 0.230.090.00   0.33
XYZ28.171430.838842.4979
Yxy30.83880.27750.3038
Hunter Lab55.5327-6.6302-6.5004
CIE-Lab62.3713-4.4373-11.0384

#839aaa color RGB value is (131,154,170).

#839aaa hex color red value is 131, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #839aaa hue: 0.57 , saturation: 0.19 and the lightness value of 839aaa is 0.59.

The process color (four color CMYK) of #839aaa color hex is 0.23, 0.09, 0.00, 0.33. Web safe color of #839aaa is #999999. Color #839aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011010 10101010
Octal 203 232 252
Decimal 131 154 170
Hex 83 9A AA

RGB Percentages of Color #839aaa

%28.79
%33.85
%37.36

CMYK Percentages of Color #839aaa

%23
%9
%0
%33

Triadic Colors of #839aaa

#839aaa #aa839a #9aaa83

Analogous Colors of #839aaa

#839aaa #8387aa #83aaa7

Monochromatic Colors of #839aaa

#839aaa

Complementary Color

#839aaa #aa9383

#839aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#839aaa Color CSS Codes

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

#839aaa Text Font Color

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

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


#839aaa Background Color

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

This div background color is #839aaa


#839aaa Border Color

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

This div border color is #839aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839aaa


Comments

No comments written yet.

Please login to write comment.