Color spaces of #8dbace
RGB | 141 | 186 | 206 |
---|---|---|---|
HSL | 0.55 | 0.40 | 0.68 |
HSV | 198° | 32° | 81° |
CMYK | 0.32 | 0.10 | 0.00 0.19 |
XYZ | 39.6840 | 45.2368 | 65.0325 |
Yxy | 45.2368 | 0.2646 | 0.3017 |
Hunter Lab | 67.2583 | -12.3828 | -10.2471 |
CIE-Lab | 73.0475 | -10.1205 | -14.9000 |
#8dbace color RGB value is (141,186,206).
#8dbace hex color red value is 141, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8dbace hue: 0.55 , saturation: 0.40 and the lightness value of 8dbace is 0.68.
The process color (four color CMYK) of #8dbace color hex is 0.32, 0.10, 0.00, 0.19. Web safe color of #8dbace is #99cccc. Color #8dbace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 10111010 | 11001110 |
Octal | 215 | 272 | 316 |
Decimal | 141 | 186 | 206 |
Hex | 8D | BA | CE |
Shades of #8dbace
Tints of #8dbace
RGB Percentages of Color #8dbace
CMYK Percentages of Color #8dbace
Complementary Color
#8dbace | #cea18d |
#8dbace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8dbace Color Preview on White Background
Lorem ipsum dolor sit amet.
#8dbace Color CSS Codes
.mybgcolor {background-color:#8dbace; } .myforecolor {color:#8dbace; } .mybordercolor {border:3px solid #8dbace; }
#8dbace Text Font Color
<p style="color:#8dbace">Text here</p>
This sample text font color is #8dbace
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.
#8dbace Background Color
<div style="background-color:#8dbace">
Div content here</div>
This div background color is #8dbace
#8dbace Border Color
<div style="border:3px solid #8dbace">
Div here</div>
This div border color is #8dbace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,186,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8dbace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8dbace; -webkit-box-shadow: 1px 1px 3px 2px #8dbace; box-shadow: 1px 1px 3px 2px #8dbace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,186,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8dbace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8dbace; -webkit-box-shadow: 1px 1px 3px 2px #8dbace; box-shadow: 1px 1px 3px 2px #8dbace;">
Div content here</div>
This div box has shadow with color #8dbace
Comments
No comments written yet.
Please login to write comment.