Color spaces of #71acdc
RGB | 113 | 172 | 220 |
---|---|---|---|
HSL | 0.57 | 0.60 | 0.65 |
HSV | 207° | 49° | 86° |
CMYK | 0.49 | 0.22 | 0.00 0.14 |
XYZ | 34.4808 | 38.1831 | 73.2629 |
Yxy | 38.1831 | 0.2363 | 0.2617 |
Hunter Lab | 61.7925 | -8.5321 | -27.0412 |
CIE-Lab | 68.1553 | -6.1372 | -30.1599 |
#71acdc color RGB value is (113,172,220).
#71acdc hex color red value is 113, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #71acdc hue: 0.57 , saturation: 0.60 and the lightness value of 71acdc is 0.65.
The process color (four color CMYK) of #71acdc color hex is 0.49, 0.22, 0.00, 0.14. Web safe color of #71acdc is #6699cc. Color #71acdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10101100 | 11011100 |
Octal | 161 | 254 | 334 |
Decimal | 113 | 172 | 220 |
Hex | 71 | AC | DC |
Shades of #71acdc
Tints of #71acdc
RGB Percentages of Color #71acdc
CMYK Percentages of Color #71acdc
Complementary Color
#71acdc | #dca171 |
#71acdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71acdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#71acdc Color CSS Codes
.mybgcolor {background-color:#71acdc; } .myforecolor {color:#71acdc; } .mybordercolor {border:3px solid #71acdc; }
#71acdc Text Font Color
<p style="color:#71acdc">Text here</p>
This sample text font color is #71acdc
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.
#71acdc Background Color
<div style="background-color:#71acdc">
Div content here</div>
This div background color is #71acdc
#71acdc Border Color
<div style="border:3px solid #71acdc">
Div here</div>
This div border color is #71acdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,172,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71acdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71acdc; -webkit-box-shadow: 1px 1px 3px 2px #71acdc; box-shadow: 1px 1px 3px 2px #71acdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,172,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 #71acdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71acdc; -webkit-box-shadow: 1px 1px 3px 2px #71acdc; box-shadow: 1px 1px 3px 2px #71acdc;">
Div content here</div>
This div box has shadow with color #71acdc
Comments
No comments written yet.
Please login to write comment.