Color spaces of #71eafe
RGB | 113 | 234 | 254 |
---|---|---|---|
HSL | 0.52 | 0.99 | 0.72 |
HSV | 189° | 56° | 100° |
CMYK | 0.56 | 0.08 | 0.00 0.00 |
XYZ | 54.1223 | 69.5121 | 104.3306 |
Yxy | 69.5121 | 0.2374 | 0.3049 |
Hunter Lab | 83.3739 | -30.0308 | -15.8313 |
CIE-Lab | 86.7570 | -28.4900 | -20.0056 |
#71eafe color RGB value is (113,234,254).
#71eafe hex color red value is 113, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #71eafe hue: 0.52 , saturation: 0.99 and the lightness value of 71eafe is 0.72.
The process color (four color CMYK) of #71eafe color hex is 0.56, 0.08, 0.00, 0.00. Web safe color of #71eafe is #66ffff. Color #71eafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11101010 | 11111110 |
Octal | 161 | 352 | 376 |
Decimal | 113 | 234 | 254 |
Hex | 71 | EA | FE |
Shades of #71eafe
Tints of #71eafe
RGB Percentages of Color #71eafe
CMYK Percentages of Color #71eafe
Complementary Color
#71eafe | #fe8571 |
#71eafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71eafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#71eafe Color CSS Codes
.mybgcolor {background-color:#71eafe; } .myforecolor {color:#71eafe; } .mybordercolor {border:3px solid #71eafe; }
#71eafe Text Font Color
<p style="color:#71eafe">Text here</p>
This sample text font color is #71eafe
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.
#71eafe Background Color
<div style="background-color:#71eafe">
Div content here</div>
This div background color is #71eafe
#71eafe Border Color
<div style="border:3px solid #71eafe">
Div here</div>
This div border color is #71eafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,234,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71eafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71eafe; -webkit-box-shadow: 1px 1px 3px 2px #71eafe; box-shadow: 1px 1px 3px 2px #71eafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,234,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 #71eafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71eafe; -webkit-box-shadow: 1px 1px 3px 2px #71eafe; box-shadow: 1px 1px 3px 2px #71eafe;">
Div content here</div>
This div box has shadow with color #71eafe
Comments
No comments written yet.
Please login to write comment.