Color spaces of #33dead
RGB | 51 | 222 | 173 |
---|---|---|---|
HSL | 0.45 | 0.72 | 0.54 |
HSV | 163° | 77° | 87° |
CMYK | 0.77 | 0.00 | 0.22 0.13 |
XYZ | 35.0293 | 55.9635 | 48.4910 |
Yxy | 55.9635 | 0.2511 | 0.4012 |
Hunter Lab | 74.8088 | -47.3325 | 13.9344 |
CIE-Lab | 79.5930 | -53.5567 | 12.0835 |
#33dead color RGB value is (51,222,173).
#33dead hex color red value is 51, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #33dead hue: 0.45 , saturation: 0.72 and the lightness value of 33dead is 0.54.
The process color (four color CMYK) of #33dead color hex is 0.77, 0.00, 0.22, 0.13. Web safe color of #33dead is #33cc99. Color #33dead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 11011110 | 10101101 |
Octal | 63 | 336 | 255 |
Decimal | 51 | 222 | 173 |
Hex | 33 | DE | AD |
Shades of #33dead
Tints of #33dead
RGB Percentages of Color #33dead
CMYK Percentages of Color #33dead
Complementary Color
#33dead | #de3364 |
#33dead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#33dead Color Preview on White Background
Lorem ipsum dolor sit amet.
#33dead Color CSS Codes
.mybgcolor {background-color:#33dead; } .myforecolor {color:#33dead; } .mybordercolor {border:3px solid #33dead; }
#33dead Text Font Color
<p style="color:#33dead">Text here</p>
This sample text font color is #33dead
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.
#33dead Background Color
<div style="background-color:#33dead">
Div content here</div>
This div background color is #33dead
#33dead Border Color
<div style="border:3px solid #33dead">
Div here</div>
This div border color is #33dead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,222,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #33dead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #33dead; -webkit-box-shadow: 1px 1px 3px 2px #33dead; box-shadow: 1px 1px 3px 2px #33dead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,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 #33dead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #33dead; -webkit-box-shadow: 1px 1px 3px 2px #33dead; box-shadow: 1px 1px 3px 2px #33dead;">
Div content here</div>
This div box has shadow with color #33dead
Comments
No comments written yet.
Please login to write comment.