Color Hex Logo

#82938f Color Hex

#82938F
(130,147,143)
0 Favorites   0 Comments

Color spaces of #82938f

RGB 130147143
HSL0.460.070.54
HSV166°12°58°
CMYK 0.120.000.03   0.42
XYZ24.597627.596430.0168
Yxy27.59640.29920.3357
Hunter Lab52.5323-8.35102.8944
CIE-Lab59.5223-6.89630.0448

#82938f color RGB value is (130,147,143).

#82938f hex color red value is 130, green value is 147 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #82938f hue: 0.46 , saturation: 0.07 and the lightness value of 82938f is 0.54.

The process color (four color CMYK) of #82938f color hex is 0.12, 0.00, 0.03, 0.42. Web safe color of #82938f is #999999. Color #82938f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010011 10001111
Octal 202 223 217
Decimal 130 147 143
Hex 82 93 8F

RGB Percentages of Color #82938f

%30.95
%35.00
%34.05

CMYK Percentages of Color #82938f

%12
%0
%3
%42

Triadic Colors of #82938f

#82938f #8f8293 #938f82

Analogous Colors of #82938f

#82938f #828f93 #829387

Monochromatic Colors of #82938f

#82938f

Complementary Color

#82938f #938286

#82938f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82938f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82938f Color CSS Codes

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

#82938f Text Font Color

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

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


#82938f Background Color

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

This div background color is #82938f


#82938f Border Color

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

This div border color is #82938f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,147,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82938f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82938f;
  -webkit-box-shadow: 1px 1px 3px 2px #82938f;
  box-shadow:         1px 1px 3px 2px #82938f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,147,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82938f


Comments

No comments written yet.

Please login to write comment.