Color spaces of #84daca
RGB | 132 | 218 | 202 |
---|---|---|---|
HSL | 0.47 | 0.54 | 0.69 |
HSV | 169° | 39° | 85° |
CMYK | 0.39 | 0.00 | 0.07 0.15 |
XYZ | 45.2478 | 59.3126 | 64.9408 |
Yxy | 59.3126 | 0.2669 | 0.3499 |
Hunter Lab | 77.0147 | -29.9030 | 3.9154 |
CIE-Lab | 81.4631 | -29.6878 | -0.3112 |
#84daca color RGB value is (132,218,202).
#84daca hex color red value is 132, green value is 218 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #84daca hue: 0.47 , saturation: 0.54 and the lightness value of 84daca is 0.69.
The process color (four color CMYK) of #84daca color hex is 0.39, 0.00, 0.07, 0.15. Web safe color of #84daca is #99cccc. Color #84daca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 11011010 | 11001010 |
Octal | 204 | 332 | 312 |
Decimal | 132 | 218 | 202 |
Hex | 84 | DA | CA |
Shades of #84daca
Tints of #84daca
RGB Percentages of Color #84daca
CMYK Percentages of Color #84daca
Complementary Color
#84daca | #da8494 |
#84daca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#84daca Color Preview on White Background
Lorem ipsum dolor sit amet.
#84daca Color CSS Codes
.mybgcolor {background-color:#84daca; } .myforecolor {color:#84daca; } .mybordercolor {border:3px solid #84daca; }
#84daca Text Font Color
<p style="color:#84daca">Text here</p>
This sample text font color is #84daca
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.
#84daca Background Color
<div style="background-color:#84daca">
Div content here</div>
This div background color is #84daca
#84daca Border Color
<div style="border:3px solid #84daca">
Div here</div>
This div border color is #84daca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,218,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #84daca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84daca; -webkit-box-shadow: 1px 1px 3px 2px #84daca; box-shadow: 1px 1px 3px 2px #84daca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,218,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #84daca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #84daca; -webkit-box-shadow: 1px 1px 3px 2px #84daca; box-shadow: 1px 1px 3px 2px #84daca;">
Div content here</div>
This div box has shadow with color #84daca
Comments
No comments written yet.
Please login to write comment.