Color spaces of #7ecebd
RGB | 126 | 206 | 189 |
---|---|---|---|
HSL | 0.46 | 0.45 | 0.65 |
HSV | 167° | 39° | 81° |
CMYK | 0.39 | 0.00 | 0.08 0.19 |
XYZ | 39.8608 | 52.2524 | 56.1289 |
Yxy | 52.2524 | 0.2689 | 0.3525 |
Hunter Lab | 72.2858 | -28.0694 | 4.5622 |
CIE-Lab | 77.4315 | -28.4628 | 0.7253 |
#7ecebd color RGB value is (126,206,189).
#7ecebd hex color red value is 126, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7ecebd hue: 0.46 , saturation: 0.45 and the lightness value of 7ecebd is 0.65.
The process color (four color CMYK) of #7ecebd color hex is 0.39, 0.00, 0.08, 0.19. Web safe color of #7ecebd is #66cccc. Color #7ecebd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 11001110 | 10111101 |
Octal | 176 | 316 | 275 |
Decimal | 126 | 206 | 189 |
Hex | 7E | CE | BD |
Shades of #7ecebd
Tints of #7ecebd
RGB Percentages of Color #7ecebd
CMYK Percentages of Color #7ecebd
Complementary Color
#7ecebd | #ce7e8f |
#7ecebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ecebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ecebd Color CSS Codes
.mybgcolor {background-color:#7ecebd; } .myforecolor {color:#7ecebd; } .mybordercolor {border:3px solid #7ecebd; }
#7ecebd Text Font Color
<p style="color:#7ecebd">Text here</p>
This sample text font color is #7ecebd
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.
#7ecebd Background Color
<div style="background-color:#7ecebd">
Div content here</div>
This div background color is #7ecebd
#7ecebd Border Color
<div style="border:3px solid #7ecebd">
Div here</div>
This div border color is #7ecebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,206,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ecebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ecebd; -webkit-box-shadow: 1px 1px 3px 2px #7ecebd; box-shadow: 1px 1px 3px 2px #7ecebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,206,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ecebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ecebd; -webkit-box-shadow: 1px 1px 3px 2px #7ecebd; box-shadow: 1px 1px 3px 2px #7ecebd;">
Div content here</div>
This div box has shadow with color #7ecebd
Comments
No comments written yet.
Please login to write comment.