Color spaces of #71dadc
RGB | 113 | 218 | 220 |
---|---|---|---|
HSL | 0.50 | 0.60 | 0.65 |
HSV | 181° | 49° | 86° |
CMYK | 0.49 | 0.01 | 0.00 0.14 |
XYZ | 44.7997 | 58.8208 | 76.7025 |
Yxy | 58.8208 | 0.2484 | 0.3262 |
Hunter Lab | 76.6947 | -29.9485 | -5.6097 |
CIE-Lab | 81.1930 | -29.8165 | -10.3821 |
#71dadc color RGB value is (113,218,220).
#71dadc hex color red value is 113, green value is 218 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #71dadc hue: 0.50 , saturation: 0.60 and the lightness value of 71dadc is 0.65.
The process color (four color CMYK) of #71dadc color hex is 0.49, 0.01, 0.00, 0.14. Web safe color of #71dadc is #66cccc. Color #71dadc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11011010 | 11011100 |
Octal | 161 | 332 | 334 |
Decimal | 113 | 218 | 220 |
Hex | 71 | DA | DC |
Shades of #71dadc
Tints of #71dadc
RGB Percentages of Color #71dadc
CMYK Percentages of Color #71dadc
Complementary Color
#71dadc | #dc7371 |
#71dadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71dadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#71dadc Color CSS Codes
.mybgcolor {background-color:#71dadc; } .myforecolor {color:#71dadc; } .mybordercolor {border:3px solid #71dadc; }
#71dadc Text Font Color
<p style="color:#71dadc">Text here</p>
This sample text font color is #71dadc
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.
#71dadc Background Color
<div style="background-color:#71dadc">
Div content here</div>
This div background color is #71dadc
#71dadc Border Color
<div style="border:3px solid #71dadc">
Div here</div>
This div border color is #71dadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,218,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71dadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71dadc; -webkit-box-shadow: 1px 1px 3px 2px #71dadc; box-shadow: 1px 1px 3px 2px #71dadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,218,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 #71dadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71dadc; -webkit-box-shadow: 1px 1px 3px 2px #71dadc; box-shadow: 1px 1px 3px 2px #71dadc;">
Div content here</div>
This div box has shadow with color #71dadc
Comments
No comments written yet.
Please login to write comment.