Color spaces of #6dfaed
RGB | 109 | 250 | 237 |
---|---|---|---|
HSL | 0.48 | 0.93 | 0.70 |
HSV | 174° | 56° | 98° |
CMYK | 0.56 | 0.00 | 0.05 0.02 |
XYZ | 55.7783 | 77.7368 | 92.1857 |
Yxy | 77.7368 | 0.2471 | 0.3444 |
Hunter Lab | 88.1685 | -41.3698 | -0.2735 |
CIE-Lab | 90.6597 | -41.1273 | -5.3084 |
#6dfaed color RGB value is (109,250,237).
#6dfaed hex color red value is 109, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6dfaed hue: 0.48 , saturation: 0.93 and the lightness value of 6dfaed is 0.70.
The process color (four color CMYK) of #6dfaed color hex is 0.56, 0.00, 0.05, 0.02. Web safe color of #6dfaed is #66ffff. Color #6dfaed contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 11111010 | 11101101 |
Octal | 155 | 372 | 355 |
Decimal | 109 | 250 | 237 |
Hex | 6D | FA | ED |
Shades of #6dfaed
Tints of #6dfaed
RGB Percentages of Color #6dfaed
CMYK Percentages of Color #6dfaed
Complementary Color
#6dfaed | #fa6d7a |
#6dfaed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6dfaed Color Preview on White Background
Lorem ipsum dolor sit amet.
#6dfaed Color CSS Codes
.mybgcolor {background-color:#6dfaed; } .myforecolor {color:#6dfaed; } .mybordercolor {border:3px solid #6dfaed; }
#6dfaed Text Font Color
<p style="color:#6dfaed">Text here</p>
This sample text font color is #6dfaed
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.
#6dfaed Background Color
<div style="background-color:#6dfaed">
Div content here</div>
This div background color is #6dfaed
#6dfaed Border Color
<div style="border:3px solid #6dfaed">
Div here</div>
This div border color is #6dfaed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,250,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6dfaed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6dfaed; -webkit-box-shadow: 1px 1px 3px 2px #6dfaed; box-shadow: 1px 1px 3px 2px #6dfaed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,250,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6dfaed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6dfaed; -webkit-box-shadow: 1px 1px 3px 2px #6dfaed; box-shadow: 1px 1px 3px 2px #6dfaed;">
Div content here</div>
This div box has shadow with color #6dfaed
Comments
No comments written yet.
Please login to write comment.