Color spaces of #8daeaf
RGB | 141 | 174 | 175 |
---|---|---|---|
HSL | 0.50 | 0.18 | 0.62 |
HSV | 182° | 19° | 69° |
CMYK | 0.19 | 0.01 | 0.00 0.31 |
XYZ | 33.8584 | 39.0300 | 46.3064 |
Yxy | 39.0300 | 0.2841 | 0.3274 |
Hunter Lab | 62.4740 | -12.5896 | -0.2146 |
CIE-Lab | 68.7730 | -10.9581 | -4.2428 |
#8daeaf color RGB value is (141,174,175).
#8daeaf hex color red value is 141, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8daeaf hue: 0.50 , saturation: 0.18 and the lightness value of 8daeaf is 0.62.
The process color (four color CMYK) of #8daeaf color hex is 0.19, 0.01, 0.00, 0.31. Web safe color of #8daeaf is #999999. Color #8daeaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 10101110 | 10101111 |
Octal | 215 | 256 | 257 |
Decimal | 141 | 174 | 175 |
Hex | 8D | AE | AF |
Shades of #8daeaf
Tints of #8daeaf
RGB Percentages of Color #8daeaf
CMYK Percentages of Color #8daeaf
Complementary Color
#8daeaf | #af8e8d |
#8daeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8daeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8daeaf Color CSS Codes
.mybgcolor {background-color:#8daeaf; } .myforecolor {color:#8daeaf; } .mybordercolor {border:3px solid #8daeaf; }
#8daeaf Text Font Color
<p style="color:#8daeaf">Text here</p>
This sample text font color is #8daeaf
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.
#8daeaf Background Color
<div style="background-color:#8daeaf">
Div content here</div>
This div background color is #8daeaf
#8daeaf Border Color
<div style="border:3px solid #8daeaf">
Div here</div>
This div border color is #8daeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,174,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8daeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8daeaf; -webkit-box-shadow: 1px 1px 3px 2px #8daeaf; box-shadow: 1px 1px 3px 2px #8daeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,174,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8daeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8daeaf; -webkit-box-shadow: 1px 1px 3px 2px #8daeaf; box-shadow: 1px 1px 3px 2px #8daeaf;">
Div content here</div>
This div box has shadow with color #8daeaf
Comments
No comments written yet.
Please login to write comment.