Color spaces of #8baedc
RGB | 139 | 174 | 220 |
---|---|---|---|
HSL | 0.59 | 0.54 | 0.70 |
HSV | 214° | 37° | 86° |
CMYK | 0.37 | 0.21 | 0.00 0.14 |
XYZ | 38.7018 | 40.9284 | 73.5703 |
Yxy | 40.9284 | 0.2526 | 0.2672 |
Hunter Lab | 63.9753 | -3.9734 | -23.3996 |
CIE-Lab | 70.1257 | -0.6354 | -27.0075 |
#8baedc color RGB value is (139,174,220).
#8baedc hex color red value is 139, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8baedc hue: 0.59 , saturation: 0.54 and the lightness value of 8baedc is 0.70.
The process color (four color CMYK) of #8baedc color hex is 0.37, 0.21, 0.00, 0.14. Web safe color of #8baedc is #9999cc. Color #8baedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 10101110 | 11011100 |
Octal | 213 | 256 | 334 |
Decimal | 139 | 174 | 220 |
Hex | 8B | AE | DC |
Shades of #8baedc
Tints of #8baedc
RGB Percentages of Color #8baedc
CMYK Percentages of Color #8baedc
Complementary Color
#8baedc | #dcb98b |
#8baedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8baedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8baedc Color CSS Codes
.mybgcolor {background-color:#8baedc; } .myforecolor {color:#8baedc; } .mybordercolor {border:3px solid #8baedc; }
#8baedc Text Font Color
<p style="color:#8baedc">Text here</p>
This sample text font color is #8baedc
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.
#8baedc Background Color
<div style="background-color:#8baedc">
Div content here</div>
This div background color is #8baedc
#8baedc Border Color
<div style="border:3px solid #8baedc">
Div here</div>
This div border color is #8baedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,174,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8baedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8baedc; -webkit-box-shadow: 1px 1px 3px 2px #8baedc; box-shadow: 1px 1px 3px 2px #8baedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,174,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 #8baedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8baedc; -webkit-box-shadow: 1px 1px 3px 2px #8baedc; box-shadow: 1px 1px 3px 2px #8baedc;">
Div content here</div>
This div box has shadow with color #8baedc
Comments
No comments written yet.
Please login to write comment.