Color Hex Logo

#82908b Color Hex

#82908B
(130,144,139)
0 Favorites   0 Comments

Color spaces of #82908b

RGB 130144139
HSL0.440.060.54
HSV159°10°56°
CMYK 0.100.000.03   0.44
XYZ23.839426.556428.2955
Yxy26.55640.30290.3375
Hunter Lab51.5329-7.60753.5183
CIE-Lab58.5615-6.06260.9253

#82908b color RGB value is (130,144,139).

#82908b hex color red value is 130, green value is 144 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #82908b hue: 0.44 , saturation: 0.06 and the lightness value of 82908b is 0.54.

The process color (four color CMYK) of #82908b color hex is 0.10, 0.00, 0.03, 0.44. Web safe color of #82908b is #999999. Color #82908b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010000 10001011
Octal 202 220 213
Decimal 130 144 139
Hex 82 90 8B

RGB Percentages of Color #82908b

%31.48
%34.87
%33.66

CMYK Percentages of Color #82908b

%10
%0
%3
%44

Triadic Colors of #82908b

#82908b #8b8290 #908b82

Analogous Colors of #82908b

#82908b #828e90 #829084

Monochromatic Colors of #82908b

#82908b

Complementary Color

#82908b #908287

#82908b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82908b Color Preview on White Background

Lorem ipsum dolor sit amet.

#82908b Color CSS Codes

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

#82908b Text Font Color

<p style="color:#82908b">Text here</p>

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


#82908b Background Color

<div style="background-color:#82908b">
Div content here</div>

This div background color is #82908b


#82908b Border Color

<div style="border:3px solid #82908b">
Div here</div>

This div border color is #82908b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,144,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82908b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82908b;
  -webkit-box-shadow: 1px 1px 3px 2px #82908b;
  box-shadow:         1px 1px 3px 2px #82908b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82908b


Comments

No comments written yet.

Please login to write comment.