Color spaces of #8cbfeb
RGB | 140 | 191 | 235 |
---|---|---|---|
HSL | 0.58 | 0.70 | 0.74 |
HSV | 208° | 40° | 92° |
CMYK | 0.40 | 0.19 | 0.00 0.08 |
XYZ | 44.4414 | 48.8352 | 85.6811 |
Yxy | 48.8352 | 0.2483 | 0.2729 |
Hunter Lab | 69.8822 | -8.7772 | -23.7767 |
CIE-Lab | 75.3487 | -5.6657 | -27.1476 |
#8cbfeb color RGB value is (140,191,235).
#8cbfeb hex color red value is 140, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8cbfeb hue: 0.58 , saturation: 0.70 and the lightness value of 8cbfeb is 0.74.
The process color (four color CMYK) of #8cbfeb color hex is 0.40, 0.19, 0.00, 0.08. Web safe color of #8cbfeb is #99ccff. Color #8cbfeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 10111111 | 11101011 |
Octal | 214 | 277 | 353 |
Decimal | 140 | 191 | 235 |
Hex | 8C | BF | EB |
Shades of #8cbfeb
Tints of #8cbfeb
RGB Percentages of Color #8cbfeb
CMYK Percentages of Color #8cbfeb
Complementary Color
#8cbfeb | #ebb88c |
#8cbfeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cbfeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cbfeb Color CSS Codes
.mybgcolor {background-color:#8cbfeb; } .myforecolor {color:#8cbfeb; } .mybordercolor {border:3px solid #8cbfeb; }
#8cbfeb Text Font Color
<p style="color:#8cbfeb">Text here</p>
This sample text font color is #8cbfeb
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.
#8cbfeb Background Color
<div style="background-color:#8cbfeb">
Div content here</div>
This div background color is #8cbfeb
#8cbfeb Border Color
<div style="border:3px solid #8cbfeb">
Div here</div>
This div border color is #8cbfeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,191,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cbfeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cbfeb; -webkit-box-shadow: 1px 1px 3px 2px #8cbfeb; box-shadow: 1px 1px 3px 2px #8cbfeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,191,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8cbfeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cbfeb; -webkit-box-shadow: 1px 1px 3px 2px #8cbfeb; box-shadow: 1px 1px 3px 2px #8cbfeb;">
Div content here</div>
This div box has shadow with color #8cbfeb
Comments
No comments written yet.
Please login to write comment.