Color spaces of #6ceaaa
RGB | 108 | 234 | 170 |
---|---|---|---|
HSL | 0.42 | 0.75 | 0.67 |
HSV | 150° | 54° | 92° |
CMYK | 0.54 | 0.00 | 0.27 0.08 |
XYZ | 42.8629 | 64.9361 | 48.3050 |
Yxy | 64.9361 | 0.2746 | 0.4160 |
Hunter Lab | 80.5829 | -46.0741 | 20.8670 |
CIE-Lab | 84.4508 | -49.5491 | 20.6545 |
#6ceaaa color RGB value is (108,234,170).
#6ceaaa hex color red value is 108, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6ceaaa hue: 0.42 , saturation: 0.75 and the lightness value of 6ceaaa is 0.67.
The process color (four color CMYK) of #6ceaaa color hex is 0.54, 0.00, 0.27, 0.08. Web safe color of #6ceaaa is #66ff99. Color #6ceaaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 11101010 | 10101010 |
Octal | 154 | 352 | 252 |
Decimal | 108 | 234 | 170 |
Hex | 6C | EA | AA |
Shades of #6ceaaa
Tints of #6ceaaa
RGB Percentages of Color #6ceaaa
CMYK Percentages of Color #6ceaaa
Complementary Color
#6ceaaa | #ea6cac |
#6ceaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6ceaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#6ceaaa Color CSS Codes
.mybgcolor {background-color:#6ceaaa; } .myforecolor {color:#6ceaaa; } .mybordercolor {border:3px solid #6ceaaa; }
#6ceaaa Text Font Color
<p style="color:#6ceaaa">Text here</p>
This sample text font color is #6ceaaa
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.
#6ceaaa Background Color
<div style="background-color:#6ceaaa">
Div content here</div>
This div background color is #6ceaaa
#6ceaaa Border Color
<div style="border:3px solid #6ceaaa">
Div here</div>
This div border color is #6ceaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,234,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6ceaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6ceaaa; -webkit-box-shadow: 1px 1px 3px 2px #6ceaaa; box-shadow: 1px 1px 3px 2px #6ceaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,234,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6ceaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ceaaa; -webkit-box-shadow: 1px 1px 3px 2px #6ceaaa; box-shadow: 1px 1px 3px 2px #6ceaaa;">
Div content here</div>
This div box has shadow with color #6ceaaa
Comments
No comments written yet.
Please login to write comment.