Color spaces of #8caebc
RGB | 140 | 174 | 188 |
---|---|---|---|
HSL | 0.55 | 0.26 | 0.64 |
HSV | 198° | 26° | 74° |
CMYK | 0.26 | 0.07 | 0.00 0.26 |
XYZ | 35.0284 | 39.4784 | 53.3509 |
Yxy | 39.4784 | 0.2740 | 0.3088 |
Hunter Lab | 62.8318 | -10.4430 | -6.3612 |
CIE-Lab | 69.0964 | -8.3156 | -10.9550 |
#8caebc color RGB value is (140,174,188).
#8caebc hex color red value is 140, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8caebc hue: 0.55 , saturation: 0.26 and the lightness value of 8caebc is 0.64.
The process color (four color CMYK) of #8caebc color hex is 0.26, 0.07, 0.00, 0.26. Web safe color of #8caebc is #9999cc. Color #8caebc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 10101110 | 10111100 |
Octal | 214 | 256 | 274 |
Decimal | 140 | 174 | 188 |
Hex | 8C | AE | BC |
Shades of #8caebc
Tints of #8caebc
RGB Percentages of Color #8caebc
CMYK Percentages of Color #8caebc
Complementary Color
#8caebc | #bc9a8c |
#8caebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8caebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8caebc Color CSS Codes
.mybgcolor {background-color:#8caebc; } .myforecolor {color:#8caebc; } .mybordercolor {border:3px solid #8caebc; }
#8caebc Text Font Color
<p style="color:#8caebc">Text here</p>
This sample text font color is #8caebc
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.
#8caebc Background Color
<div style="background-color:#8caebc">
Div content here</div>
This div background color is #8caebc
#8caebc Border Color
<div style="border:3px solid #8caebc">
Div here</div>
This div border color is #8caebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,174,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8caebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8caebc; -webkit-box-shadow: 1px 1px 3px 2px #8caebc; box-shadow: 1px 1px 3px 2px #8caebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,174,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8caebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8caebc; -webkit-box-shadow: 1px 1px 3px 2px #8caebc; box-shadow: 1px 1px 3px 2px #8caebc;">
Div content here</div>
This div box has shadow with color #8caebc
Comments
No comments written yet.
Please login to write comment.