Color spaces of #afbdb1
RGB | 175 | 189 | 177 |
---|---|---|---|
HSL | 0.36 | 0.10 | 0.71 |
HSV | 129° | 7° | 74° |
CMYK | 0.07 | 0.00 | 0.06 0.26 |
XYZ | 43.8126 | 48.6835 | 48.6827 |
Yxy | 48.6835 | 0.3103 | 0.3448 |
Hunter Lab | 69.7736 | -10.0190 | 7.4734 |
CIE-Lab | 75.2540 | -7.0965 | 4.4014 |
#afbdb1 color RGB value is (175,189,177).
#afbdb1 hex color red value is 175, green value is 189 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #afbdb1 hue: 0.36 , saturation: 0.10 and the lightness value of afbdb1 is 0.71.
The process color (four color CMYK) of #afbdb1 color hex is 0.07, 0.00, 0.06, 0.26. Web safe color of #afbdb1 is #99cc99. Color #afbdb1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111101 | 10110001 |
Octal | 257 | 275 | 261 |
Decimal | 175 | 189 | 177 |
Hex | AF | BD | B1 |
Shades of #afbdb1
Tints of #afbdb1
RGB Percentages of Color #afbdb1
CMYK Percentages of Color #afbdb1
Complementary Color
#afbdb1 | #bdafbb |
#afbdb1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbdb1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbdb1 Color CSS Codes
.mybgcolor {background-color:#afbdb1; } .myforecolor {color:#afbdb1; } .mybordercolor {border:3px solid #afbdb1; }
#afbdb1 Text Font Color
<p style="color:#afbdb1">Text here</p>
This sample text font color is #afbdb1
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.
#afbdb1 Background Color
<div style="background-color:#afbdb1">
Div content here</div>
This div background color is #afbdb1
#afbdb1 Border Color
<div style="border:3px solid #afbdb1">
Div here</div>
This div border color is #afbdb1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,189,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbdb1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbdb1; -webkit-box-shadow: 1px 1px 3px 2px #afbdb1; box-shadow: 1px 1px 3px 2px #afbdb1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,189,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbdb1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbdb1; -webkit-box-shadow: 1px 1px 3px 2px #afbdb1; box-shadow: 1px 1px 3px 2px #afbdb1;">
Div content here</div>
This div box has shadow with color #afbdb1
Comments
No comments written yet.
Please login to write comment.