Color spaces of #6eeace
RGB | 110 | 234 | 206 |
---|---|---|---|
HSL | 0.46 | 0.75 | 0.67 |
HSV | 166° | 53° | 92° |
CMYK | 0.53 | 0.00 | 0.12 0.08 |
XYZ | 46.9938 | 66.6169 | 68.7740 |
Yxy | 66.6169 | 0.2577 | 0.3653 |
Hunter Lab | 81.6192 | -40.0588 | 7.1744 |
CIE-Lab | 85.3101 | -41.3112 | 3.0723 |
#6eeace color RGB value is (110,234,206).
#6eeace hex color red value is 110, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6eeace hue: 0.46 , saturation: 0.75 and the lightness value of 6eeace is 0.67.
The process color (four color CMYK) of #6eeace color hex is 0.53, 0.00, 0.12, 0.08. Web safe color of #6eeace is #66ffcc. Color #6eeace contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 11101010 | 11001110 |
Octal | 156 | 352 | 316 |
Decimal | 110 | 234 | 206 |
Hex | 6E | EA | CE |
Shades of #6eeace
Tints of #6eeace
RGB Percentages of Color #6eeace
CMYK Percentages of Color #6eeace
Complementary Color
#6eeace | #ea6e8a |
#6eeace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6eeace Color Preview on White Background
Lorem ipsum dolor sit amet.
#6eeace Color CSS Codes
.mybgcolor {background-color:#6eeace; } .myforecolor {color:#6eeace; } .mybordercolor {border:3px solid #6eeace; }
#6eeace Text Font Color
<p style="color:#6eeace">Text here</p>
This sample text font color is #6eeace
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.
#6eeace Background Color
<div style="background-color:#6eeace">
Div content here</div>
This div background color is #6eeace
#6eeace Border Color
<div style="border:3px solid #6eeace">
Div here</div>
This div border color is #6eeace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,234,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6eeace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6eeace; -webkit-box-shadow: 1px 1px 3px 2px #6eeace; box-shadow: 1px 1px 3px 2px #6eeace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,234,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6eeace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6eeace; -webkit-box-shadow: 1px 1px 3px 2px #6eeace; box-shadow: 1px 1px 3px 2px #6eeace;">
Div content here</div>
This div box has shadow with color #6eeace
Comments
No comments written yet.
Please login to write comment.