Color spaces of #6fadbc
RGB | 111 | 173 | 188 |
---|---|---|---|
HSL | 0.53 | 0.36 | 0.59 |
HSV | 192° | 41° | 74° |
CMYK | 0.41 | 0.08 | 0.00 0.26 |
XYZ | 30.5762 | 36.8975 | 53.0873 |
Yxy | 36.8975 | 0.2536 | 0.3060 |
Hunter Lab | 60.7433 | -16.4497 | -9.2968 |
CIE-Lab | 67.2001 | -16.0228 | -13.9645 |
#6fadbc color RGB value is (111,173,188).
#6fadbc hex color red value is 111, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6fadbc hue: 0.53 , saturation: 0.36 and the lightness value of 6fadbc is 0.59.
The process color (four color CMYK) of #6fadbc color hex is 0.41, 0.08, 0.00, 0.26. Web safe color of #6fadbc is #6699cc. Color #6fadbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 10101101 | 10111100 |
Octal | 157 | 255 | 274 |
Decimal | 111 | 173 | 188 |
Hex | 6F | AD | BC |
Shades of #6fadbc
Tints of #6fadbc
RGB Percentages of Color #6fadbc
CMYK Percentages of Color #6fadbc
Complementary Color
#6fadbc | #bc7e6f |
#6fadbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6fadbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6fadbc Color CSS Codes
.mybgcolor {background-color:#6fadbc; } .myforecolor {color:#6fadbc; } .mybordercolor {border:3px solid #6fadbc; }
#6fadbc Text Font Color
<p style="color:#6fadbc">Text here</p>
This sample text font color is #6fadbc
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.
#6fadbc Background Color
<div style="background-color:#6fadbc">
Div content here</div>
This div background color is #6fadbc
#6fadbc Border Color
<div style="border:3px solid #6fadbc">
Div here</div>
This div border color is #6fadbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,173,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fadbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fadbc; -webkit-box-shadow: 1px 1px 3px 2px #6fadbc; box-shadow: 1px 1px 3px 2px #6fadbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,173,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6fadbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fadbc; -webkit-box-shadow: 1px 1px 3px 2px #6fadbc; box-shadow: 1px 1px 3px 2px #6fadbc;">
Div content here</div>
This div box has shadow with color #6fadbc
Comments
No comments written yet.
Please login to write comment.