Color spaces of #71ddad
RGB | 113 | 221 | 173 |
---|---|---|---|
HSL | 0.43 | 0.61 | 0.65 |
HSV | 153° | 49° | 87° |
CMYK | 0.49 | 0.00 | 0.22 0.13 |
XYZ | 40.2093 | 58.2407 | 48.6575 |
Yxy | 58.2407 | 0.2733 | 0.3959 |
Hunter Lab | 76.3156 | -39.5039 | 15.6186 |
CIE-Lab | 80.8724 | -42.2068 | 14.1147 |
#71ddad color RGB value is (113,221,173).
#71ddad hex color red value is 113, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #71ddad hue: 0.43 , saturation: 0.61 and the lightness value of 71ddad is 0.65.
The process color (four color CMYK) of #71ddad color hex is 0.49, 0.00, 0.22, 0.13. Web safe color of #71ddad is #66cc99. Color #71ddad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11011101 | 10101101 |
Octal | 161 | 335 | 255 |
Decimal | 113 | 221 | 173 |
Hex | 71 | DD | AD |
Shades of #71ddad
Tints of #71ddad
RGB Percentages of Color #71ddad
CMYK Percentages of Color #71ddad
Complementary Color
#71ddad | #dd71a1 |
#71ddad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71ddad Color Preview on White Background
Lorem ipsum dolor sit amet.
#71ddad Color CSS Codes
.mybgcolor {background-color:#71ddad; } .myforecolor {color:#71ddad; } .mybordercolor {border:3px solid #71ddad; }
#71ddad Text Font Color
<p style="color:#71ddad">Text here</p>
This sample text font color is #71ddad
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.
#71ddad Background Color
<div style="background-color:#71ddad">
Div content here</div>
This div background color is #71ddad
#71ddad Border Color
<div style="border:3px solid #71ddad">
Div here</div>
This div border color is #71ddad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,221,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71ddad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71ddad; -webkit-box-shadow: 1px 1px 3px 2px #71ddad; box-shadow: 1px 1px 3px 2px #71ddad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,221,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 #71ddad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71ddad; -webkit-box-shadow: 1px 1px 3px 2px #71ddad; box-shadow: 1px 1px 3px 2px #71ddad;">
Div content here</div>
This div box has shadow with color #71ddad
Comments
No comments written yet.
Please login to write comment.