Color spaces of #6de9dc
RGB | 109 | 233 | 220 |
---|---|---|---|
HSL | 0.48 | 0.74 | 0.67 |
HSV | 174° | 53° | 91° |
CMYK | 0.53 | 0.00 | 0.06 0.09 |
XYZ | 48.3639 | 66.6963 | 78.0348 |
Yxy | 66.6963 | 0.2505 | 0.3454 |
Hunter Lab | 81.6678 | -37.2105 | 0.5150 |
CIE-Lab | 85.3503 | -37.6790 | -4.2387 |
#6de9dc color RGB value is (109,233,220).
#6de9dc hex color red value is 109, green value is 233 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6de9dc hue: 0.48 , saturation: 0.74 and the lightness value of 6de9dc is 0.67.
The process color (four color CMYK) of #6de9dc color hex is 0.53, 0.00, 0.06, 0.09. Web safe color of #6de9dc is #66ffcc. Color #6de9dc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 11101001 | 11011100 |
Octal | 155 | 351 | 334 |
Decimal | 109 | 233 | 220 |
Hex | 6D | E9 | DC |
Shades of #6de9dc
Tints of #6de9dc
RGB Percentages of Color #6de9dc
CMYK Percentages of Color #6de9dc
Complementary Color
#6de9dc | #e96d7a |
#6de9dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6de9dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6de9dc Color CSS Codes
.mybgcolor {background-color:#6de9dc; } .myforecolor {color:#6de9dc; } .mybordercolor {border:3px solid #6de9dc; }
#6de9dc Text Font Color
<p style="color:#6de9dc">Text here</p>
This sample text font color is #6de9dc
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.
#6de9dc Background Color
<div style="background-color:#6de9dc">
Div content here</div>
This div background color is #6de9dc
#6de9dc Border Color
<div style="border:3px solid #6de9dc">
Div here</div>
This div border color is #6de9dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,233,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6de9dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6de9dc; -webkit-box-shadow: 1px 1px 3px 2px #6de9dc; box-shadow: 1px 1px 3px 2px #6de9dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,233,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6de9dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6de9dc; -webkit-box-shadow: 1px 1px 3px 2px #6de9dc; box-shadow: 1px 1px 3px 2px #6de9dc;">
Div content here</div>
This div box has shadow with color #6de9dc
Comments
No comments written yet.
Please login to write comment.