Color spaces of #8eacbb
RGB | 142 | 172 | 187 |
---|---|---|---|
HSL | 0.56 | 0.25 | 0.65 |
HSV | 200° | 24° | 73° |
CMYK | 0.24 | 0.08 | 0.00 0.27 |
XYZ | 34.8775 | 38.8437 | 52.6730 |
Yxy | 38.8437 | 0.2759 | 0.3073 |
Hunter Lab | 62.3247 | -9.1780 | -6.4809 |
CIE-Lab | 68.6379 | -6.8548 | -11.0749 |
#8eacbb color RGB value is (142,172,187).
#8eacbb hex color red value is 142, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8eacbb hue: 0.56 , saturation: 0.25 and the lightness value of 8eacbb is 0.65.
The process color (four color CMYK) of #8eacbb color hex is 0.24, 0.08, 0.00, 0.27. Web safe color of #8eacbb is #9999cc. Color #8eacbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 10101100 | 10111011 |
Octal | 216 | 254 | 273 |
Decimal | 142 | 172 | 187 |
Hex | 8E | AC | BB |
Shades of #8eacbb
Tints of #8eacbb
RGB Percentages of Color #8eacbb
CMYK Percentages of Color #8eacbb
Complementary Color
#8eacbb | #bb9d8e |
#8eacbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8eacbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8eacbb Color CSS Codes
.mybgcolor {background-color:#8eacbb; } .myforecolor {color:#8eacbb; } .mybordercolor {border:3px solid #8eacbb; }
#8eacbb Text Font Color
<p style="color:#8eacbb">Text here</p>
This sample text font color is #8eacbb
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.
#8eacbb Background Color
<div style="background-color:#8eacbb">
Div content here</div>
This div background color is #8eacbb
#8eacbb Border Color
<div style="border:3px solid #8eacbb">
Div here</div>
This div border color is #8eacbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,172,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8eacbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8eacbb; -webkit-box-shadow: 1px 1px 3px 2px #8eacbb; box-shadow: 1px 1px 3px 2px #8eacbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,172,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8eacbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8eacbb; -webkit-box-shadow: 1px 1px 3px 2px #8eacbb; box-shadow: 1px 1px 3px 2px #8eacbb;">
Div content here</div>
This div box has shadow with color #8eacbb
Comments
No comments written yet.
Please login to write comment.