Color spaces of #afbdab
RGB | 175 | 189 | 171 |
---|---|---|---|
HSL | 0.30 | 0.12 | 0.71 |
HSV | 107° | 10° | 74° |
CMYK | 0.07 | 0.00 | 0.10 0.26 |
XYZ | 43.2275 | 48.4494 | 45.6014 |
Yxy | 48.4494 | 0.3149 | 0.3529 |
Hunter Lab | 69.6056 | -10.9551 | 9.8807 |
CIE-Lab | 75.1075 | -8.1921 | 7.4459 |
#afbdab color RGB value is (175,189,171).
#afbdab hex color red value is 175, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afbdab hue: 0.30 , saturation: 0.12 and the lightness value of afbdab is 0.71.
The process color (four color CMYK) of #afbdab color hex is 0.07, 0.00, 0.10, 0.26. Web safe color of #afbdab is #99cc99. Color #afbdab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111101 | 10101011 |
Octal | 257 | 275 | 253 |
Decimal | 175 | 189 | 171 |
Hex | AF | BD | AB |
Shades of #afbdab
Tints of #afbdab
RGB Percentages of Color #afbdab
CMYK Percentages of Color #afbdab
Complementary Color
#afbdab | #b9abbd |
#afbdab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbdab Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbdab Color CSS Codes
.mybgcolor {background-color:#afbdab; } .myforecolor {color:#afbdab; } .mybordercolor {border:3px solid #afbdab; }
#afbdab Text Font Color
<p style="color:#afbdab">Text here</p>
This sample text font color is #afbdab
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.
#afbdab Background Color
<div style="background-color:#afbdab">
Div content here</div>
This div background color is #afbdab
#afbdab Border Color
<div style="border:3px solid #afbdab">
Div here</div>
This div border color is #afbdab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,189,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbdab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbdab; -webkit-box-shadow: 1px 1px 3px 2px #afbdab; box-shadow: 1px 1px 3px 2px #afbdab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,189,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbdab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbdab; -webkit-box-shadow: 1px 1px 3px 2px #afbdab; box-shadow: 1px 1px 3px 2px #afbdab;">
Div content here</div>
This div box has shadow with color #afbdab
Comments
No comments written yet.
Please login to write comment.