Color spaces of #6fecde
RGB | 111 | 236 | 222 |
---|---|---|---|
HSL | 0.48 | 0.77 | 0.68 |
HSV | 173° | 53° | 93° |
CMYK | 0.53 | 0.00 | 0.06 0.07 |
XYZ | 49.7358 | 68.6443 | 79.7356 |
Yxy | 68.6443 | 0.2510 | 0.3465 |
Hunter Lab | 82.8519 | -37.8376 | 0.9363 |
CIE-Lab | 86.3276 | -38.1521 | -3.8447 |
#6fecde color RGB value is (111,236,222).
#6fecde hex color red value is 111, green value is 236 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6fecde hue: 0.48 , saturation: 0.77 and the lightness value of 6fecde is 0.68.
The process color (four color CMYK) of #6fecde color hex is 0.53, 0.00, 0.06, 0.07. Web safe color of #6fecde is #66ffcc. Color #6fecde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 11101100 | 11011110 |
Octal | 157 | 354 | 336 |
Decimal | 111 | 236 | 222 |
Hex | 6F | EC | DE |
Shades of #6fecde
Tints of #6fecde
RGB Percentages of Color #6fecde
CMYK Percentages of Color #6fecde
Complementary Color
#6fecde | #ec6f7d |
#6fecde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6fecde Color Preview on White Background
Lorem ipsum dolor sit amet.
#6fecde Color CSS Codes
.mybgcolor {background-color:#6fecde; } .myforecolor {color:#6fecde; } .mybordercolor {border:3px solid #6fecde; }
#6fecde Text Font Color
<p style="color:#6fecde">Text here</p>
This sample text font color is #6fecde
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.
#6fecde Background Color
<div style="background-color:#6fecde">
Div content here</div>
This div background color is #6fecde
#6fecde Border Color
<div style="border:3px solid #6fecde">
Div here</div>
This div border color is #6fecde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,236,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fecde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fecde; -webkit-box-shadow: 1px 1px 3px 2px #6fecde; box-shadow: 1px 1px 3px 2px #6fecde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,236,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6fecde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fecde; -webkit-box-shadow: 1px 1px 3px 2px #6fecde; box-shadow: 1px 1px 3px 2px #6fecde;">
Div content here</div>
This div box has shadow with color #6fecde
Comments
No comments written yet.
Please login to write comment.