Color spaces of #71cfaa
RGB | 113 | 207 | 170 |
---|---|---|---|
HSL | 0.43 | 0.49 | 0.63 |
HSV | 156° | 45° | 81° |
CMYK | 0.45 | 0.00 | 0.18 0.19 |
XYZ | 36.3786 | 51.0386 | 45.9643 |
Yxy | 51.0386 | 0.2727 | 0.3827 |
Hunter Lab | 71.4413 | -34.1284 | 11.8626 |
CIE-Lab | 76.7024 | -36.5520 | 9.7998 |
#71cfaa color RGB value is (113,207,170).
#71cfaa hex color red value is 113, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #71cfaa hue: 0.43 , saturation: 0.49 and the lightness value of 71cfaa is 0.63.
The process color (four color CMYK) of #71cfaa color hex is 0.45, 0.00, 0.18, 0.19. Web safe color of #71cfaa is #66cc99. Color #71cfaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11001111 | 10101010 |
Octal | 161 | 317 | 252 |
Decimal | 113 | 207 | 170 |
Hex | 71 | CF | AA |
Shades of #71cfaa
Tints of #71cfaa
RGB Percentages of Color #71cfaa
CMYK Percentages of Color #71cfaa
Complementary Color
#71cfaa | #cf7196 |
#71cfaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71cfaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#71cfaa Color CSS Codes
.mybgcolor {background-color:#71cfaa; } .myforecolor {color:#71cfaa; } .mybordercolor {border:3px solid #71cfaa; }
#71cfaa Text Font Color
<p style="color:#71cfaa">Text here</p>
This sample text font color is #71cfaa
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.
#71cfaa Background Color
<div style="background-color:#71cfaa">
Div content here</div>
This div background color is #71cfaa
#71cfaa Border Color
<div style="border:3px solid #71cfaa">
Div here</div>
This div border color is #71cfaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,207,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71cfaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71cfaa; -webkit-box-shadow: 1px 1px 3px 2px #71cfaa; box-shadow: 1px 1px 3px 2px #71cfaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,207,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71cfaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71cfaa; -webkit-box-shadow: 1px 1px 3px 2px #71cfaa; box-shadow: 1px 1px 3px 2px #71cfaa;">
Div content here</div>
This div box has shadow with color #71cfaa
Comments
No comments written yet.
Please login to write comment.