Color spaces of #6edeac
RGB | 110 | 222 | 172 |
---|---|---|---|
HSL | 0.43 | 0.63 | 0.65 |
HSV | 153° | 50° | 87° |
CMYK | 0.50 | 0.00 | 0.23 0.13 |
XYZ | 39.9981 | 58.5361 | 48.2202 |
Yxy | 58.5361 | 0.2726 | 0.3989 |
Hunter Lab | 76.5089 | -40.5725 | 16.1883 |
CIE-Lab | 81.0359 | -43.5699 | 14.8561 |
#6edeac color RGB value is (110,222,172).
#6edeac hex color red value is 110, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6edeac hue: 0.43 , saturation: 0.63 and the lightness value of 6edeac is 0.65.
The process color (four color CMYK) of #6edeac color hex is 0.50, 0.00, 0.23, 0.13. Web safe color of #6edeac is #66cc99. Color #6edeac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 11011110 | 10101100 |
Octal | 156 | 336 | 254 |
Decimal | 110 | 222 | 172 |
Hex | 6E | DE | AC |
Shades of #6edeac
Tints of #6edeac
RGB Percentages of Color #6edeac
CMYK Percentages of Color #6edeac
Complementary Color
#6edeac | #de6ea0 |
#6edeac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6edeac Color Preview on White Background
Lorem ipsum dolor sit amet.
#6edeac Color CSS Codes
.mybgcolor {background-color:#6edeac; } .myforecolor {color:#6edeac; } .mybordercolor {border:3px solid #6edeac; }
#6edeac Text Font Color
<p style="color:#6edeac">Text here</p>
This sample text font color is #6edeac
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.
#6edeac Background Color
<div style="background-color:#6edeac">
Div content here</div>
This div background color is #6edeac
#6edeac Border Color
<div style="border:3px solid #6edeac">
Div here</div>
This div border color is #6edeac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,222,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6edeac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6edeac; -webkit-box-shadow: 1px 1px 3px 2px #6edeac; box-shadow: 1px 1px 3px 2px #6edeac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,222,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6edeac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6edeac; -webkit-box-shadow: 1px 1px 3px 2px #6edeac; box-shadow: 1px 1px 3px 2px #6edeac;">
Div content here</div>
This div box has shadow with color #6edeac
Comments
No comments written yet.
Please login to write comment.