color details

Color Details
#82b99a Color Hex

#82b99a color RGB value is (8, 43, 153).
#82b99a hex color red value is 8, green value is 43, and blue value is 153.
Cylindrical-coordinate representations (HSL) of color #82b99a hue: 225.52, saturation: 0.9 and lightness: 0.32.

The process color (four-color CMYK) of #82b99a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #82b99a is #ff9999. Color #82b99a contains mainly RED.

Color Spaces
Color spaces of #82b99aValue
RGB130, 185, 154
HSL0.41, 0.28, 0.62
HSV146°, 30°, 73°
XYZ32.39, 41.78, 36.92
Base Numbers
Base Red Green Blue
Binary 10000010 10111001 10011010
Octal 202 271 232
Decimal 130 185 154
Hex 82 B9 9A

RGB Percentages for Color #82b99a

27.72%
39.45%
32.84%

CMYK Percentages of the Color #82b99a

29.73%
16.76%
27.45%
CSS Codes for Color #82b99a
.mybgColor {background-color: #82b99a;}
.myforeColor {color: #82b99a;}
.myborderColor {border:3px solid #82b99a;}
Text Font Color #82b99a

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

This sample text is styled with the font color #82b99a. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #82b99a

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

The background color of this div is #82b99a
Border Color #82b99a

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

The border color of this div is #82b99a
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(130, 185, 154, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #82b99a;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #82b99a;
-webkit-box-shadow: 1px 1px 3px #82b99a;
box-shadow: 1px 1px 3px #82b99a;            }
            
Text Shadow Using RGB Values

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

This text has a shadow with RGB values.

Text Shadow Using Hex Values

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

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

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

This div box has a shadow with a specified color. #82b99a

Scroll to Top