Color spaces of #7ecada
RGB | 126 | 202 | 218 |
---|---|---|---|
HSL | 0.53 | 0.55 | 0.67 |
HSV | 190° | 42° | 85° |
CMYK | 0.42 | 0.07 | 0.00 0.15 |
XYZ | 42.3796 | 51.7386 | 74.0826 |
Yxy | 51.7386 | 0.2520 | 0.3076 |
Hunter Lab | 71.9295 | -20.7077 | -10.7140 |
CIE-Lab | 77.1243 | -19.4158 | -15.3475 |
#7ecada color RGB value is (126,202,218).
#7ecada hex color red value is 126, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7ecada hue: 0.53 , saturation: 0.55 and the lightness value of 7ecada is 0.67.
The process color (four color CMYK) of #7ecada color hex is 0.42, 0.07, 0.00, 0.15. Web safe color of #7ecada is #66cccc. Color #7ecada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 11001010 | 11011010 |
Octal | 176 | 312 | 332 |
Decimal | 126 | 202 | 218 |
Hex | 7E | CA | DA |
Shades of #7ecada
Tints of #7ecada
RGB Percentages of Color #7ecada
CMYK Percentages of Color #7ecada
Complementary Color
#7ecada | #da8e7e |
#7ecada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ecada Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ecada Color CSS Codes
.mybgcolor {background-color:#7ecada; } .myforecolor {color:#7ecada; } .mybordercolor {border:3px solid #7ecada; }
#7ecada Text Font Color
<p style="color:#7ecada">Text here</p>
This sample text font color is #7ecada
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.
#7ecada Background Color
<div style="background-color:#7ecada">
Div content here</div>
This div background color is #7ecada
#7ecada Border Color
<div style="border:3px solid #7ecada">
Div here</div>
This div border color is #7ecada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,202,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ecada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ecada; -webkit-box-shadow: 1px 1px 3px 2px #7ecada; box-shadow: 1px 1px 3px 2px #7ecada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,202,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ecada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ecada; -webkit-box-shadow: 1px 1px 3px 2px #7ecada; box-shadow: 1px 1px 3px 2px #7ecada;">
Div content here</div>
This div box has shadow with color #7ecada
Comments
No comments written yet.
Please login to write comment.