Color spaces of #71edfd
RGB | 113 | 237 | 253 |
---|---|---|---|
HSL | 0.52 | 0.97 | 0.72 |
HSV | 187° | 55° | 99° |
CMYK | 0.55 | 0.06 | 0.00 0.01 |
XYZ | 54.8239 | 71.1709 | 103.7763 |
Yxy | 71.1709 | 0.2386 | 0.3097 |
Hunter Lab | 84.3628 | -31.6353 | -13.8797 |
CIE-Lab | 87.5680 | -30.2024 | -18.2576 |
#71edfd color RGB value is (113,237,253).
#71edfd hex color red value is 113, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #71edfd hue: 0.52 , saturation: 0.97 and the lightness value of 71edfd is 0.72.
The process color (four color CMYK) of #71edfd color hex is 0.55, 0.06, 0.00, 0.01. Web safe color of #71edfd is #66ffff. Color #71edfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11101101 | 11111101 |
Octal | 161 | 355 | 375 |
Decimal | 113 | 237 | 253 |
Hex | 71 | ED | FD |
Shades of #71edfd
Tints of #71edfd
RGB Percentages of Color #71edfd
CMYK Percentages of Color #71edfd
Complementary Color
#71edfd | #fd8171 |
#71edfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71edfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#71edfd Color CSS Codes
.mybgcolor {background-color:#71edfd; } .myforecolor {color:#71edfd; } .mybordercolor {border:3px solid #71edfd; }
#71edfd Text Font Color
<p style="color:#71edfd">Text here</p>
This sample text font color is #71edfd
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.
#71edfd Background Color
<div style="background-color:#71edfd">
Div content here</div>
This div background color is #71edfd
#71edfd Border Color
<div style="border:3px solid #71edfd">
Div here</div>
This div border color is #71edfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,237,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71edfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71edfd; -webkit-box-shadow: 1px 1px 3px 2px #71edfd; box-shadow: 1px 1px 3px 2px #71edfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,237,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71edfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71edfd; -webkit-box-shadow: 1px 1px 3px 2px #71edfd; box-shadow: 1px 1px 3px 2px #71edfd;">
Div content here</div>
This div box has shadow with color #71edfd
Comments
No comments written yet.
Please login to write comment.