Color spaces of #8acbdc
RGB | 138 | 203 | 220 |
---|---|---|---|
HSL | 0.53 | 0.54 | 0.70 |
HSV | 192° | 37° | 86° |
CMYK | 0.37 | 0.08 | 0.00 0.14 |
XYZ | 44.7554 | 53.2825 | 75.6358 |
Yxy | 53.2825 | 0.2577 | 0.3068 |
Hunter Lab | 72.9949 | -18.2972 | -10.3387 |
CIE-Lab | 78.0415 | -16.3608 | -14.9869 |
#8acbdc color RGB value is (138,203,220).
#8acbdc hex color red value is 138, green value is 203 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8acbdc hue: 0.53 , saturation: 0.54 and the lightness value of 8acbdc is 0.70.
The process color (four color CMYK) of #8acbdc color hex is 0.37, 0.08, 0.00, 0.14. Web safe color of #8acbdc is #99cccc. Color #8acbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11001011 | 11011100 |
Octal | 212 | 313 | 334 |
Decimal | 138 | 203 | 220 |
Hex | 8A | CB | DC |
Shades of #8acbdc
Tints of #8acbdc
RGB Percentages of Color #8acbdc
CMYK Percentages of Color #8acbdc
Complementary Color
#8acbdc | #dc9b8a |
#8acbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8acbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8acbdc Color CSS Codes
.mybgcolor {background-color:#8acbdc; } .myforecolor {color:#8acbdc; } .mybordercolor {border:3px solid #8acbdc; }
#8acbdc Text Font Color
<p style="color:#8acbdc">Text here</p>
This sample text font color is #8acbdc
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.
#8acbdc Background Color
<div style="background-color:#8acbdc">
Div content here</div>
This div background color is #8acbdc
#8acbdc Border Color
<div style="border:3px solid #8acbdc">
Div here</div>
This div border color is #8acbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,203,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8acbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8acbdc; -webkit-box-shadow: 1px 1px 3px 2px #8acbdc; box-shadow: 1px 1px 3px 2px #8acbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,203,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8acbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8acbdc; -webkit-box-shadow: 1px 1px 3px 2px #8acbdc; box-shadow: 1px 1px 3px 2px #8acbdc;">
Div content here</div>
This div box has shadow with color #8acbdc
Comments
No comments written yet.
Please login to write comment.