Color spaces of #8cbfec
RGB | 140 | 191 | 236 |
---|---|---|---|
HSL | 0.58 | 0.72 | 0.74 |
HSV | 208° | 41° | 93° |
CMYK | 0.41 | 0.19 | 0.00 0.07 |
XYZ | 44.5863 | 48.8932 | 86.4443 |
Yxy | 48.8932 | 0.2478 | 0.2717 |
Hunter Lab | 69.9237 | -8.5473 | -24.3517 |
CIE-Lab | 75.3848 | -5.4002 | -27.6319 |
#8cbfec color RGB value is (140,191,236).
#8cbfec hex color red value is 140, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8cbfec hue: 0.58 , saturation: 0.72 and the lightness value of 8cbfec is 0.74.
The process color (four color CMYK) of #8cbfec color hex is 0.41, 0.19, 0.00, 0.07. Web safe color of #8cbfec is #99ccff. Color #8cbfec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 10111111 | 11101100 |
Octal | 214 | 277 | 354 |
Decimal | 140 | 191 | 236 |
Hex | 8C | BF | EC |
Shades of #8cbfec
Tints of #8cbfec
RGB Percentages of Color #8cbfec
CMYK Percentages of Color #8cbfec
Complementary Color
#8cbfec | #ecb98c |
#8cbfec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cbfec Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cbfec Color CSS Codes
.mybgcolor {background-color:#8cbfec; } .myforecolor {color:#8cbfec; } .mybordercolor {border:3px solid #8cbfec; }
#8cbfec Text Font Color
<p style="color:#8cbfec">Text here</p>
This sample text font color is #8cbfec
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.
#8cbfec Background Color
<div style="background-color:#8cbfec">
Div content here</div>
This div background color is #8cbfec
#8cbfec Border Color
<div style="border:3px solid #8cbfec">
Div here</div>
This div border color is #8cbfec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,191,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cbfec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cbfec; -webkit-box-shadow: 1px 1px 3px 2px #8cbfec; box-shadow: 1px 1px 3px 2px #8cbfec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,191,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8cbfec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cbfec; -webkit-box-shadow: 1px 1px 3px 2px #8cbfec; box-shadow: 1px 1px 3px 2px #8cbfec;">
Div content here</div>
This div box has shadow with color #8cbfec
Comments
No comments written yet.
Please login to write comment.