Color spaces of #8cbeab
RGB | 140 | 190 | 171 |
---|---|---|---|
HSL | 0.44 | 0.28 | 0.65 |
HSV | 157° | 26° | 75° |
CMYK | 0.26 | 0.00 | 0.10 0.25 |
XYZ | 36.5794 | 45.3426 | 45.3521 |
Yxy | 45.3426 | 0.2874 | 0.3563 |
Hunter Lab | 67.3369 | -20.8731 | 7.2034 |
CIE-Lab | 73.1169 | -20.4307 | 4.2871 |
#8cbeab color RGB value is (140,190,171).
#8cbeab hex color red value is 140, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8cbeab hue: 0.44 , saturation: 0.28 and the lightness value of 8cbeab is 0.65.
The process color (four color CMYK) of #8cbeab color hex is 0.26, 0.00, 0.10, 0.25. Web safe color of #8cbeab is #99cc99. Color #8cbeab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 10111110 | 10101011 |
Octal | 214 | 276 | 253 |
Decimal | 140 | 190 | 171 |
Hex | 8C | BE | AB |
Shades of #8cbeab
Tints of #8cbeab
RGB Percentages of Color #8cbeab
CMYK Percentages of Color #8cbeab
Complementary Color
#8cbeab | #be8c9f |
#8cbeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cbeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cbeab Color CSS Codes
.mybgcolor {background-color:#8cbeab; } .myforecolor {color:#8cbeab; } .mybordercolor {border:3px solid #8cbeab; }
#8cbeab Text Font Color
<p style="color:#8cbeab">Text here</p>
This sample text font color is #8cbeab
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.
#8cbeab Background Color
<div style="background-color:#8cbeab">
Div content here</div>
This div background color is #8cbeab
#8cbeab Border Color
<div style="border:3px solid #8cbeab">
Div here</div>
This div border color is #8cbeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,190,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cbeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cbeab; -webkit-box-shadow: 1px 1px 3px 2px #8cbeab; box-shadow: 1px 1px 3px 2px #8cbeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,190,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 #8cbeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cbeab; -webkit-box-shadow: 1px 1px 3px 2px #8cbeab; box-shadow: 1px 1px 3px 2px #8cbeab;">
Div content here</div>
This div box has shadow with color #8cbeab
Comments
No comments written yet.
Please login to write comment.