Color spaces of #6dd690
RGB | 109 | 214 | 144 |
---|---|---|---|
HSL | 0.39 | 0.56 | 0.63 |
HSV | 140° | 49° | 84° |
CMYK | 0.49 | 0.00 | 0.33 0.16 |
XYZ | 35.3873 | 53.3580 | 34.8196 |
Yxy | 53.3580 | 0.2864 | 0.4318 |
Hunter Lab | 73.0466 | -41.3574 | 22.8704 |
CIE-Lab | 78.0859 | -45.8433 | 25.4490 |
#6dd690 color RGB value is (109,214,144).
#6dd690 hex color red value is 109, green value is 214 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #6dd690 hue: 0.39 , saturation: 0.56 and the lightness value of 6dd690 is 0.63.
The process color (four color CMYK) of #6dd690 color hex is 0.49, 0.00, 0.33, 0.16. Web safe color of #6dd690 is #66cc99. Color #6dd690 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 11010110 | 10010000 |
Octal | 155 | 326 | 220 |
Decimal | 109 | 214 | 144 |
Hex | 6D | D6 | 90 |
Shades of #6dd690
Tints of #6dd690
RGB Percentages of Color #6dd690
CMYK Percentages of Color #6dd690
Complementary Color
#6dd690 | #d66db3 |
#6dd690 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6dd690 Color Preview on White Background
Lorem ipsum dolor sit amet.
#6dd690 Color CSS Codes
.mybgcolor {background-color:#6dd690; } .myforecolor {color:#6dd690; } .mybordercolor {border:3px solid #6dd690; }
#6dd690 Text Font Color
<p style="color:#6dd690">Text here</p>
This sample text font color is #6dd690
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.
#6dd690 Background Color
<div style="background-color:#6dd690">
Div content here</div>
This div background color is #6dd690
#6dd690 Border Color
<div style="border:3px solid #6dd690">
Div here</div>
This div border color is #6dd690
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,214,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6dd690; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6dd690; -webkit-box-shadow: 1px 1px 3px 2px #6dd690; box-shadow: 1px 1px 3px 2px #6dd690; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,214,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6dd690">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6dd690; -webkit-box-shadow: 1px 1px 3px 2px #6dd690; box-shadow: 1px 1px 3px 2px #6dd690;">
Div content here</div>
This div box has shadow with color #6dd690
Comments
No comments written yet.
Please login to write comment.