Color spaces of #8caceb
RGB | 140 | 172 | 235 |
---|---|---|---|
HSL | 0.61 | 0.70 | 0.74 |
HSV | 220° | 40° | 92° |
CMYK | 0.40 | 0.27 | 0.00 0.08 |
XYZ | 40.5631 | 41.0787 | 84.3883 |
Yxy | 41.0787 | 0.2443 | 0.2474 |
Hunter Lab | 64.0927 | 0.8073 | -33.1999 |
CIE-Lab | 70.2310 | 4.7590 | -35.0378 |
#8caceb color RGB value is (140,172,235).
#8caceb hex color red value is 140, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8caceb hue: 0.61 , saturation: 0.70 and the lightness value of 8caceb is 0.74.
The process color (four color CMYK) of #8caceb color hex is 0.40, 0.27, 0.00, 0.08. Web safe color of #8caceb is #9999ff. Color #8caceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 10101100 | 11101011 |
Octal | 214 | 254 | 353 |
Decimal | 140 | 172 | 235 |
Hex | 8C | AC | EB |
Shades of #8caceb
Tints of #8caceb
RGB Percentages of Color #8caceb
CMYK Percentages of Color #8caceb
Complementary Color
#8caceb | #ebcb8c |
#8caceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8caceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8caceb Color CSS Codes
.mybgcolor {background-color:#8caceb; } .myforecolor {color:#8caceb; } .mybordercolor {border:3px solid #8caceb; }
#8caceb Text Font Color
<p style="color:#8caceb">Text here</p>
This sample text font color is #8caceb
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.
#8caceb Background Color
<div style="background-color:#8caceb">
Div content here</div>
This div background color is #8caceb
#8caceb Border Color
<div style="border:3px solid #8caceb">
Div here</div>
This div border color is #8caceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,172,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8caceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8caceb; -webkit-box-shadow: 1px 1px 3px 2px #8caceb; box-shadow: 1px 1px 3px 2px #8caceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,172,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 #8caceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8caceb; -webkit-box-shadow: 1px 1px 3px 2px #8caceb; box-shadow: 1px 1px 3px 2px #8caceb;">
Div content here</div>
This div box has shadow with color #8caceb
Comments
No comments written yet.
Please login to write comment.