Color spaces of #71e9cb
RGB | 113 | 233 | 203 |
---|---|---|---|
HSL | 0.46 | 0.73 | 0.68 |
HSV | 165° | 52° | 91° |
CMYK | 0.52 | 0.00 | 0.13 0.09 |
XYZ | 46.7285 | 66.1003 | 66.7957 |
Yxy | 66.1003 | 0.2601 | 0.3680 |
Hunter Lab | 81.3021 | -39.6855 | 8.2003 |
CIE-Lab | 85.0476 | -40.9249 | 4.2810 |
#71e9cb color RGB value is (113,233,203).
#71e9cb hex color red value is 113, green value is 233 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #71e9cb hue: 0.46 , saturation: 0.73 and the lightness value of 71e9cb is 0.68.
The process color (four color CMYK) of #71e9cb color hex is 0.52, 0.00, 0.13, 0.09. Web safe color of #71e9cb is #66ffcc. Color #71e9cb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11101001 | 11001011 |
Octal | 161 | 351 | 313 |
Decimal | 113 | 233 | 203 |
Hex | 71 | E9 | CB |
Shades of #71e9cb
Tints of #71e9cb
RGB Percentages of Color #71e9cb
CMYK Percentages of Color #71e9cb
Complementary Color
#71e9cb | #e9718f |
#71e9cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71e9cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#71e9cb Color CSS Codes
.mybgcolor {background-color:#71e9cb; } .myforecolor {color:#71e9cb; } .mybordercolor {border:3px solid #71e9cb; }
#71e9cb Text Font Color
<p style="color:#71e9cb">Text here</p>
This sample text font color is #71e9cb
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.
#71e9cb Background Color
<div style="background-color:#71e9cb">
Div content here</div>
This div background color is #71e9cb
#71e9cb Border Color
<div style="border:3px solid #71e9cb">
Div here</div>
This div border color is #71e9cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,233,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71e9cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71e9cb; -webkit-box-shadow: 1px 1px 3px 2px #71e9cb; box-shadow: 1px 1px 3px 2px #71e9cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,233,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71e9cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71e9cb; -webkit-box-shadow: 1px 1px 3px 2px #71e9cb; box-shadow: 1px 1px 3px 2px #71e9cb;">
Div content here</div>
This div box has shadow with color #71e9cb
Comments
No comments written yet.
Please login to write comment.