Color spaces of #74dead
RGB | 116 | 222 | 173 |
---|---|---|---|
HSL | 0.42 | 0.62 | 0.66 |
HSV | 152° | 48° | 87° |
CMYK | 0.48 | 0.00 | 0.22 0.13 |
XYZ | 40.8666 | 58.9727 | 48.7641 |
Yxy | 58.9727 | 0.2750 | 0.3968 |
Hunter Lab | 76.7937 | -39.3982 | 16.1063 |
CIE-Lab | 81.2766 | -41.9146 | 14.7000 |
#74dead color RGB value is (116,222,173).
#74dead hex color red value is 116, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #74dead hue: 0.42 , saturation: 0.62 and the lightness value of 74dead is 0.66.
The process color (four color CMYK) of #74dead color hex is 0.48, 0.00, 0.22, 0.13. Web safe color of #74dead is #66cc99. Color #74dead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 11011110 | 10101101 |
Octal | 164 | 336 | 255 |
Decimal | 116 | 222 | 173 |
Hex | 74 | DE | AD |
Shades of #74dead
Tints of #74dead
RGB Percentages of Color #74dead
CMYK Percentages of Color #74dead
Complementary Color
#74dead | #de74a5 |
#74dead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74dead Color Preview on White Background
Lorem ipsum dolor sit amet.
#74dead Color CSS Codes
.mybgcolor {background-color:#74dead; } .myforecolor {color:#74dead; } .mybordercolor {border:3px solid #74dead; }
#74dead Text Font Color
<p style="color:#74dead">Text here</p>
This sample text font color is #74dead
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.
#74dead Background Color
<div style="background-color:#74dead">
Div content here</div>
This div background color is #74dead
#74dead Border Color
<div style="border:3px solid #74dead">
Div here</div>
This div border color is #74dead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,222,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74dead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74dead; -webkit-box-shadow: 1px 1px 3px 2px #74dead; box-shadow: 1px 1px 3px 2px #74dead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,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 #74dead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74dead; -webkit-box-shadow: 1px 1px 3px 2px #74dead; box-shadow: 1px 1px 3px 2px #74dead;">
Div content here</div>
This div box has shadow with color #74dead
Comments
No comments written yet.
Please login to write comment.