Color spaces of #8abcd9
RGB | 138 | 188 | 217 |
---|---|---|---|
HSL | 0.56 | 0.51 | 0.70 |
HSV | 202° | 36° | 85° |
CMYK | 0.36 | 0.13 | 0.00 0.15 |
XYZ | 40.9888 | 46.3795 | 72.4374 |
Yxy | 46.3795 | 0.2565 | 0.2902 |
Hunter Lab | 68.1025 | -11.7457 | -15.3922 |
CIE-Lab | 73.7911 | -9.2739 | -19.7824 |
#8abcd9 color RGB value is (138,188,217).
#8abcd9 hex color red value is 138, green value is 188 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #8abcd9 hue: 0.56 , saturation: 0.51 and the lightness value of 8abcd9 is 0.70.
The process color (four color CMYK) of #8abcd9 color hex is 0.36, 0.13, 0.00, 0.15. Web safe color of #8abcd9 is #99cccc. Color #8abcd9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 10111100 | 11011001 |
Octal | 212 | 274 | 331 |
Decimal | 138 | 188 | 217 |
Hex | 8A | BC | D9 |
Shades of #8abcd9
Tints of #8abcd9
RGB Percentages of Color #8abcd9
CMYK Percentages of Color #8abcd9
Complementary Color
#8abcd9 | #d9a78a |
#8abcd9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8abcd9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#8abcd9 Color CSS Codes
.mybgcolor {background-color:#8abcd9; } .myforecolor {color:#8abcd9; } .mybordercolor {border:3px solid #8abcd9; }
#8abcd9 Text Font Color
<p style="color:#8abcd9">Text here</p>
This sample text font color is #8abcd9
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.
#8abcd9 Background Color
<div style="background-color:#8abcd9">
Div content here</div>
This div background color is #8abcd9
#8abcd9 Border Color
<div style="border:3px solid #8abcd9">
Div here</div>
This div border color is #8abcd9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,188,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8abcd9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8abcd9; -webkit-box-shadow: 1px 1px 3px 2px #8abcd9; box-shadow: 1px 1px 3px 2px #8abcd9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,188,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8abcd9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8abcd9; -webkit-box-shadow: 1px 1px 3px 2px #8abcd9; box-shadow: 1px 1px 3px 2px #8abcd9;">
Div content here</div>
This div box has shadow with color #8abcd9
#8abcd9 Color Palettes
Comments
No comments written yet.
Please login to write comment.