Color spaces of #6ecece
RGB | 110 | 206 | 206 |
---|---|---|---|
HSL | 0.50 | 0.49 | 0.62 |
HSV | 180° | 47° | 81° |
CMYK | 0.47 | 0.00 | 0.00 0.19 |
XYZ | 39.6423 | 51.9138 | 66.3235 |
Yxy | 51.9138 | 0.2511 | 0.3288 |
Hunter Lab | 72.0512 | -27.8797 | -4.1409 |
CIE-Lab | 77.2293 | -28.2761 | -8.7974 |
#6ecece color RGB value is (110,206,206).
#6ecece hex color red value is 110, green value is 206 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6ecece hue: 0.50 , saturation: 0.49 and the lightness value of 6ecece is 0.62.
The process color (four color CMYK) of #6ecece color hex is 0.47, 0.00, 0.00, 0.19. Web safe color of #6ecece is #66cccc. Color #6ecece contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 11001110 | 11001110 |
Octal | 156 | 316 | 316 |
Decimal | 110 | 206 | 206 |
Hex | 6E | CE | CE |
Shades of #6ecece
Tints of #6ecece
RGB Percentages of Color #6ecece
CMYK Percentages of Color #6ecece
Complementary Color
#6ecece | #ce6e6e |
#6ecece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6ecece Color Preview on White Background
Lorem ipsum dolor sit amet.
#6ecece Color CSS Codes
.mybgcolor {background-color:#6ecece; } .myforecolor {color:#6ecece; } .mybordercolor {border:3px solid #6ecece; }
#6ecece Text Font Color
<p style="color:#6ecece">Text here</p>
This sample text font color is #6ecece
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.
#6ecece Background Color
<div style="background-color:#6ecece">
Div content here</div>
This div background color is #6ecece
#6ecece Border Color
<div style="border:3px solid #6ecece">
Div here</div>
This div border color is #6ecece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,206,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6ecece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6ecece; -webkit-box-shadow: 1px 1px 3px 2px #6ecece; box-shadow: 1px 1px 3px 2px #6ecece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,206,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6ecece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ecece; -webkit-box-shadow: 1px 1px 3px 2px #6ecece; box-shadow: 1px 1px 3px 2px #6ecece;">
Div content here</div>
This div box has shadow with color #6ecece
Comments
No comments written yet.
Please login to write comment.