Color spaces of #6deacd
RGB | 109 | 234 | 205 |
---|---|---|---|
HSL | 0.46 | 0.75 | 0.67 |
HSV | 166° | 53° | 92° |
CMYK | 0.53 | 0.00 | 0.12 0.08 |
XYZ | 46.7489 | 66.5046 | 68.1304 |
Yxy | 66.5046 | 0.2577 | 0.3667 |
Hunter Lab | 81.5504 | -40.3876 | 7.5520 |
CIE-Lab | 85.2532 | -41.7537 | 3.5111 |
#6deacd color RGB value is (109,234,205).
#6deacd hex color red value is 109, green value is 234 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6deacd hue: 0.46 , saturation: 0.75 and the lightness value of 6deacd is 0.67.
The process color (four color CMYK) of #6deacd color hex is 0.53, 0.00, 0.12, 0.08. Web safe color of #6deacd is #66ffcc. Color #6deacd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 11101010 | 11001101 |
Octal | 155 | 352 | 315 |
Decimal | 109 | 234 | 205 |
Hex | 6D | EA | CD |
Shades of #6deacd
Tints of #6deacd
RGB Percentages of Color #6deacd
CMYK Percentages of Color #6deacd
Complementary Color
#6deacd | #ea6d8a |
#6deacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6deacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6deacd Color CSS Codes
.mybgcolor {background-color:#6deacd; } .myforecolor {color:#6deacd; } .mybordercolor {border:3px solid #6deacd; }
#6deacd Text Font Color
<p style="color:#6deacd">Text here</p>
This sample text font color is #6deacd
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.
#6deacd Background Color
<div style="background-color:#6deacd">
Div content here</div>
This div background color is #6deacd
#6deacd Border Color
<div style="border:3px solid #6deacd">
Div here</div>
This div border color is #6deacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,234,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6deacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6deacd; -webkit-box-shadow: 1px 1px 3px 2px #6deacd; box-shadow: 1px 1px 3px 2px #6deacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,234,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 #6deacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6deacd; -webkit-box-shadow: 1px 1px 3px 2px #6deacd; box-shadow: 1px 1px 3px 2px #6deacd;">
Div content here</div>
This div box has shadow with color #6deacd
Comments
No comments written yet.
Please login to write comment.