Color spaces of #8cabbe
RGB | 140 | 171 | 190 |
---|---|---|---|
HSL | 0.56 | 0.28 | 0.65 |
HSV | 203° | 26° | 75° |
CMYK | 0.26 | 0.10 | 0.00 0.25 |
XYZ | 34.6724 | 38.4190 | 54.3034 |
Yxy | 38.4190 | 0.2722 | 0.3016 |
Hunter Lab | 61.9831 | -8.6201 | -8.5559 |
CIE-Lab | 68.3283 | -6.2234 | -13.2121 |
#8cabbe color RGB value is (140,171,190).
#8cabbe hex color red value is 140, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8cabbe hue: 0.56 , saturation: 0.28 and the lightness value of 8cabbe is 0.65.
The process color (four color CMYK) of #8cabbe color hex is 0.26, 0.10, 0.00, 0.25. Web safe color of #8cabbe is #9999cc. Color #8cabbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 10101011 | 10111110 |
Octal | 214 | 253 | 276 |
Decimal | 140 | 171 | 190 |
Hex | 8C | AB | BE |
Shades of #8cabbe
Tints of #8cabbe
RGB Percentages of Color #8cabbe
CMYK Percentages of Color #8cabbe
Complementary Color
#8cabbe | #be9f8c |
#8cabbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cabbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cabbe Color CSS Codes
.mybgcolor {background-color:#8cabbe; } .myforecolor {color:#8cabbe; } .mybordercolor {border:3px solid #8cabbe; }
#8cabbe Text Font Color
<p style="color:#8cabbe">Text here</p>
This sample text font color is #8cabbe
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.
#8cabbe Background Color
<div style="background-color:#8cabbe">
Div content here</div>
This div background color is #8cabbe
#8cabbe Border Color
<div style="border:3px solid #8cabbe">
Div here</div>
This div border color is #8cabbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,171,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cabbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cabbe; -webkit-box-shadow: 1px 1px 3px 2px #8cabbe; box-shadow: 1px 1px 3px 2px #8cabbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,171,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8cabbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cabbe; -webkit-box-shadow: 1px 1px 3px 2px #8cabbe; box-shadow: 1px 1px 3px 2px #8cabbe;">
Div content here</div>
This div box has shadow with color #8cabbe
Comments
No comments written yet.
Please login to write comment.