Color spaces of #84decc
RGB | 132 | 222 | 204 |
---|---|---|---|
HSL | 0.47 | 0.58 | 0.69 |
HSV | 168° | 41° | 87° |
CMYK | 0.41 | 0.00 | 0.08 0.13 |
XYZ | 46.5361 | 61.5077 | 66.5462 |
Yxy | 61.5077 | 0.2665 | 0.3523 |
Hunter Lab | 78.4268 | -31.3305 | 4.5905 |
CIE-Lab | 82.6509 | -31.1370 | 0.3608 |
#84decc color RGB value is (132,222,204).
#84decc hex color red value is 132, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #84decc hue: 0.47 , saturation: 0.58 and the lightness value of 84decc is 0.69.
The process color (four color CMYK) of #84decc color hex is 0.41, 0.00, 0.08, 0.13. Web safe color of #84decc is #99cccc. Color #84decc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 11011110 | 11001100 |
Octal | 204 | 336 | 314 |
Decimal | 132 | 222 | 204 |
Hex | 84 | DE | CC |
Shades of #84decc
Tints of #84decc
RGB Percentages of Color #84decc
CMYK Percentages of Color #84decc
Complementary Color
#84decc | #de8496 |
#84decc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#84decc Color Preview on White Background
Lorem ipsum dolor sit amet.
#84decc Color CSS Codes
.mybgcolor {background-color:#84decc; } .myforecolor {color:#84decc; } .mybordercolor {border:3px solid #84decc; }
#84decc Text Font Color
<p style="color:#84decc">Text here</p>
This sample text font color is #84decc
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.
#84decc Background Color
<div style="background-color:#84decc">
Div content here</div>
This div background color is #84decc
#84decc Border Color
<div style="border:3px solid #84decc">
Div here</div>
This div border color is #84decc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,222,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #84decc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84decc; -webkit-box-shadow: 1px 1px 3px 2px #84decc; box-shadow: 1px 1px 3px 2px #84decc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,222,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #84decc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #84decc; -webkit-box-shadow: 1px 1px 3px 2px #84decc; box-shadow: 1px 1px 3px 2px #84decc;">
Div content here</div>
This div box has shadow with color #84decc
Comments
No comments written yet.
Please login to write comment.