Color spaces of #8badcb
RGB | 139 | 173 | 203 |
---|---|---|---|
HSL | 0.58 | 0.38 | 0.67 |
HSV | 208° | 32° | 80° |
CMYK | 0.32 | 0.15 | 0.00 0.20 |
XYZ | 36.3705 | 39.6879 | 62.2435 |
Yxy | 39.6879 | 0.2630 | 0.2870 |
Hunter Lab | 62.9983 | -7.1946 | -14.4808 |
CIE-Lab | 69.2467 | -4.4422 | -19.0102 |
#8badcb color RGB value is (139,173,203).
#8badcb hex color red value is 139, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8badcb hue: 0.58 , saturation: 0.38 and the lightness value of 8badcb is 0.67.
The process color (four color CMYK) of #8badcb color hex is 0.32, 0.15, 0.00, 0.20. Web safe color of #8badcb is #9999cc. Color #8badcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 10101101 | 11001011 |
Octal | 213 | 255 | 313 |
Decimal | 139 | 173 | 203 |
Hex | 8B | AD | CB |
Shades of #8badcb
Tints of #8badcb
RGB Percentages of Color #8badcb
CMYK Percentages of Color #8badcb
Complementary Color
#8badcb | #cba98b |
#8badcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8badcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8badcb Color CSS Codes
.mybgcolor {background-color:#8badcb; } .myforecolor {color:#8badcb; } .mybordercolor {border:3px solid #8badcb; }
#8badcb Text Font Color
<p style="color:#8badcb">Text here</p>
This sample text font color is #8badcb
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.
#8badcb Background Color
<div style="background-color:#8badcb">
Div content here</div>
This div background color is #8badcb
#8badcb Border Color
<div style="border:3px solid #8badcb">
Div here</div>
This div border color is #8badcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,173,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8badcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8badcb; -webkit-box-shadow: 1px 1px 3px 2px #8badcb; box-shadow: 1px 1px 3px 2px #8badcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,173,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8badcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8badcb; -webkit-box-shadow: 1px 1px 3px 2px #8badcb; box-shadow: 1px 1px 3px 2px #8badcb;">
Div content here</div>
This div box has shadow with color #8badcb
Comments
No comments written yet.
Please login to write comment.