Color spaces of #abbfd7
RGB | 171 | 191 | 215 |
---|---|---|---|
HSL | 0.59 | 0.35 | 0.76 |
HSV | 213° | 20° | 84° |
CMYK | 0.20 | 0.11 | 0.00 0.16 |
XYZ | 47.6911 | 50.8258 | 71.5868 |
Yxy | 50.8258 | 0.2804 | 0.2988 |
Hunter Lab | 71.2922 | -5.3534 | -9.6304 |
CIE-Lab | 76.5734 | -1.7069 | -14.2993 |
#abbfd7 color RGB value is (171,191,215).
#abbfd7 hex color red value is 171, green value is 191 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #abbfd7 hue: 0.59 , saturation: 0.35 and the lightness value of abbfd7 is 0.76.
The process color (four color CMYK) of #abbfd7 color hex is 0.20, 0.11, 0.00, 0.16. Web safe color of #abbfd7 is #99cccc. Color #abbfd7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111111 | 11010111 |
Octal | 253 | 277 | 327 |
Decimal | 171 | 191 | 215 |
Hex | AB | BF | D7 |
Shades of #abbfd7
Tints of #abbfd7
RGB Percentages of Color #abbfd7
CMYK Percentages of Color #abbfd7
Complementary Color
#abbfd7 | #d7c3ab |
#abbfd7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbfd7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbfd7 Color CSS Codes
.mybgcolor {background-color:#abbfd7; } .myforecolor {color:#abbfd7; } .mybordercolor {border:3px solid #abbfd7; }
#abbfd7 Text Font Color
<p style="color:#abbfd7">Text here</p>
This sample text font color is #abbfd7
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.
#abbfd7 Background Color
<div style="background-color:#abbfd7">
Div content here</div>
This div background color is #abbfd7
#abbfd7 Border Color
<div style="border:3px solid #abbfd7">
Div here</div>
This div border color is #abbfd7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,191,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbfd7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbfd7; -webkit-box-shadow: 1px 1px 3px 2px #abbfd7; box-shadow: 1px 1px 3px 2px #abbfd7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,191,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abbfd7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbfd7; -webkit-box-shadow: 1px 1px 3px 2px #abbfd7; box-shadow: 1px 1px 3px 2px #abbfd7;">
Div content here</div>
This div box has shadow with color #abbfd7
Comments
No comments written yet.
Please login to write comment.