Color spaces of #6fdfcc
RGB | 111 | 223 | 204 |
---|---|---|---|
HSL | 0.47 | 0.64 | 0.65 |
HSV | 170° | 50° | 87° |
CMYK | 0.50 | 0.00 | 0.09 0.13 |
XYZ | 43.8423 | 60.5145 | 66.4965 |
Yxy | 60.5145 | 0.2566 | 0.3542 |
Hunter Lab | 77.7911 | -35.5335 | 3.7721 |
CIE-Lab | 82.1170 | -36.5914 | -0.5175 |
#6fdfcc color RGB value is (111,223,204).
#6fdfcc hex color red value is 111, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6fdfcc hue: 0.47 , saturation: 0.64 and the lightness value of 6fdfcc is 0.65.
The process color (four color CMYK) of #6fdfcc color hex is 0.50, 0.00, 0.09, 0.13. Web safe color of #6fdfcc is #66cccc. Color #6fdfcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 11011111 | 11001100 |
Octal | 157 | 337 | 314 |
Decimal | 111 | 223 | 204 |
Hex | 6F | DF | CC |
Shades of #6fdfcc
Tints of #6fdfcc
RGB Percentages of Color #6fdfcc
CMYK Percentages of Color #6fdfcc
Complementary Color
#6fdfcc | #df6f82 |
#6fdfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6fdfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6fdfcc Color CSS Codes
.mybgcolor {background-color:#6fdfcc; } .myforecolor {color:#6fdfcc; } .mybordercolor {border:3px solid #6fdfcc; }
#6fdfcc Text Font Color
<p style="color:#6fdfcc">Text here</p>
This sample text font color is #6fdfcc
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.
#6fdfcc Background Color
<div style="background-color:#6fdfcc">
Div content here</div>
This div background color is #6fdfcc
#6fdfcc Border Color
<div style="border:3px solid #6fdfcc">
Div here</div>
This div border color is #6fdfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,223,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fdfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fdfcc; -webkit-box-shadow: 1px 1px 3px 2px #6fdfcc; box-shadow: 1px 1px 3px 2px #6fdfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,223,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6fdfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fdfcc; -webkit-box-shadow: 1px 1px 3px 2px #6fdfcc; box-shadow: 1px 1px 3px 2px #6fdfcc;">
Div content here</div>
This div box has shadow with color #6fdfcc
Comments
No comments written yet.
Please login to write comment.