Color spaces of #6dfefd
RGB | 109 | 254 | 253 |
---|---|---|---|
HSL | 0.50 | 0.99 | 0.71 |
HSV | 180° | 57° | 100° |
CMYK | 0.57 | 0.00 | 0.00 0.00 |
XYZ | 59.4781 | 81.2267 | 105.4720 |
Yxy | 81.2267 | 0.2416 | 0.3300 |
Hunter Lab | 90.1259 | -39.9201 | -6.2975 |
CIE-Lab | 92.2325 | -38.8485 | -11.2816 |
#6dfefd color RGB value is (109,254,253).
#6dfefd hex color red value is 109, green value is 254 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6dfefd hue: 0.50 , saturation: 0.99 and the lightness value of 6dfefd is 0.71.
The process color (four color CMYK) of #6dfefd color hex is 0.57, 0.00, 0.00, 0.00. Web safe color of #6dfefd is #66ffff. Color #6dfefd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 11111110 | 11111101 |
Octal | 155 | 376 | 375 |
Decimal | 109 | 254 | 253 |
Hex | 6D | FE | FD |
Shades of #6dfefd
Tints of #6dfefd
RGB Percentages of Color #6dfefd
CMYK Percentages of Color #6dfefd
Complementary Color
#6dfefd | #fe6d6e |
#6dfefd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6dfefd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6dfefd Color CSS Codes
.mybgcolor {background-color:#6dfefd; } .myforecolor {color:#6dfefd; } .mybordercolor {border:3px solid #6dfefd; }
#6dfefd Text Font Color
<p style="color:#6dfefd">Text here</p>
This sample text font color is #6dfefd
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.
#6dfefd Background Color
<div style="background-color:#6dfefd">
Div content here</div>
This div background color is #6dfefd
#6dfefd Border Color
<div style="border:3px solid #6dfefd">
Div here</div>
This div border color is #6dfefd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,254,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6dfefd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6dfefd; -webkit-box-shadow: 1px 1px 3px 2px #6dfefd; box-shadow: 1px 1px 3px 2px #6dfefd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,254,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6dfefd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6dfefd; -webkit-box-shadow: 1px 1px 3px 2px #6dfefd; box-shadow: 1px 1px 3px 2px #6dfefd;">
Div content here</div>
This div box has shadow with color #6dfefd
Related Colors
Comments
No comments written yet.
Please login to write comment.