Color Hex Logo

#83999f Color Hex

#83999F
(131,153,159)
0 Favorites   0 Comments

Color spaces of #83999f

RGB 131153159
HSL0.540.130.57
HSV193°18°62°
CMYK 0.180.040.00   0.38
XYZ27.009330.111037.1893
Yxy30.11100.28640.3193
Hunter Lab54.8735-8.1691-1.7710
CIE-Lab61.7499-6.4071-5.7513

#83999f color RGB value is (131,153,159).

#83999f hex color red value is 131, green value is 153 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #83999f hue: 0.54 , saturation: 0.13 and the lightness value of 83999f is 0.57.

The process color (four color CMYK) of #83999f color hex is 0.18, 0.04, 0.00, 0.38. Web safe color of #83999f is #999999. Color #83999f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011001 10011111
Octal 203 231 237
Decimal 131 153 159
Hex 83 99 9F

RGB Percentages of Color #83999f

%29.57
%34.54
%35.89

CMYK Percentages of Color #83999f

%18
%4
%0
%38

Triadic Colors of #83999f

#83999f #9f8399 #999f83

Analogous Colors of #83999f

#83999f #838b9f #839f97

Monochromatic Colors of #83999f

#83999f

Complementary Color

#83999f #9f8983

#83999f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83999f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83999f Color CSS Codes

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

#83999f Text Font Color

<p style="color:#83999f">Text here</p>

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


#83999f Background Color

<div style="background-color:#83999f">
Div content here</div>

This div background color is #83999f


#83999f Border Color

<div style="border:3px solid #83999f">
Div here</div>

This div border color is #83999f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,153,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83999f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83999f;
  -webkit-box-shadow: 1px 1px 3px 2px #83999f;
  box-shadow:         1px 1px 3px 2px #83999f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83999f


Comments

No comments written yet.

Please login to write comment.