Color Hex Logo

#839eaa Color Hex

#839EAA
(131,158,170)
0 Favorites   0 Comments

Color spaces of #839eaa

RGB 131158170
HSL0.550.190.59
HSV198°23°67°
CMYK 0.230.070.00   0.33
XYZ28.842632.181342.7217
Yxy32.18130.27800.3102
Hunter Lab56.7286-8.5199-4.9407
CIE-Lab63.4924-6.6429-9.3615

#839eaa color RGB value is (131,158,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011110 10101010
Octal 203 236 252
Decimal 131 158 170
Hex 83 9E AA

RGB Percentages of Color #839eaa

%28.54
%34.42
%37.04

CMYK Percentages of Color #839eaa

%23
%7
%0
%33

Triadic Colors of #839eaa

#839eaa #aa839e #9eaa83

Analogous Colors of #839eaa

#839eaa #838baa #83aaa3

Monochromatic Colors of #839eaa

#839eaa

Complementary Color

#839eaa #aa8f83

#839eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#839eaa Color CSS Codes

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

#839eaa Text Font Color

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

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


#839eaa Background Color

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

This div background color is #839eaa


#839eaa Border Color

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

This div border color is #839eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,158,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 #839eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839eaa


Comments

No comments written yet.

Please login to write comment.