Color Hex Logo

#82a99e Color Hex

#82A99E
(130,169,158)
0 Favorites   0 Comments

Color spaces of #82a99e

RGB 130169158
HSL0.450.180.59
HSV163°23°66°
CMYK 0.230.000.07   0.34
XYZ29.565435.590437.6591
Yxy35.59040.28760.3462
Hunter Lab59.6577-15.93924.3334
CIE-Lab66.2058-15.55471.3450

#82a99e color RGB value is (130,169,158).

#82a99e hex color red value is 130, green value is 169 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #82a99e hue: 0.45 , saturation: 0.18 and the lightness value of 82a99e is 0.59.

The process color (four color CMYK) of #82a99e color hex is 0.23, 0.00, 0.07, 0.34. Web safe color of #82a99e is #999999. Color #82a99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101001 10011110
Octal 202 251 236
Decimal 130 169 158
Hex 82 A9 9E

RGB Percentages of Color #82a99e

%28.45
%36.98
%34.57

CMYK Percentages of Color #82a99e

%23
%0
%7
%34

Triadic Colors of #82a99e

#82a99e #9e82a9 #a99e82

Analogous Colors of #82a99e

#82a99e #82a1a9 #82a98b

Monochromatic Colors of #82a99e

#82a99e

Complementary Color

#82a99e #a9828d

#82a99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82a99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82a99e Color CSS Codes

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

#82a99e Text Font Color

<p style="color:#82a99e">Text here</p>

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


#82a99e Background Color

<div style="background-color:#82a99e">
Div content here</div>

This div background color is #82a99e


#82a99e Border Color

<div style="border:3px solid #82a99e">
Div here</div>

This div border color is #82a99e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,169,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82a99e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82a99e;
  -webkit-box-shadow: 1px 1px 3px 2px #82a99e;
  box-shadow:         1px 1px 3px 2px #82a99e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82a99e


Comments

No comments written yet.

Please login to write comment.