Color spaces of #6ed7ff
RGB | 110 | 215 | 255 |
---|---|---|---|
HSL | 0.55 | 1.00 | 0.72 |
HSV | 197° | 57° | 100° |
CMYK | 0.57 | 0.16 | 0.00 0.00 |
XYZ | 48.7808 | 59.1359 | 103.4511 |
Yxy | 59.1359 | 0.2308 | 0.2798 |
Hunter Lab | 76.8999 | -21.3448 | -25.9312 |
CIE-Lab | 81.3662 | -19.3625 | -28.7445 |
#6ed7ff color RGB value is (110,215,255).
#6ed7ff hex color red value is 110, green value is 215 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6ed7ff hue: 0.55 , saturation: 1.00 and the lightness value of 6ed7ff is 0.72.
The process color (four color CMYK) of #6ed7ff color hex is 0.57, 0.16, 0.00, 0.00. Web safe color of #6ed7ff is #66ccff. Color #6ed7ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 11010111 | 11111111 |
Octal | 156 | 327 | 377 |
Decimal | 110 | 215 | 255 |
Hex | 6E | D7 | FF |
Shades of #6ed7ff
Tints of #6ed7ff
RGB Percentages of Color #6ed7ff
CMYK Percentages of Color #6ed7ff
Complementary Color
#6ed7ff | #ff966e |
#6ed7ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6ed7ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#6ed7ff Color CSS Codes
.mybgcolor {background-color:#6ed7ff; } .myforecolor {color:#6ed7ff; } .mybordercolor {border:3px solid #6ed7ff; }
#6ed7ff Text Font Color
<p style="color:#6ed7ff">Text here</p>
This sample text font color is #6ed7ff
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.
#6ed7ff Background Color
<div style="background-color:#6ed7ff">
Div content here</div>
This div background color is #6ed7ff
#6ed7ff Border Color
<div style="border:3px solid #6ed7ff">
Div here</div>
This div border color is #6ed7ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,215,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6ed7ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6ed7ff; -webkit-box-shadow: 1px 1px 3px 2px #6ed7ff; box-shadow: 1px 1px 3px 2px #6ed7ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,215,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6ed7ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ed7ff; -webkit-box-shadow: 1px 1px 3px 2px #6ed7ff; box-shadow: 1px 1px 3px 2px #6ed7ff;">
Div content here</div>
This div box has shadow with color #6ed7ff
#6ed7ff Color Palettes
Comments
No comments written yet.
Please login to write comment.