Color spaces of #8bcced
RGB | 139 | 204 | 237 |
---|---|---|---|
HSL | 0.56 | 0.73 | 0.74 |
HSV | 200° | 41° | 93° |
CMYK | 0.41 | 0.14 | 0.00 0.07 |
XYZ | 47.5264 | 54.7891 | 88.1912 |
Yxy | 54.7891 | 0.2495 | 0.2876 |
Hunter Lab | 74.0197 | -14.9235 | -18.8277 |
CIE-Lab | 78.9196 | -12.2780 | -22.7766 |
#8bcced color RGB value is (139,204,237).
#8bcced hex color red value is 139, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8bcced hue: 0.56 , saturation: 0.73 and the lightness value of 8bcced is 0.74.
The process color (four color CMYK) of #8bcced color hex is 0.41, 0.14, 0.00, 0.07. Web safe color of #8bcced is #99ccff. Color #8bcced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 11001100 | 11101101 |
Octal | 213 | 314 | 355 |
Decimal | 139 | 204 | 237 |
Hex | 8B | CC | ED |
Shades of #8bcced
Tints of #8bcced
RGB Percentages of Color #8bcced
CMYK Percentages of Color #8bcced
Complementary Color
#8bcced | #edac8b |
#8bcced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8bcced Color Preview on White Background
Lorem ipsum dolor sit amet.
#8bcced Color CSS Codes
.mybgcolor {background-color:#8bcced; } .myforecolor {color:#8bcced; } .mybordercolor {border:3px solid #8bcced; }
#8bcced Text Font Color
<p style="color:#8bcced">Text here</p>
This sample text font color is #8bcced
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.
#8bcced Background Color
<div style="background-color:#8bcced">
Div content here</div>
This div background color is #8bcced
#8bcced Border Color
<div style="border:3px solid #8bcced">
Div here</div>
This div border color is #8bcced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,204,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8bcced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8bcced; -webkit-box-shadow: 1px 1px 3px 2px #8bcced; box-shadow: 1px 1px 3px 2px #8bcced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,204,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8bcced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8bcced; -webkit-box-shadow: 1px 1px 3px 2px #8bcced; box-shadow: 1px 1px 3px 2px #8bcced;">
Div content here</div>
This div box has shadow with color #8bcced
Comments
No comments written yet.
Please login to write comment.