Color Hex Logo

#839caa Color Hex

#839CAA
(131,156,170)
0 Favorites   0 Comments

Color spaces of #839caa

RGB 131156170
HSL0.560.190.59
HSV202°23°67°
CMYK 0.230.080.00   0.33
XYZ28.504231.504542.6089
Yxy31.50450.27780.3070
Hunter Lab56.1289-7.5770-5.7184
CIE-Lab62.9312-5.5431-10.2001

#839caa color RGB value is (131,156,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011100 10101010
Octal 203 234 252
Decimal 131 156 170
Hex 83 9C AA

RGB Percentages of Color #839caa

%28.67
%34.14
%37.20

CMYK Percentages of Color #839caa

%23
%8
%0
%33

Triadic Colors of #839caa

#839caa #aa839c #9caa83

Analogous Colors of #839caa

#839caa #8389aa #83aaa5

Monochromatic Colors of #839caa

#839caa

Complementary Color

#839caa #aa9183

#839caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#839caa Color CSS Codes

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

#839caa Text Font Color

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

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


#839caa Background Color

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

This div background color is #839caa


#839caa Border Color

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

This div border color is #839caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839caa


Comments

No comments written yet.

Please login to write comment.