Color spaces of #7fbaa8
RGB | 127 | 186 | 168 |
---|---|---|---|
HSL | 0.45 | 0.30 | 0.61 |
HSV | 162° | 32° | 73° |
CMYK | 0.32 | 0.00 | 0.10 0.27 |
XYZ | 33.3792 | 42.4570 | 43.4815 |
Yxy | 42.4570 | 0.2798 | 0.3558 |
Hunter Lab | 65.1590 | -22.5876 | 6.0463 |
CIE-Lab | 71.1849 | -23.0342 | 3.0384 |
#7fbaa8 color RGB value is (127,186,168).
#7fbaa8 hex color red value is 127, green value is 186 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #7fbaa8 hue: 0.45 , saturation: 0.30 and the lightness value of 7fbaa8 is 0.61.
The process color (four color CMYK) of #7fbaa8 color hex is 0.32, 0.00, 0.10, 0.27. Web safe color of #7fbaa8 is #66cc99. Color #7fbaa8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 10111010 | 10101000 |
Octal | 177 | 272 | 250 |
Decimal | 127 | 186 | 168 |
Hex | 7F | BA | A8 |
Shades of #7fbaa8
Tints of #7fbaa8
RGB Percentages of Color #7fbaa8
CMYK Percentages of Color #7fbaa8
Complementary Color
#7fbaa8 | #ba7f91 |
#7fbaa8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fbaa8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fbaa8 Color CSS Codes
.mybgcolor {background-color:#7fbaa8; } .myforecolor {color:#7fbaa8; } .mybordercolor {border:3px solid #7fbaa8; }
#7fbaa8 Text Font Color
<p style="color:#7fbaa8">Text here</p>
This sample text font color is #7fbaa8
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.
#7fbaa8 Background Color
<div style="background-color:#7fbaa8">
Div content here</div>
This div background color is #7fbaa8
#7fbaa8 Border Color
<div style="border:3px solid #7fbaa8">
Div here</div>
This div border color is #7fbaa8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,186,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fbaa8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fbaa8; -webkit-box-shadow: 1px 1px 3px 2px #7fbaa8; box-shadow: 1px 1px 3px 2px #7fbaa8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,186,168, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7fbaa8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fbaa8; -webkit-box-shadow: 1px 1px 3px 2px #7fbaa8; box-shadow: 1px 1px 3px 2px #7fbaa8;">
Div content here</div>
This div box has shadow with color #7fbaa8
Comments
No comments written yet.
Please login to write comment.