Color spaces of #71efdd
RGB | 113 | 239 | 221 |
---|---|---|---|
HSL | 0.48 | 0.80 | 0.69 |
HSV | 171° | 53° | 94° |
CMYK | 0.53 | 0.00 | 0.08 0.06 |
XYZ | 50.7277 | 70.4642 | 79.3339 |
Yxy | 70.4642 | 0.2530 | 0.3514 |
Hunter Lab | 83.9430 | -39.0306 | 2.7255 |
CIE-Lab | 87.2240 | -39.3552 | -1.9959 |
#71efdd color RGB value is (113,239,221).
#71efdd hex color red value is 113, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #71efdd hue: 0.48 , saturation: 0.80 and the lightness value of 71efdd is 0.69.
The process color (four color CMYK) of #71efdd color hex is 0.53, 0.00, 0.08, 0.06. Web safe color of #71efdd is #66ffcc. Color #71efdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11101111 | 11011101 |
Octal | 161 | 357 | 335 |
Decimal | 113 | 239 | 221 |
Hex | 71 | EF | DD |
Shades of #71efdd
Tints of #71efdd
RGB Percentages of Color #71efdd
CMYK Percentages of Color #71efdd
Complementary Color
#71efdd | #ef7183 |
#71efdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71efdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#71efdd Color CSS Codes
.mybgcolor {background-color:#71efdd; } .myforecolor {color:#71efdd; } .mybordercolor {border:3px solid #71efdd; }
#71efdd Text Font Color
<p style="color:#71efdd">Text here</p>
This sample text font color is #71efdd
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.
#71efdd Background Color
<div style="background-color:#71efdd">
Div content here</div>
This div background color is #71efdd
#71efdd Border Color
<div style="border:3px solid #71efdd">
Div here</div>
This div border color is #71efdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,239,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71efdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71efdd; -webkit-box-shadow: 1px 1px 3px 2px #71efdd; box-shadow: 1px 1px 3px 2px #71efdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,239,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71efdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71efdd; -webkit-box-shadow: 1px 1px 3px 2px #71efdd; box-shadow: 1px 1px 3px 2px #71efdd;">
Div content here</div>
This div box has shadow with color #71efdd
Comments
No comments written yet.
Please login to write comment.