Color spaces of #8dafdc
RGB | 141 | 175 | 220 |
---|---|---|---|
HSL | 0.59 | 0.53 | 0.71 |
HSV | 214° | 36° | 86° |
CMYK | 0.36 | 0.20 | 0.00 0.14 |
XYZ | 39.2327 | 41.4900 | 73.6507 |
Yxy | 41.4900 | 0.2541 | 0.2688 |
Hunter Lab | 64.4127 | -4.0010 | -22.7044 |
CIE-Lab | 70.5179 | -0.6388 | -26.3953 |
#8dafdc color RGB value is (141,175,220).
#8dafdc hex color red value is 141, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8dafdc hue: 0.59 , saturation: 0.53 and the lightness value of 8dafdc is 0.71.
The process color (four color CMYK) of #8dafdc color hex is 0.36, 0.20, 0.00, 0.14. Web safe color of #8dafdc is #9999cc. Color #8dafdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 10101111 | 11011100 |
Octal | 215 | 257 | 334 |
Decimal | 141 | 175 | 220 |
Hex | 8D | AF | DC |
Shades of #8dafdc
Tints of #8dafdc
RGB Percentages of Color #8dafdc
CMYK Percentages of Color #8dafdc
Complementary Color
#8dafdc | #dcba8d |
#8dafdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8dafdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8dafdc Color CSS Codes
.mybgcolor {background-color:#8dafdc; } .myforecolor {color:#8dafdc; } .mybordercolor {border:3px solid #8dafdc; }
#8dafdc Text Font Color
<p style="color:#8dafdc">Text here</p>
This sample text font color is #8dafdc
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.
#8dafdc Background Color
<div style="background-color:#8dafdc">
Div content here</div>
This div background color is #8dafdc
#8dafdc Border Color
<div style="border:3px solid #8dafdc">
Div here</div>
This div border color is #8dafdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,175,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8dafdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8dafdc; -webkit-box-shadow: 1px 1px 3px 2px #8dafdc; box-shadow: 1px 1px 3px 2px #8dafdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,175,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 #8dafdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8dafdc; -webkit-box-shadow: 1px 1px 3px 2px #8dafdc; box-shadow: 1px 1px 3px 2px #8dafdc;">
Div content here</div>
This div box has shadow with color #8dafdc
Comments
No comments written yet.
Please login to write comment.