Color spaces of #73deac
RGB | 115 | 222 | 172 |
---|---|---|---|
HSL | 0.42 | 0.62 | 0.66 |
HSV | 152° | 48° | 87° |
CMYK | 0.48 | 0.00 | 0.23 0.13 |
XYZ | 40.6379 | 58.8659 | 48.2501 |
Yxy | 58.8659 | 0.2750 | 0.3984 |
Hunter Lab | 76.7241 | -39.7224 | 16.4207 |
CIE-Lab | 81.2178 | -42.3667 | 15.1382 |
#73deac color RGB value is (115,222,172).
#73deac hex color red value is 115, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #73deac hue: 0.42 , saturation: 0.62 and the lightness value of 73deac is 0.66.
The process color (four color CMYK) of #73deac color hex is 0.48, 0.00, 0.23, 0.13. Web safe color of #73deac is #66cc99. Color #73deac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 11011110 | 10101100 |
Octal | 163 | 336 | 254 |
Decimal | 115 | 222 | 172 |
Hex | 73 | DE | AC |
Shades of #73deac
Tints of #73deac
RGB Percentages of Color #73deac
CMYK Percentages of Color #73deac
Complementary Color
#73deac | #de73a5 |
#73deac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73deac Color Preview on White Background
Lorem ipsum dolor sit amet.
#73deac Color CSS Codes
.mybgcolor {background-color:#73deac; } .myforecolor {color:#73deac; } .mybordercolor {border:3px solid #73deac; }
#73deac Text Font Color
<p style="color:#73deac">Text here</p>
This sample text font color is #73deac
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.
#73deac Background Color
<div style="background-color:#73deac">
Div content here</div>
This div background color is #73deac
#73deac Border Color
<div style="border:3px solid #73deac">
Div here</div>
This div border color is #73deac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,222,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73deac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73deac; -webkit-box-shadow: 1px 1px 3px 2px #73deac; box-shadow: 1px 1px 3px 2px #73deac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,222,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73deac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73deac; -webkit-box-shadow: 1px 1px 3px 2px #73deac; box-shadow: 1px 1px 3px 2px #73deac;">
Div content here</div>
This div box has shadow with color #73deac
Comments
No comments written yet.
Please login to write comment.