Hex #8bc0df Color
equivalent to
RGB
(139, 192, 223)Details of #8bc0df
|
|
|
|
Color HEX #8bc0df matches (139, 192, 223) in RGB.
#8bc0df hex color red value is 139, green value is 192 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8bc0df hue: 0.56, saturation: 0.57 and the lightness value of 8bc0df is 0.71.
The process color (four color CMYK) of #8bc0df color hex is 0.38, 0.14, 0.00, 0.13. Web safe color of #8bc0df is #99cccc. Color #8bc0df contains mainly BLUE color.
Base Numbers
|
|
|
|
#8bc0df tints
#8bc0df shades
RGB in % of #8bc0df
CMYK in % of #8bc0df
Preview Color #8bc0df on black ground
Very nice color.
Preview Color #8bc0df on white ground
Very nice color.
CSS Codes #8bc0df color
.mybgcolor {background-color:#8bc0df; } .myforecolor {color:#8bc0df; } .mybordercolor {border:3px solid #8bc0df; }
Text Font Color #8bc0df
<p style="color:#8bc0df">Text here</p>
This sample text font color is #8bc0df
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.
Background Color #8bc0df
<div style="background-color:#8bc0df">
Div content here</div>
This div background color is #8bc0df
Border Color #8bc0df
<div style="border:3px solid #8bc0df">
Div here</div>
The color of this border is #8bc0df
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8bc0df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8bc0df; -webkit-box-shadow: 1px 1px 3px 2px #8bc0df; box-shadow: 1px 1px 3px 2px #8bc0df; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #8bc0df">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8bc0df; -webkit-box-shadow: 1px 1px 3px 2px #8bc0df; box-shadow: 1px 1px 3px 2px #8bc0df;">
Div content here</div>
The shadow of div box using color #8bc0df