Color spaces of #8eaecf
RGB | 142 | 174 | 207 |
---|---|---|---|
HSL | 0.58 | 0.40 | 0.68 |
HSV | 210° | 31° | 81° |
CMYK | 0.31 | 0.16 | 0.00 0.19 |
XYZ | 37.5539 | 40.5279 | 64.8748 |
Yxy | 40.5279 | 0.2627 | 0.2835 |
Hunter Lab | 63.6615 | -6.1106 | -15.8569 |
CIE-Lab | 69.8439 | -3.1214 | -20.2873 |
#8eaecf color RGB value is (142,174,207).
#8eaecf hex color red value is 142, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8eaecf hue: 0.58 , saturation: 0.40 and the lightness value of 8eaecf is 0.68.
The process color (four color CMYK) of #8eaecf color hex is 0.31, 0.16, 0.00, 0.19. Web safe color of #8eaecf is #9999cc. Color #8eaecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 10101110 | 11001111 |
Octal | 216 | 256 | 317 |
Decimal | 142 | 174 | 207 |
Hex | 8E | AE | CF |
Shades of #8eaecf
Tints of #8eaecf
RGB Percentages of Color #8eaecf
CMYK Percentages of Color #8eaecf
Complementary Color
#8eaecf | #cfaf8e |
#8eaecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8eaecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8eaecf Color CSS Codes
.mybgcolor {background-color:#8eaecf; } .myforecolor {color:#8eaecf; } .mybordercolor {border:3px solid #8eaecf; }
#8eaecf Text Font Color
<p style="color:#8eaecf">Text here</p>
This sample text font color is #8eaecf
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.
#8eaecf Background Color
<div style="background-color:#8eaecf">
Div content here</div>
This div background color is #8eaecf
#8eaecf Border Color
<div style="border:3px solid #8eaecf">
Div here</div>
This div border color is #8eaecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,174,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8eaecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8eaecf; -webkit-box-shadow: 1px 1px 3px 2px #8eaecf; box-shadow: 1px 1px 3px 2px #8eaecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,174,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8eaecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8eaecf; -webkit-box-shadow: 1px 1px 3px 2px #8eaecf; box-shadow: 1px 1px 3px 2px #8eaecf;">
Div content here</div>
This div box has shadow with color #8eaecf
Comments
No comments written yet.
Please login to write comment.