Color spaces of #00dd8f
RGB | 0 | 221 | 143 |
---|---|---|---|
HSL | 0.44 | 1.00 | 0.43 |
HSV | 159° | 100° | 87° |
CMYK | 1.00 | 0.00 | 0.35 0.13 |
XYZ | 30.8144 | 53.6961 | 34.7269 |
Yxy | 53.6961 | 0.2584 | 0.4503 |
Hunter Lab | 73.2776 | -53.1738 | 23.1963 |
CIE-Lab | 78.2842 | -62.9119 | 25.9124 |
#00dd8f color RGB value is (0,221,143).
#00dd8f hex color red value is 0, green value is 221 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #00dd8f hue: 0.44 , saturation: 1.00 and the lightness value of 00dd8f is 0.43.
The process color (four color CMYK) of #00dd8f color hex is 1.00, 0.00, 0.35, 0.13. Web safe color of #00dd8f is #00cc99. Color #00dd8f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 11011101 | 10001111 |
Octal | 0 | 335 | 217 |
Decimal | 0 | 221 | 143 |
Hex | 0 | DD | 8F |
Shades of #00dd8f
Tints of #00dd8f
RGB Percentages of Color #00dd8f
CMYK Percentages of Color #00dd8f
Complementary Color
#00dd8f | #dd004e |
#00dd8f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00dd8f Color Preview on White Background
Lorem ipsum dolor sit amet.
#00dd8f Color CSS Codes
.mybgcolor {background-color:#00dd8f; } .myforecolor {color:#00dd8f; } .mybordercolor {border:3px solid #00dd8f; }
#00dd8f Text Font Color
<p style="color:#00dd8f">Text here</p>
This sample text font color is #00dd8f
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.
#00dd8f Background Color
<div style="background-color:#00dd8f">
Div content here</div>
This div background color is #00dd8f
#00dd8f Border Color
<div style="border:3px solid #00dd8f">
Div here</div>
This div border color is #00dd8f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,221,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00dd8f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00dd8f; -webkit-box-shadow: 1px 1px 3px 2px #00dd8f; box-shadow: 1px 1px 3px 2px #00dd8f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,221,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00dd8f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00dd8f; -webkit-box-shadow: 1px 1px 3px 2px #00dd8f; box-shadow: 1px 1px 3px 2px #00dd8f;">
Div content here</div>
This div box has shadow with color #00dd8f
Comments
No comments written yet.
Please login to write comment.