Color spaces of #71dfae
RGB | 113 | 223 | 174 |
---|---|---|---|
HSL | 0.43 | 0.63 | 0.66 |
HSV | 153° | 49° | 87° |
CMYK | 0.49 | 0.00 | 0.22 0.13 |
XYZ | 40.8377 | 59.3421 | 49.3462 |
Yxy | 59.3421 | 0.2731 | 0.3969 |
Hunter Lab | 77.0338 | -40.1815 | 15.9438 |
CIE-Lab | 81.4793 | -42.8773 | 14.4430 |
#71dfae color RGB value is (113,223,174).
#71dfae hex color red value is 113, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #71dfae hue: 0.43 , saturation: 0.63 and the lightness value of 71dfae is 0.66.
The process color (four color CMYK) of #71dfae color hex is 0.49, 0.00, 0.22, 0.13. Web safe color of #71dfae is #66cc99. Color #71dfae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11011111 | 10101110 |
Octal | 161 | 337 | 256 |
Decimal | 113 | 223 | 174 |
Hex | 71 | DF | AE |
Shades of #71dfae
Tints of #71dfae
RGB Percentages of Color #71dfae
CMYK Percentages of Color #71dfae
Complementary Color
#71dfae | #df71a2 |
#71dfae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71dfae Color Preview on White Background
Lorem ipsum dolor sit amet.
#71dfae Color CSS Codes
.mybgcolor {background-color:#71dfae; } .myforecolor {color:#71dfae; } .mybordercolor {border:3px solid #71dfae; }
#71dfae Text Font Color
<p style="color:#71dfae">Text here</p>
This sample text font color is #71dfae
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.
#71dfae Background Color
<div style="background-color:#71dfae">
Div content here</div>
This div background color is #71dfae
#71dfae Border Color
<div style="border:3px solid #71dfae">
Div here</div>
This div border color is #71dfae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,223,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71dfae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71dfae; -webkit-box-shadow: 1px 1px 3px 2px #71dfae; box-shadow: 1px 1px 3px 2px #71dfae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,223,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71dfae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71dfae; -webkit-box-shadow: 1px 1px 3px 2px #71dfae; box-shadow: 1px 1px 3px 2px #71dfae;">
Div content here</div>
This div box has shadow with color #71dfae
Comments
No comments written yet.
Please login to write comment.