Color spaces of #82b48b
RGB | 130 | 180 | 139 |
---|---|---|---|
HSL | 0.36 | 0.25 | 0.61 |
HSV | 131° | 28° | 71° |
CMYK | 0.28 | 0.00 | 0.23 0.29 |
XYZ | 30.1874 | 39.2524 | 30.4115 |
Yxy | 39.2524 | 0.3023 | 0.3931 |
Hunter Lab | 62.6517 | -23.6341 | 15.0765 |
CIE-Lab | 68.9337 | -24.9537 | 15.7032 |
#82b48b color RGB value is (130,180,139).
#82b48b hex color red value is 130, green value is 180 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #82b48b hue: 0.36 , saturation: 0.25 and the lightness value of 82b48b is 0.61.
The process color (four color CMYK) of #82b48b color hex is 0.28, 0.00, 0.23, 0.29. Web safe color of #82b48b is #99cc99. Color #82b48b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 10110100 | 10001011 |
Octal | 202 | 264 | 213 |
Decimal | 130 | 180 | 139 |
Hex | 82 | B4 | 8B |
Shades of #82b48b
Tints of #82b48b
RGB Percentages of Color #82b48b
CMYK Percentages of Color #82b48b
Complementary Color
#82b48b | #b482ab |
#82b48b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#82b48b Color Preview on White Background
Lorem ipsum dolor sit amet.
#82b48b Color CSS Codes
.mybgcolor {background-color:#82b48b; } .myforecolor {color:#82b48b; } .mybordercolor {border:3px solid #82b48b; }
#82b48b Text Font Color
<p style="color:#82b48b">Text here</p>
This sample text font color is #82b48b
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.
#82b48b Background Color
<div style="background-color:#82b48b">
Div content here</div>
This div background color is #82b48b
#82b48b Border Color
<div style="border:3px solid #82b48b">
Div here</div>
This div border color is #82b48b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,180,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #82b48b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82b48b; -webkit-box-shadow: 1px 1px 3px 2px #82b48b; box-shadow: 1px 1px 3px 2px #82b48b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,180,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 #82b48b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #82b48b; -webkit-box-shadow: 1px 1px 3px 2px #82b48b; box-shadow: 1px 1px 3px 2px #82b48b;">
Div content here</div>
This div box has shadow with color #82b48b
Comments
No comments written yet.
Please login to write comment.