Color spaces of #7eb8ab
RGB | 126 | 184 | 171 |
---|---|---|---|
HSL | 0.46 | 0.29 | 0.61 |
HSV | 167° | 32° | 72° |
CMYK | 0.32 | 0.00 | 0.07 0.28 |
XYZ | 33.0954 | 41.6569 | 44.8243 |
Yxy | 41.6569 | 0.2768 | 0.3484 |
Hunter Lab | 64.5422 | -21.4190 | 4.0028 |
CIE-Lab | 70.6337 | -21.6612 | 0.5874 |
#7eb8ab color RGB value is (126,184,171).
#7eb8ab hex color red value is 126, green value is 184 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7eb8ab hue: 0.46 , saturation: 0.29 and the lightness value of 7eb8ab is 0.61.
The process color (four color CMYK) of #7eb8ab color hex is 0.32, 0.00, 0.07, 0.28. Web safe color of #7eb8ab is #66cc99. Color #7eb8ab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 10111000 | 10101011 |
Octal | 176 | 270 | 253 |
Decimal | 126 | 184 | 171 |
Hex | 7E | B8 | AB |
Shades of #7eb8ab
Tints of #7eb8ab
RGB Percentages of Color #7eb8ab
CMYK Percentages of Color #7eb8ab
Complementary Color
#7eb8ab | #b87e8b |
#7eb8ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7eb8ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#7eb8ab Color CSS Codes
.mybgcolor {background-color:#7eb8ab; } .myforecolor {color:#7eb8ab; } .mybordercolor {border:3px solid #7eb8ab; }
#7eb8ab Text Font Color
<p style="color:#7eb8ab">Text here</p>
This sample text font color is #7eb8ab
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.
#7eb8ab Background Color
<div style="background-color:#7eb8ab">
Div content here</div>
This div background color is #7eb8ab
#7eb8ab Border Color
<div style="border:3px solid #7eb8ab">
Div here</div>
This div border color is #7eb8ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,184,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7eb8ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7eb8ab; -webkit-box-shadow: 1px 1px 3px 2px #7eb8ab; box-shadow: 1px 1px 3px 2px #7eb8ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,184,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7eb8ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7eb8ab; -webkit-box-shadow: 1px 1px 3px 2px #7eb8ab; box-shadow: 1px 1px 3px 2px #7eb8ab;">
Div content here</div>
This div box has shadow with color #7eb8ab
Comments
No comments written yet.
Please login to write comment.