Color spaces of #6fadac
RGB | 111 | 173 | 172 |
---|---|---|---|
HSL | 0.50 | 0.27 | 0.56 |
HSV | 179° | 36° | 68° |
CMYK | 0.36 | 0.00 | 0.01 0.32 |
XYZ | 28.9455 | 36.2452 | 44.5002 |
Yxy | 36.2452 | 0.2639 | 0.3304 |
Hunter Lab | 60.2040 | -19.5359 | -1.6818 |
CIE-Lab | 66.7069 | -20.0990 | -5.8236 |
#6fadac color RGB value is (111,173,172).
#6fadac hex color red value is 111, green value is 173 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6fadac hue: 0.50 , saturation: 0.27 and the lightness value of 6fadac is 0.56.
The process color (four color CMYK) of #6fadac color hex is 0.36, 0.00, 0.01, 0.32. Web safe color of #6fadac is #669999. Color #6fadac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 10101101 | 10101100 |
Octal | 157 | 255 | 254 |
Decimal | 111 | 173 | 172 |
Hex | 6F | AD | AC |
Shades of #6fadac
Tints of #6fadac
RGB Percentages of Color #6fadac
CMYK Percentages of Color #6fadac
Complementary Color
#6fadac | #ad6f70 |
#6fadac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6fadac Color Preview on White Background
Lorem ipsum dolor sit amet.
#6fadac Color CSS Codes
.mybgcolor {background-color:#6fadac; } .myforecolor {color:#6fadac; } .mybordercolor {border:3px solid #6fadac; }
#6fadac Text Font Color
<p style="color:#6fadac">Text here</p>
This sample text font color is #6fadac
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.
#6fadac Background Color
<div style="background-color:#6fadac">
Div content here</div>
This div background color is #6fadac
#6fadac Border Color
<div style="border:3px solid #6fadac">
Div here</div>
This div border color is #6fadac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,173,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fadac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fadac; -webkit-box-shadow: 1px 1px 3px 2px #6fadac; box-shadow: 1px 1px 3px 2px #6fadac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,173,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 #6fadac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fadac; -webkit-box-shadow: 1px 1px 3px 2px #6fadac; box-shadow: 1px 1px 3px 2px #6fadac;">
Div content here</div>
This div box has shadow with color #6fadac
Comments
No comments written yet.
Please login to write comment.