Color spaces of #71edfe
RGB | 113 | 237 | 254 |
---|---|---|---|
HSL | 0.52 | 0.99 | 0.72 |
HSV | 187° | 56° | 100° |
CMYK | 0.56 | 0.07 | 0.00 0.00 |
XYZ | 54.9836 | 71.2348 | 104.6177 |
Yxy | 71.2348 | 0.2382 | 0.3086 |
Hunter Lab | 84.4007 | -31.4158 | -14.4116 |
CIE-Lab | 87.5990 | -29.9322 | -18.7347 |
#71edfe color RGB value is (113,237,254).
#71edfe hex color red value is 113, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #71edfe hue: 0.52 , saturation: 0.99 and the lightness value of 71edfe is 0.72.
The process color (four color CMYK) of #71edfe color hex is 0.56, 0.07, 0.00, 0.00. Web safe color of #71edfe is #66ffff. Color #71edfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11101101 | 11111110 |
Octal | 161 | 355 | 376 |
Decimal | 113 | 237 | 254 |
Hex | 71 | ED | FE |
Shades of #71edfe
Tints of #71edfe
RGB Percentages of Color #71edfe
CMYK Percentages of Color #71edfe
Complementary Color
#71edfe | #fe8271 |
#71edfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71edfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#71edfe Color CSS Codes
.mybgcolor {background-color:#71edfe; } .myforecolor {color:#71edfe; } .mybordercolor {border:3px solid #71edfe; }
#71edfe Text Font Color
<p style="color:#71edfe">Text here</p>
This sample text font color is #71edfe
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.
#71edfe Background Color
<div style="background-color:#71edfe">
Div content here</div>
This div background color is #71edfe
#71edfe Border Color
<div style="border:3px solid #71edfe">
Div here</div>
This div border color is #71edfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,237,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71edfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71edfe; -webkit-box-shadow: 1px 1px 3px 2px #71edfe; box-shadow: 1px 1px 3px 2px #71edfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,237,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71edfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71edfe; -webkit-box-shadow: 1px 1px 3px 2px #71edfe; box-shadow: 1px 1px 3px 2px #71edfe;">
Div content here</div>
This div box has shadow with color #71edfe
Comments
No comments written yet.
Please login to write comment.