Color spaces of #abcbf7
RGB | 171 | 203 | 247 |
---|---|---|---|
HSL | 0.60 | 0.83 | 0.82 |
HSV | 215° | 31° | 97° |
CMYK | 0.31 | 0.18 | 0.00 0.03 |
XYZ | 54.9390 | 58.0852 | 96.3117 |
Yxy | 58.0852 | 0.2624 | 0.2775 |
Hunter Lab | 76.2136 | -4.7012 | -21.5756 |
CIE-Lab | 80.7861 | -0.6793 | -25.1134 |
#abcbf7 color RGB value is (171,203,247).
#abcbf7 hex color red value is 171, green value is 203 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #abcbf7 hue: 0.60 , saturation: 0.83 and the lightness value of abcbf7 is 0.82.
The process color (four color CMYK) of #abcbf7 color hex is 0.31, 0.18, 0.00, 0.03. Web safe color of #abcbf7 is #99ccff. Color #abcbf7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001011 | 11110111 |
Octal | 253 | 313 | 367 |
Decimal | 171 | 203 | 247 |
Hex | AB | CB | F7 |
Shades of #abcbf7
Tints of #abcbf7
RGB Percentages of Color #abcbf7
CMYK Percentages of Color #abcbf7
Complementary Color
#abcbf7 | #f7d7ab |
#abcbf7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abcbf7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abcbf7 Color CSS Codes
.mybgcolor {background-color:#abcbf7; } .myforecolor {color:#abcbf7; } .mybordercolor {border:3px solid #abcbf7; }
#abcbf7 Text Font Color
<p style="color:#abcbf7">Text here</p>
This sample text font color is #abcbf7
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.
#abcbf7 Background Color
<div style="background-color:#abcbf7">
Div content here</div>
This div background color is #abcbf7
#abcbf7 Border Color
<div style="border:3px solid #abcbf7">
Div here</div>
This div border color is #abcbf7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,203,247, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abcbf7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abcbf7; -webkit-box-shadow: 1px 1px 3px 2px #abcbf7; box-shadow: 1px 1px 3px 2px #abcbf7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,203,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 #abcbf7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abcbf7; -webkit-box-shadow: 1px 1px 3px 2px #abcbf7; box-shadow: 1px 1px 3px 2px #abcbf7;">
Div content here</div>
This div box has shadow with color #abcbf7
Comments
No comments written yet.
Please login to write comment.