Color spaces of #6dedff
RGB | 109 | 237 | 255 |
---|---|---|---|
HSL | 0.52 | 1.00 | 0.71 |
HSV | 187° | 57° | 100° |
CMYK | 0.57 | 0.07 | 0.00 0.00 |
XYZ | 54.6409 | 71.0396 | 105.4399 |
Yxy | 71.0396 | 0.2364 | 0.3074 |
Hunter Lab | 84.2850 | -31.7794 | -15.1719 |
CIE-Lab | 87.5042 | -30.3913 | -19.4137 |
#6dedff color RGB value is (109,237,255).
#6dedff hex color red value is 109, green value is 237 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6dedff hue: 0.52 , saturation: 1.00 and the lightness value of 6dedff is 0.71.
The process color (four color CMYK) of #6dedff color hex is 0.57, 0.07, 0.00, 0.00. Web safe color of #6dedff is #66ffff. Color #6dedff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 11101101 | 11111111 |
Octal | 155 | 355 | 377 |
Decimal | 109 | 237 | 255 |
Hex | 6D | ED | FF |
Shades of #6dedff
Tints of #6dedff
RGB Percentages of Color #6dedff
CMYK Percentages of Color #6dedff
Complementary Color
#6dedff | #ff7f6d |
#6dedff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6dedff Color Preview on White Background
Lorem ipsum dolor sit amet.
#6dedff Color CSS Codes
.mybgcolor {background-color:#6dedff; } .myforecolor {color:#6dedff; } .mybordercolor {border:3px solid #6dedff; }
#6dedff Text Font Color
<p style="color:#6dedff">Text here</p>
This sample text font color is #6dedff
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.
#6dedff Background Color
<div style="background-color:#6dedff">
Div content here</div>
This div background color is #6dedff
#6dedff Border Color
<div style="border:3px solid #6dedff">
Div here</div>
This div border color is #6dedff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,237,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6dedff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6dedff; -webkit-box-shadow: 1px 1px 3px 2px #6dedff; box-shadow: 1px 1px 3px 2px #6dedff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,237,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 #6dedff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6dedff; -webkit-box-shadow: 1px 1px 3px 2px #6dedff; box-shadow: 1px 1px 3px 2px #6dedff;">
Div content here</div>
This div box has shadow with color #6dedff
Related Colors
Comments
No comments written yet.
Please login to write comment.