Color spaces of #56ffae
RGB | 86 | 255 | 174 |
---|---|---|---|
HSL | 0.42 | 1.00 | 0.67 |
HSV | 151° | 66° | 100° |
CMYK | 0.66 | 0.00 | 0.32 0.00 |
XYZ | 47.2377 | 76.5544 | 52.3312 |
Yxy | 76.5544 | 0.2682 | 0.4347 |
Hunter Lab | 87.4954 | -56.7469 | 25.7853 |
CIE-Lab | 90.1161 | -61.3440 | 26.2969 |
#56ffae color RGB value is (86,255,174).
#56ffae hex color red value is 86, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #56ffae hue: 0.42 , saturation: 1.00 and the lightness value of 56ffae is 0.67.
The process color (four color CMYK) of #56ffae color hex is 0.66, 0.00, 0.32, 0.00. Web safe color of #56ffae is #66ff99. Color #56ffae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 11111111 | 10101110 |
Octal | 126 | 377 | 256 |
Decimal | 86 | 255 | 174 |
Hex | 56 | FF | AE |
Shades of #56ffae
Tints of #56ffae
RGB Percentages of Color #56ffae
CMYK Percentages of Color #56ffae
Complementary Color
#56ffae | #ff56a7 |
#56ffae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56ffae Color Preview on White Background
Lorem ipsum dolor sit amet.
#56ffae Color CSS Codes
.mybgcolor {background-color:#56ffae; } .myforecolor {color:#56ffae; } .mybordercolor {border:3px solid #56ffae; }
#56ffae Text Font Color
<p style="color:#56ffae">Text here</p>
This sample text font color is #56ffae
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.
#56ffae Background Color
<div style="background-color:#56ffae">
Div content here</div>
This div background color is #56ffae
#56ffae Border Color
<div style="border:3px solid #56ffae">
Div here</div>
This div border color is #56ffae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,255,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56ffae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56ffae; -webkit-box-shadow: 1px 1px 3px 2px #56ffae; box-shadow: 1px 1px 3px 2px #56ffae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,255,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56ffae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56ffae; -webkit-box-shadow: 1px 1px 3px 2px #56ffae; box-shadow: 1px 1px 3px 2px #56ffae;">
Div content here</div>
This div box has shadow with color #56ffae
#56ffae Color Palettes
Comments
No comments written yet.
Please login to write comment.