Color spaces of #7ec6ed
RGB | 126 | 198 | 237 |
---|---|---|---|
HSL | 0.56 | 0.76 | 0.71 |
HSV | 201° | 47° | 93° |
CMYK | 0.47 | 0.16 | 0.00 0.07 |
XYZ | 44.0843 | 50.9382 | 87.6293 |
Yxy | 50.9382 | 0.2414 | 0.2789 |
Hunter Lab | 71.3710 | -14.6437 | -22.8365 |
CIE-Lab | 76.6416 | -12.2806 | -26.3075 |
#7ec6ed color RGB value is (126,198,237).
#7ec6ed hex color red value is 126, green value is 198 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7ec6ed hue: 0.56 , saturation: 0.76 and the lightness value of 7ec6ed is 0.71.
The process color (four color CMYK) of #7ec6ed color hex is 0.47, 0.16, 0.00, 0.07. Web safe color of #7ec6ed is #66ccff. Color #7ec6ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 11000110 | 11101101 |
Octal | 176 | 306 | 355 |
Decimal | 126 | 198 | 237 |
Hex | 7E | C6 | ED |
Shades of #7ec6ed
Tints of #7ec6ed
RGB Percentages of Color #7ec6ed
CMYK Percentages of Color #7ec6ed
Complementary Color
#7ec6ed | #eda57e |
#7ec6ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ec6ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ec6ed Color CSS Codes
.mybgcolor {background-color:#7ec6ed; } .myforecolor {color:#7ec6ed; } .mybordercolor {border:3px solid #7ec6ed; }
#7ec6ed Text Font Color
<p style="color:#7ec6ed">Text here</p>
This sample text font color is #7ec6ed
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.
#7ec6ed Background Color
<div style="background-color:#7ec6ed">
Div content here</div>
This div background color is #7ec6ed
#7ec6ed Border Color
<div style="border:3px solid #7ec6ed">
Div here</div>
This div border color is #7ec6ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,198,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ec6ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ec6ed; -webkit-box-shadow: 1px 1px 3px 2px #7ec6ed; box-shadow: 1px 1px 3px 2px #7ec6ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,198,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ec6ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ec6ed; -webkit-box-shadow: 1px 1px 3px 2px #7ec6ed; box-shadow: 1px 1px 3px 2px #7ec6ed;">
Div content here</div>
This div box has shadow with color #7ec6ed
Comments
No comments written yet.
Please login to write comment.