Color spaces of #abbfaf
RGB | 171 | 191 | 175 |
---|---|---|---|
HSL | 0.37 | 0.14 | 0.71 |
HSV | 132° | 10° | 75° |
CMYK | 0.10 | 0.00 | 0.08 0.25 |
XYZ | 43.1633 | 49.0147 | 47.7433 |
Yxy | 49.0147 | 0.3085 | 0.3503 |
Hunter Lab | 70.0105 | -12.4685 | 8.5748 |
CIE-Lab | 75.4605 | -9.9040 | 5.7474 |
#abbfaf color RGB value is (171,191,175).
#abbfaf hex color red value is 171, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #abbfaf hue: 0.37 , saturation: 0.14 and the lightness value of abbfaf is 0.71.
The process color (four color CMYK) of #abbfaf color hex is 0.10, 0.00, 0.08, 0.25. Web safe color of #abbfaf is #99cc99. Color #abbfaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111111 | 10101111 |
Octal | 253 | 277 | 257 |
Decimal | 171 | 191 | 175 |
Hex | AB | BF | AF |
Shades of #abbfaf
Tints of #abbfaf
RGB Percentages of Color #abbfaf
CMYK Percentages of Color #abbfaf
Complementary Color
#abbfaf | #bfabbb |
#abbfaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbfaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbfaf Color CSS Codes
.mybgcolor {background-color:#abbfaf; } .myforecolor {color:#abbfaf; } .mybordercolor {border:3px solid #abbfaf; }
#abbfaf Text Font Color
<p style="color:#abbfaf">Text here</p>
This sample text font color is #abbfaf
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.
#abbfaf Background Color
<div style="background-color:#abbfaf">
Div content here</div>
This div background color is #abbfaf
#abbfaf Border Color
<div style="border:3px solid #abbfaf">
Div here</div>
This div border color is #abbfaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,191,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbfaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbfaf; -webkit-box-shadow: 1px 1px 3px 2px #abbfaf; box-shadow: 1px 1px 3px 2px #abbfaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,191,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abbfaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbfaf; -webkit-box-shadow: 1px 1px 3px 2px #abbfaf; box-shadow: 1px 1px 3px 2px #abbfaf;">
Div content here</div>
This div box has shadow with color #abbfaf
Comments
No comments written yet.
Please login to write comment.