Color spaces of #8eafdb
RGB | 142 | 175 | 219 |
---|---|---|---|
HSL | 0.60 | 0.52 | 0.71 |
HSV | 214° | 35° | 86° |
CMYK | 0.35 | 0.20 | 0.00 0.14 |
XYZ | 39.2715 | 41.5252 | 72.9632 |
Yxy | 41.5252 | 0.2554 | 0.2701 |
Hunter Lab | 64.4400 | -3.9874 | -22.0239 |
CIE-Lab | 70.5423 | -0.6215 | -25.8052 |
#8eafdb color RGB value is (142,175,219).
#8eafdb hex color red value is 142, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8eafdb hue: 0.60 , saturation: 0.52 and the lightness value of 8eafdb is 0.71.
The process color (four color CMYK) of #8eafdb color hex is 0.35, 0.20, 0.00, 0.14. Web safe color of #8eafdb is #9999cc. Color #8eafdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 10101111 | 11011011 |
Octal | 216 | 257 | 333 |
Decimal | 142 | 175 | 219 |
Hex | 8E | AF | DB |
Shades of #8eafdb
Tints of #8eafdb
RGB Percentages of Color #8eafdb
CMYK Percentages of Color #8eafdb
Complementary Color
#8eafdb | #dbba8e |
#8eafdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8eafdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8eafdb Color CSS Codes
.mybgcolor {background-color:#8eafdb; } .myforecolor {color:#8eafdb; } .mybordercolor {border:3px solid #8eafdb; }
#8eafdb Text Font Color
<p style="color:#8eafdb">Text here</p>
This sample text font color is #8eafdb
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.
#8eafdb Background Color
<div style="background-color:#8eafdb">
Div content here</div>
This div background color is #8eafdb
#8eafdb Border Color
<div style="border:3px solid #8eafdb">
Div here</div>
This div border color is #8eafdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,175,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8eafdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8eafdb; -webkit-box-shadow: 1px 1px 3px 2px #8eafdb; box-shadow: 1px 1px 3px 2px #8eafdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,175,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8eafdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8eafdb; -webkit-box-shadow: 1px 1px 3px 2px #8eafdb; box-shadow: 1px 1px 3px 2px #8eafdb;">
Div content here</div>
This div box has shadow with color #8eafdb
#8eafdb Color Palettes
Comments
No comments written yet.
Please login to write comment.