Color spaces of #8c8dbb
RGB | 140 | 141 | 187 |
---|---|---|---|
HSL | 0.66 | 0.26 | 0.64 |
HSV | 239° | 25° | 73° |
CMYK | 0.25 | 0.25 | 0.00 0.27 |
XYZ | 29.3097 | 28.2131 | 50.9146 |
Yxy | 28.2131 | 0.2703 | 0.2602 |
Hunter Lab | 53.1160 | 5.5443 | -19.6515 |
CIE-Lab | 60.0808 | 9.8667 | -24.0616 |
#8c8dbb color RGB value is (140,141,187).
#8c8dbb hex color red value is 140, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8c8dbb hue: 0.66 , saturation: 0.26 and the lightness value of 8c8dbb is 0.64.
The process color (four color CMYK) of #8c8dbb color hex is 0.25, 0.25, 0.00, 0.27. Web safe color of #8c8dbb is #9999cc. Color #8c8dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 10001101 | 10111011 |
Octal | 214 | 215 | 273 |
Decimal | 140 | 141 | 187 |
Hex | 8C | 8D | BB |
Shades of #8c8dbb
Tints of #8c8dbb
RGB Percentages of Color #8c8dbb
CMYK Percentages of Color #8c8dbb
Complementary Color
#8c8dbb | #bbba8c |
#8c8dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8c8dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8c8dbb Color CSS Codes
.mybgcolor {background-color:#8c8dbb; } .myforecolor {color:#8c8dbb; } .mybordercolor {border:3px solid #8c8dbb; }
#8c8dbb Text Font Color
<p style="color:#8c8dbb">Text here</p>
This sample text font color is #8c8dbb
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.
#8c8dbb Background Color
<div style="background-color:#8c8dbb">
Div content here</div>
This div background color is #8c8dbb
#8c8dbb Border Color
<div style="border:3px solid #8c8dbb">
Div here</div>
This div border color is #8c8dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,141,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8c8dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8c8dbb; -webkit-box-shadow: 1px 1px 3px 2px #8c8dbb; box-shadow: 1px 1px 3px 2px #8c8dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,141,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8c8dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8c8dbb; -webkit-box-shadow: 1px 1px 3px 2px #8c8dbb; box-shadow: 1px 1px 3px 2px #8c8dbb;">
Div content here</div>
This div box has shadow with color #8c8dbb
Comments
No comments written yet.
Please login to write comment.