Color spaces of #8eaedc
RGB | 142 | 174 | 220 |
---|---|---|---|
HSL | 0.60 | 0.53 | 0.71 |
HSV | 215° | 35° | 86° |
CMYK | 0.35 | 0.21 | 0.00 0.14 |
XYZ | 39.2096 | 41.1902 | 73.5941 |
Yxy | 41.1902 | 0.2546 | 0.2675 |
Hunter Lab | 64.1796 | -3.2623 | -23.0615 |
CIE-Lab | 70.3090 | 0.1885 | -26.7105 |
#8eaedc color RGB value is (142,174,220).
#8eaedc hex color red value is 142, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8eaedc hue: 0.60 , saturation: 0.53 and the lightness value of 8eaedc is 0.71.
The process color (four color CMYK) of #8eaedc color hex is 0.35, 0.21, 0.00, 0.14. Web safe color of #8eaedc is #9999cc. Color #8eaedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 10101110 | 11011100 |
Octal | 216 | 256 | 334 |
Decimal | 142 | 174 | 220 |
Hex | 8E | AE | DC |
Shades of #8eaedc
Tints of #8eaedc
RGB Percentages of Color #8eaedc
CMYK Percentages of Color #8eaedc
Complementary Color
#8eaedc | #dcbc8e |
#8eaedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8eaedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8eaedc Color CSS Codes
.mybgcolor {background-color:#8eaedc; } .myforecolor {color:#8eaedc; } .mybordercolor {border:3px solid #8eaedc; }
#8eaedc Text Font Color
<p style="color:#8eaedc">Text here</p>
This sample text font color is #8eaedc
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.
#8eaedc Background Color
<div style="background-color:#8eaedc">
Div content here</div>
This div background color is #8eaedc
#8eaedc Border Color
<div style="border:3px solid #8eaedc">
Div here</div>
This div border color is #8eaedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,174,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8eaedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8eaedc; -webkit-box-shadow: 1px 1px 3px 2px #8eaedc; box-shadow: 1px 1px 3px 2px #8eaedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,174,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8eaedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8eaedc; -webkit-box-shadow: 1px 1px 3px 2px #8eaedc; box-shadow: 1px 1px 3px 2px #8eaedc;">
Div content here</div>
This div box has shadow with color #8eaedc
Comments
No comments written yet.
Please login to write comment.