Color spaces of #71fcef
RGB | 113 | 252 | 239 |
---|---|---|---|
HSL | 0.48 | 0.96 | 0.72 |
HSV | 174° | 55° | 99° |
CMYK | 0.55 | 0.00 | 0.05 0.01 |
XYZ | 57.2004 | 79.3635 | 93.9653 |
Yxy | 79.3635 | 0.2481 | 0.3443 |
Hunter Lab | 89.0862 | -41.2897 | -0.1769 |
CIE-Lab | 91.3985 | -40.7842 | -5.2443 |
#71fcef color RGB value is (113,252,239).
#71fcef hex color red value is 113, green value is 252 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #71fcef hue: 0.48 , saturation: 0.96 and the lightness value of 71fcef is 0.72.
The process color (four color CMYK) of #71fcef color hex is 0.55, 0.00, 0.05, 0.01. Web safe color of #71fcef is #66ffff. Color #71fcef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11111100 | 11101111 |
Octal | 161 | 374 | 357 |
Decimal | 113 | 252 | 239 |
Hex | 71 | FC | EF |
Shades of #71fcef
Tints of #71fcef
RGB Percentages of Color #71fcef
CMYK Percentages of Color #71fcef
Complementary Color
#71fcef | #fc717e |
#71fcef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71fcef Color Preview on White Background
Lorem ipsum dolor sit amet.
#71fcef Color CSS Codes
.mybgcolor {background-color:#71fcef; } .myforecolor {color:#71fcef; } .mybordercolor {border:3px solid #71fcef; }
#71fcef Text Font Color
<p style="color:#71fcef">Text here</p>
This sample text font color is #71fcef
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.
#71fcef Background Color
<div style="background-color:#71fcef">
Div content here</div>
This div background color is #71fcef
#71fcef Border Color
<div style="border:3px solid #71fcef">
Div here</div>
This div border color is #71fcef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,252,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71fcef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71fcef; -webkit-box-shadow: 1px 1px 3px 2px #71fcef; box-shadow: 1px 1px 3px 2px #71fcef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,252,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71fcef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71fcef; -webkit-box-shadow: 1px 1px 3px 2px #71fcef; box-shadow: 1px 1px 3px 2px #71fcef;">
Div content here</div>
This div box has shadow with color #71fcef
Comments
No comments written yet.
Please login to write comment.