Color spaces of #7ecbde
RGB | 126 | 203 | 222 |
---|---|---|---|
HSL | 0.53 | 0.59 | 0.68 |
HSV | 192° | 43° | 87° |
CMYK | 0.43 | 0.09 | 0.00 0.13 |
XYZ | 43.1449 | 52.4214 | 76.9516 |
Yxy | 52.4214 | 0.2501 | 0.3039 |
Hunter Lab | 72.4026 | -20.3360 | -12.3333 |
CIE-Lab | 77.5321 | -18.8882 | -16.8863 |
#7ecbde color RGB value is (126,203,222).
#7ecbde hex color red value is 126, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7ecbde hue: 0.53 , saturation: 0.59 and the lightness value of 7ecbde is 0.68.
The process color (four color CMYK) of #7ecbde color hex is 0.43, 0.09, 0.00, 0.13. Web safe color of #7ecbde is #66cccc. Color #7ecbde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 11001011 | 11011110 |
Octal | 176 | 313 | 336 |
Decimal | 126 | 203 | 222 |
Hex | 7E | CB | DE |
Shades of #7ecbde
Tints of #7ecbde
RGB Percentages of Color #7ecbde
CMYK Percentages of Color #7ecbde
Complementary Color
#7ecbde | #de917e |
#7ecbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ecbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ecbde Color CSS Codes
.mybgcolor {background-color:#7ecbde; } .myforecolor {color:#7ecbde; } .mybordercolor {border:3px solid #7ecbde; }
#7ecbde Text Font Color
<p style="color:#7ecbde">Text here</p>
This sample text font color is #7ecbde
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.
#7ecbde Background Color
<div style="background-color:#7ecbde">
Div content here</div>
This div background color is #7ecbde
#7ecbde Border Color
<div style="border:3px solid #7ecbde">
Div here</div>
This div border color is #7ecbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,203,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ecbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ecbde; -webkit-box-shadow: 1px 1px 3px 2px #7ecbde; box-shadow: 1px 1px 3px 2px #7ecbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,203,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 #7ecbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ecbde; -webkit-box-shadow: 1px 1px 3px 2px #7ecbde; box-shadow: 1px 1px 3px 2px #7ecbde;">
Div content here</div>
This div box has shadow with color #7ecbde
Comments
No comments written yet.
Please login to write comment.