Color spaces of #7ebfad
RGB | 126 | 191 | 173 |
---|---|---|---|
HSL | 0.45 | 0.34 | 0.62 |
HSV | 163° | 34° | 75° |
CMYK | 0.34 | 0.00 | 0.09 0.25 |
XYZ | 34.7778 | 44.7144 | 46.3329 |
Yxy | 44.7144 | 0.2764 | 0.3554 |
Hunter Lab | 66.8688 | -24.1844 | 5.7266 |
CIE-Lab | 72.7034 | -24.7201 | 2.5051 |
#7ebfad color RGB value is (126,191,173).
#7ebfad hex color red value is 126, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7ebfad hue: 0.45 , saturation: 0.34 and the lightness value of 7ebfad is 0.62.
The process color (four color CMYK) of #7ebfad color hex is 0.34, 0.00, 0.09, 0.25. Web safe color of #7ebfad is #66cc99. Color #7ebfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 10111111 | 10101101 |
Octal | 176 | 277 | 255 |
Decimal | 126 | 191 | 173 |
Hex | 7E | BF | AD |
Shades of #7ebfad
Tints of #7ebfad
RGB Percentages of Color #7ebfad
CMYK Percentages of Color #7ebfad
Complementary Color
#7ebfad | #bf7e90 |
#7ebfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ebfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ebfad Color CSS Codes
.mybgcolor {background-color:#7ebfad; } .myforecolor {color:#7ebfad; } .mybordercolor {border:3px solid #7ebfad; }
#7ebfad Text Font Color
<p style="color:#7ebfad">Text here</p>
This sample text font color is #7ebfad
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.
#7ebfad Background Color
<div style="background-color:#7ebfad">
Div content here</div>
This div background color is #7ebfad
#7ebfad Border Color
<div style="border:3px solid #7ebfad">
Div here</div>
This div border color is #7ebfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,191,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ebfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ebfad; -webkit-box-shadow: 1px 1px 3px 2px #7ebfad; box-shadow: 1px 1px 3px 2px #7ebfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,191,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ebfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ebfad; -webkit-box-shadow: 1px 1px 3px 2px #7ebfad; box-shadow: 1px 1px 3px 2px #7ebfad;">
Div content here</div>
This div box has shadow with color #7ebfad
Comments
No comments written yet.
Please login to write comment.