Color spaces of #6cdded
RGB | 108 | 221 | 237 |
---|---|---|---|
HSL | 0.52 | 0.78 | 0.68 |
HSV | 187° | 54° | 93° |
CMYK | 0.54 | 0.07 | 0.00 0.07 |
XYZ | 47.3269 | 61.0155 | 89.4035 |
Yxy | 61.0155 | 0.2393 | 0.3086 |
Hunter Lab | 78.1124 | -28.5468 | -13.1816 |
CIE-Lab | 82.3871 | -27.7800 | -17.6486 |
#6cdded color RGB value is (108,221,237).
#6cdded hex color red value is 108, green value is 221 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6cdded hue: 0.52 , saturation: 0.78 and the lightness value of 6cdded is 0.68.
The process color (four color CMYK) of #6cdded color hex is 0.54, 0.07, 0.00, 0.07. Web safe color of #6cdded is #66ccff. Color #6cdded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 11011101 | 11101101 |
Octal | 154 | 335 | 355 |
Decimal | 108 | 221 | 237 |
Hex | 6C | DD | ED |
Shades of #6cdded
Tints of #6cdded
RGB Percentages of Color #6cdded
CMYK Percentages of Color #6cdded
Complementary Color
#6cdded | #ed7c6c |
#6cdded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6cdded Color Preview on White Background
Lorem ipsum dolor sit amet.
#6cdded Color CSS Codes
.mybgcolor {background-color:#6cdded; } .myforecolor {color:#6cdded; } .mybordercolor {border:3px solid #6cdded; }
#6cdded Text Font Color
<p style="color:#6cdded">Text here</p>
This sample text font color is #6cdded
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.
#6cdded Background Color
<div style="background-color:#6cdded">
Div content here</div>
This div background color is #6cdded
#6cdded Border Color
<div style="border:3px solid #6cdded">
Div here</div>
This div border color is #6cdded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,221,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6cdded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6cdded; -webkit-box-shadow: 1px 1px 3px 2px #6cdded; box-shadow: 1px 1px 3px 2px #6cdded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,221,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 #6cdded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6cdded; -webkit-box-shadow: 1px 1px 3px 2px #6cdded; box-shadow: 1px 1px 3px 2px #6cdded;">
Div content here</div>
This div box has shadow with color #6cdded
Comments
No comments written yet.
Please login to write comment.