Color spaces of #8abbcc
RGB | 138 | 187 | 204 |
---|---|---|---|
HSL | 0.54 | 0.39 | 0.67 |
HSV | 195° | 32° | 80° |
CMYK | 0.32 | 0.08 | 0.00 0.20 |
XYZ | 39.1506 | 45.3036 | 63.8077 |
Yxy | 45.3036 | 0.2641 | 0.3056 |
Hunter Lab | 67.3079 | -13.9619 | -9.0911 |
CIE-Lab | 73.0914 | -11.9913 | -13.7604 |
#8abbcc color RGB value is (138,187,204).
#8abbcc hex color red value is 138, green value is 187 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8abbcc hue: 0.54 , saturation: 0.39 and the lightness value of 8abbcc is 0.67.
The process color (four color CMYK) of #8abbcc color hex is 0.32, 0.08, 0.00, 0.20. Web safe color of #8abbcc is #99cccc. Color #8abbcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 10111011 | 11001100 |
Octal | 212 | 273 | 314 |
Decimal | 138 | 187 | 204 |
Hex | 8A | BB | CC |
Shades of #8abbcc
Tints of #8abbcc
RGB Percentages of Color #8abbcc
CMYK Percentages of Color #8abbcc
Complementary Color
#8abbcc | #cc9b8a |
#8abbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8abbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8abbcc Color CSS Codes
.mybgcolor {background-color:#8abbcc; } .myforecolor {color:#8abbcc; } .mybordercolor {border:3px solid #8abbcc; }
#8abbcc Text Font Color
<p style="color:#8abbcc">Text here</p>
This sample text font color is #8abbcc
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.
#8abbcc Background Color
<div style="background-color:#8abbcc">
Div content here</div>
This div background color is #8abbcc
#8abbcc Border Color
<div style="border:3px solid #8abbcc">
Div here</div>
This div border color is #8abbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,187,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8abbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8abbcc; -webkit-box-shadow: 1px 1px 3px 2px #8abbcc; box-shadow: 1px 1px 3px 2px #8abbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,187,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8abbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8abbcc; -webkit-box-shadow: 1px 1px 3px 2px #8abbcc; box-shadow: 1px 1px 3px 2px #8abbcc;">
Div content here</div>
This div box has shadow with color #8abbcc
Comments
No comments written yet.
Please login to write comment.