Color spaces of #84e182
RGB | 132 | 225 | 130 |
---|---|---|---|
HSL | 0.33 | 0.61 | 0.70 |
HSV | 119° | 42° | 88° |
CMYK | 0.41 | 0.00 | 0.42 0.12 |
XYZ | 40.4702 | 60.3677 | 30.6382 |
Yxy | 60.3677 | 0.3078 | 0.4592 |
Hunter Lab | 77.6967 | -42.9931 | 31.0078 |
CIE-Lab | 82.0376 | -46.4192 | 37.9722 |
#84e182 color RGB value is (132,225,130).
#84e182 hex color red value is 132, green value is 225 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #84e182 hue: 0.33 , saturation: 0.61 and the lightness value of 84e182 is 0.70.
The process color (four color CMYK) of #84e182 color hex is 0.41, 0.00, 0.42, 0.12. Web safe color of #84e182 is #99cc99. Color #84e182 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 11100001 | 10000010 |
Octal | 204 | 341 | 202 |
Decimal | 132 | 225 | 130 |
Hex | 84 | E1 | 82 |
Shades of #84e182
Tints of #84e182
RGB Percentages of Color #84e182
CMYK Percentages of Color #84e182
Complementary Color
#84e182 | #df82e1 |
#84e182 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#84e182 Color Preview on White Background
Lorem ipsum dolor sit amet.
#84e182 Color CSS Codes
.mybgcolor {background-color:#84e182; } .myforecolor {color:#84e182; } .mybordercolor {border:3px solid #84e182; }
#84e182 Text Font Color
<p style="color:#84e182">Text here</p>
This sample text font color is #84e182
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.
#84e182 Background Color
<div style="background-color:#84e182">
Div content here</div>
This div background color is #84e182
#84e182 Border Color
<div style="border:3px solid #84e182">
Div here</div>
This div border color is #84e182
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,225,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #84e182; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84e182; -webkit-box-shadow: 1px 1px 3px 2px #84e182; box-shadow: 1px 1px 3px 2px #84e182; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,225,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #84e182">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #84e182; -webkit-box-shadow: 1px 1px 3px 2px #84e182; box-shadow: 1px 1px 3px 2px #84e182;">
Div content here</div>
This div box has shadow with color #84e182
Comments
No comments written yet.
Please login to write comment.