Color spaces of #72dead
RGB | 114 | 222 | 173 |
---|---|---|---|
HSL | 0.42 | 0.62 | 0.66 |
HSV | 153° | 49° | 87° |
CMYK | 0.49 | 0.00 | 0.22 0.13 |
XYZ | 40.6035 | 58.8371 | 48.7518 |
Yxy | 58.8371 | 0.2740 | 0.3970 |
Hunter Lab | 76.7053 | -39.7465 | 16.0107 |
CIE-Lab | 81.2020 | -42.4046 | 14.5842 |
#72dead color RGB value is (114,222,173).
#72dead hex color red value is 114, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #72dead hue: 0.42 , saturation: 0.62 and the lightness value of 72dead is 0.66.
The process color (four color CMYK) of #72dead color hex is 0.49, 0.00, 0.22, 0.13. Web safe color of #72dead is #66cc99. Color #72dead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 11011110 | 10101101 |
Octal | 162 | 336 | 255 |
Decimal | 114 | 222 | 173 |
Hex | 72 | DE | AD |
Shades of #72dead
Tints of #72dead
RGB Percentages of Color #72dead
CMYK Percentages of Color #72dead
Complementary Color
#72dead | #de72a3 |
#72dead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#72dead Color Preview on White Background
Lorem ipsum dolor sit amet.
#72dead Color CSS Codes
.mybgcolor {background-color:#72dead; } .myforecolor {color:#72dead; } .mybordercolor {border:3px solid #72dead; }
#72dead Text Font Color
<p style="color:#72dead">Text here</p>
This sample text font color is #72dead
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.
#72dead Background Color
<div style="background-color:#72dead">
Div content here</div>
This div background color is #72dead
#72dead Border Color
<div style="border:3px solid #72dead">
Div here</div>
This div border color is #72dead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,222,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #72dead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #72dead; -webkit-box-shadow: 1px 1px 3px 2px #72dead; box-shadow: 1px 1px 3px 2px #72dead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,222,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #72dead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #72dead; -webkit-box-shadow: 1px 1px 3px 2px #72dead; box-shadow: 1px 1px 3px 2px #72dead;">
Div content here</div>
This div box has shadow with color #72dead
Comments
No comments written yet.
Please login to write comment.