Color spaces of #56edde
RGB | 86 | 237 | 222 |
---|---|---|---|
HSL | 0.48 | 0.81 | 0.63 |
HSV | 174° | 64° | 93° |
CMYK | 0.64 | 0.00 | 0.06 0.07 |
XYZ | 47.3068 | 67.8207 | 79.7046 |
Yxy | 67.8207 | 0.2428 | 0.3481 |
Hunter Lab | 82.3533 | -41.5813 | 0.2643 |
CIE-Lab | 85.9167 | -43.0500 | -4.5298 |
#56edde color RGB value is (86,237,222).
#56edde hex color red value is 86, green value is 237 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #56edde hue: 0.48 , saturation: 0.81 and the lightness value of 56edde is 0.63.
The process color (four color CMYK) of #56edde color hex is 0.64, 0.00, 0.06, 0.07. Web safe color of #56edde is #66ffcc. Color #56edde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 11101101 | 11011110 |
Octal | 126 | 355 | 336 |
Decimal | 86 | 237 | 222 |
Hex | 56 | ED | DE |
Shades of #56edde
Tints of #56edde
RGB Percentages of Color #56edde
CMYK Percentages of Color #56edde
Complementary Color
#56edde | #ed5665 |
#56edde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56edde Color Preview on White Background
Lorem ipsum dolor sit amet.
#56edde Color CSS Codes
.mybgcolor {background-color:#56edde; } .myforecolor {color:#56edde; } .mybordercolor {border:3px solid #56edde; }
#56edde Text Font Color
<p style="color:#56edde">Text here</p>
This sample text font color is #56edde
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.
#56edde Background Color
<div style="background-color:#56edde">
Div content here</div>
This div background color is #56edde
#56edde Border Color
<div style="border:3px solid #56edde">
Div here</div>
This div border color is #56edde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,237,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56edde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56edde; -webkit-box-shadow: 1px 1px 3px 2px #56edde; box-shadow: 1px 1px 3px 2px #56edde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,237,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56edde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56edde; -webkit-box-shadow: 1px 1px 3px 2px #56edde; box-shadow: 1px 1px 3px 2px #56edde;">
Div content here</div>
This div box has shadow with color #56edde
Comments
No comments written yet.
Please login to write comment.