Color spaces of #6dedcd
RGB | 109 | 237 | 205 |
---|---|---|---|
HSL | 0.46 | 0.78 | 0.68 |
HSV | 165° | 54° | 93° |
CMYK | 0.54 | 0.00 | 0.14 0.07 |
XYZ | 47.6103 | 68.2274 | 68.4175 |
Yxy | 68.2274 | 0.2584 | 0.3703 |
Hunter Lab | 82.5999 | -41.6630 | 8.7100 |
CIE-Lab | 86.1200 | -43.0808 | 4.7657 |
#6dedcd color RGB value is (109,237,205).
#6dedcd hex color red value is 109, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6dedcd hue: 0.46 , saturation: 0.78 and the lightness value of 6dedcd is 0.68.
The process color (four color CMYK) of #6dedcd color hex is 0.54, 0.00, 0.14, 0.07. Web safe color of #6dedcd is #66ffcc. Color #6dedcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 11101101 | 11001101 |
Octal | 155 | 355 | 315 |
Decimal | 109 | 237 | 205 |
Hex | 6D | ED | CD |
Shades of #6dedcd
Tints of #6dedcd
RGB Percentages of Color #6dedcd
CMYK Percentages of Color #6dedcd
Complementary Color
#6dedcd | #ed6d8d |
#6dedcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6dedcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6dedcd Color CSS Codes
.mybgcolor {background-color:#6dedcd; } .myforecolor {color:#6dedcd; } .mybordercolor {border:3px solid #6dedcd; }
#6dedcd Text Font Color
<p style="color:#6dedcd">Text here</p>
This sample text font color is #6dedcd
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.
#6dedcd Background Color
<div style="background-color:#6dedcd">
Div content here</div>
This div background color is #6dedcd
#6dedcd Border Color
<div style="border:3px solid #6dedcd">
Div here</div>
This div border color is #6dedcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,237,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6dedcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6dedcd; -webkit-box-shadow: 1px 1px 3px 2px #6dedcd; box-shadow: 1px 1px 3px 2px #6dedcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,237,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6dedcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6dedcd; -webkit-box-shadow: 1px 1px 3px 2px #6dedcd; box-shadow: 1px 1px 3px 2px #6dedcd;">
Div content here</div>
This div box has shadow with color #6dedcd
Comments
No comments written yet.
Please login to write comment.