Color Hex Logo

#839d96 Color Hex

#839D96
(131,157,150)
0 Favorites   0 Comments

Color spaces of #839d96

RGB 131157150
HSL0.460.120.56
HSV164°17°62°
CMYK 0.170.000.04   0.38
XYZ26.922131.141233.4461
Yxy31.14120.29420.3403
Hunter Lab55.8043-11.54243.5278
CIE-Lab62.6266-10.54050.6177

#839d96 color RGB value is (131,157,150).

#839d96 hex color red value is 131, green value is 157 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #839d96 hue: 0.46 , saturation: 0.12 and the lightness value of 839d96 is 0.56.

The process color (four color CMYK) of #839d96 color hex is 0.17, 0.00, 0.04, 0.38. Web safe color of #839d96 is #999999. Color #839d96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011101 10010110
Octal 203 235 226
Decimal 131 157 150
Hex 83 9D 96

RGB Percentages of Color #839d96

%29.91
%35.84
%34.25

CMYK Percentages of Color #839d96

%17
%0
%4
%38

Triadic Colors of #839d96

#839d96 #96839d #9d9683

Analogous Colors of #839d96

#839d96 #83979d #839d89

Monochromatic Colors of #839d96

#839d96

Complementary Color

#839d96 #9d838a

#839d96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839d96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#839d96 Color CSS Codes

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

#839d96 Text Font Color

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

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


#839d96 Background Color

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

This div background color is #839d96


#839d96 Border Color

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

This div border color is #839d96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839d96


Comments

No comments written yet.

Please login to write comment.