Color spaces of #abcfec
RGB | 171 | 207 | 236 |
---|---|---|---|
HSL | 0.57 | 0.63 | 0.80 |
HSV | 207° | 28° | 93° |
CMYK | 0.28 | 0.12 | 0.00 0.07 |
XYZ | 54.2477 | 59.3397 | 87.9514 |
Yxy | 59.3397 | 0.2692 | 0.2944 |
Hunter Lab | 77.0323 | -9.1031 | -13.7716 |
CIE-Lab | 81.4780 | -5.4156 | -18.1965 |
#abcfec color RGB value is (171,207,236).
#abcfec hex color red value is 171, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #abcfec hue: 0.57 , saturation: 0.63 and the lightness value of abcfec is 0.80.
The process color (four color CMYK) of #abcfec color hex is 0.28, 0.12, 0.00, 0.07. Web safe color of #abcfec is #99ccff. Color #abcfec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001111 | 11101100 |
Octal | 253 | 317 | 354 |
Decimal | 171 | 207 | 236 |
Hex | AB | CF | EC |
Shades of #abcfec
Tints of #abcfec
RGB Percentages of Color #abcfec
CMYK Percentages of Color #abcfec
Complementary Color
#abcfec | #ecc8ab |
#abcfec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abcfec Color Preview on White Background
Lorem ipsum dolor sit amet.
#abcfec Color CSS Codes
.mybgcolor {background-color:#abcfec; } .myforecolor {color:#abcfec; } .mybordercolor {border:3px solid #abcfec; }
#abcfec Text Font Color
<p style="color:#abcfec">Text here</p>
This sample text font color is #abcfec
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.
#abcfec Background Color
<div style="background-color:#abcfec">
Div content here</div>
This div background color is #abcfec
#abcfec Border Color
<div style="border:3px solid #abcfec">
Div here</div>
This div border color is #abcfec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,207,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abcfec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abcfec; -webkit-box-shadow: 1px 1px 3px 2px #abcfec; box-shadow: 1px 1px 3px 2px #abcfec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,207,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 #abcfec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abcfec; -webkit-box-shadow: 1px 1px 3px 2px #abcfec; box-shadow: 1px 1px 3px 2px #abcfec;">
Div content here</div>
This div box has shadow with color #abcfec
Comments
No comments written yet.
Please login to write comment.