Color spaces of #71cedc
RGB | 113 | 206 | 220 |
---|---|---|---|
HSL | 0.52 | 0.60 | 0.65 |
HSV | 188° | 49° | 86° |
CMYK | 0.49 | 0.06 | 0.00 0.14 |
XYZ | 41.7996 | 52.8206 | 75.7025 |
Yxy | 52.8206 | 0.2454 | 0.3101 |
Hunter Lab | 72.6778 | -24.5244 | -10.8831 |
CIE-Lab | 77.7690 | -23.9452 | -15.5088 |
#71cedc color RGB value is (113,206,220).
#71cedc hex color red value is 113, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #71cedc hue: 0.52 , saturation: 0.60 and the lightness value of 71cedc is 0.65.
The process color (four color CMYK) of #71cedc color hex is 0.49, 0.06, 0.00, 0.14. Web safe color of #71cedc is #66cccc. Color #71cedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11001110 | 11011100 |
Octal | 161 | 316 | 334 |
Decimal | 113 | 206 | 220 |
Hex | 71 | CE | DC |
Shades of #71cedc
Tints of #71cedc
RGB Percentages of Color #71cedc
CMYK Percentages of Color #71cedc
Complementary Color
#71cedc | #dc7f71 |
#71cedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71cedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#71cedc Color CSS Codes
.mybgcolor {background-color:#71cedc; } .myforecolor {color:#71cedc; } .mybordercolor {border:3px solid #71cedc; }
#71cedc Text Font Color
<p style="color:#71cedc">Text here</p>
This sample text font color is #71cedc
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.
#71cedc Background Color
<div style="background-color:#71cedc">
Div content here</div>
This div background color is #71cedc
#71cedc Border Color
<div style="border:3px solid #71cedc">
Div here</div>
This div border color is #71cedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,206,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71cedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71cedc; -webkit-box-shadow: 1px 1px 3px 2px #71cedc; box-shadow: 1px 1px 3px 2px #71cedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,206,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71cedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71cedc; -webkit-box-shadow: 1px 1px 3px 2px #71cedc; box-shadow: 1px 1px 3px 2px #71cedc;">
Div content here</div>
This div box has shadow with color #71cedc
Comments
No comments written yet.
Please login to write comment.