Color spaces of #abecf7
RGB | 171 | 236 | 247 |
---|---|---|---|
HSL | 0.52 | 0.83 | 0.82 |
HSV | 189° | 31° | 97° |
CMYK | 0.31 | 0.04 | 0.00 0.03 |
XYZ | 63.5785 | 75.3642 | 99.1915 |
Yxy | 75.3642 | 0.2670 | 0.3165 |
Hunter Lab | 86.8126 | -21.1948 | -6.9756 |
CIE-Lab | 89.5633 | -17.7333 | -11.8751 |
#abecf7 color RGB value is (171,236,247).
#abecf7 hex color red value is 171, green value is 236 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #abecf7 hue: 0.52 , saturation: 0.83 and the lightness value of abecf7 is 0.82.
The process color (four color CMYK) of #abecf7 color hex is 0.31, 0.04, 0.00, 0.03. Web safe color of #abecf7 is #99ffff. Color #abecf7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101100 | 11110111 |
Octal | 253 | 354 | 367 |
Decimal | 171 | 236 | 247 |
Hex | AB | EC | F7 |
Shades of #abecf7
Tints of #abecf7
RGB Percentages of Color #abecf7
CMYK Percentages of Color #abecf7
Complementary Color
#abecf7 | #f7b6ab |
#abecf7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abecf7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abecf7 Color CSS Codes
.mybgcolor {background-color:#abecf7; } .myforecolor {color:#abecf7; } .mybordercolor {border:3px solid #abecf7; }
#abecf7 Text Font Color
<p style="color:#abecf7">Text here</p>
This sample text font color is #abecf7
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.
#abecf7 Background Color
<div style="background-color:#abecf7">
Div content here</div>
This div background color is #abecf7
#abecf7 Border Color
<div style="border:3px solid #abecf7">
Div here</div>
This div border color is #abecf7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,236,247, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abecf7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abecf7; -webkit-box-shadow: 1px 1px 3px 2px #abecf7; box-shadow: 1px 1px 3px 2px #abecf7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,236,247, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abecf7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abecf7; -webkit-box-shadow: 1px 1px 3px 2px #abecf7; box-shadow: 1px 1px 3px 2px #abecf7;">
Div content here</div>
This div box has shadow with color #abecf7
Comments
No comments written yet.
Please login to write comment.