Color spaces of #afdcb9
RGB | 175 | 220 | 185 |
---|---|---|---|
HSL | 0.37 | 0.39 | 0.77 |
HSV | 133° | 20° | 86° |
CMYK | 0.20 | 0.00 | 0.16 0.14 |
XYZ | 52.0294 | 63.8031 | 55.4719 |
Yxy | 63.8031 | 0.3037 | 0.3725 |
Hunter Lab | 79.8768 | -23.5149 | 14.7388 |
CIE-Lab | 83.8631 | -21.4287 | 12.4425 |
#afdcb9 color RGB value is (175,220,185).
#afdcb9 hex color red value is 175, green value is 220 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #afdcb9 hue: 0.37 , saturation: 0.39 and the lightness value of afdcb9 is 0.77.
The process color (four color CMYK) of #afdcb9 color hex is 0.20, 0.00, 0.16, 0.14. Web safe color of #afdcb9 is #99cccc. Color #afdcb9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011100 | 10111001 |
Octal | 257 | 334 | 271 |
Decimal | 175 | 220 | 185 |
Hex | AF | DC | B9 |
Shades of #afdcb9
Tints of #afdcb9
RGB Percentages of Color #afdcb9
CMYK Percentages of Color #afdcb9
Complementary Color
#afdcb9 | #dcafd2 |
#afdcb9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdcb9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdcb9 Color CSS Codes
.mybgcolor {background-color:#afdcb9; } .myforecolor {color:#afdcb9; } .mybordercolor {border:3px solid #afdcb9; }
#afdcb9 Text Font Color
<p style="color:#afdcb9">Text here</p>
This sample text font color is #afdcb9
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.
#afdcb9 Background Color
<div style="background-color:#afdcb9">
Div content here</div>
This div background color is #afdcb9
#afdcb9 Border Color
<div style="border:3px solid #afdcb9">
Div here</div>
This div border color is #afdcb9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,220,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdcb9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdcb9; -webkit-box-shadow: 1px 1px 3px 2px #afdcb9; box-shadow: 1px 1px 3px 2px #afdcb9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,220,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afdcb9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdcb9; -webkit-box-shadow: 1px 1px 3px 2px #afdcb9; box-shadow: 1px 1px 3px 2px #afdcb9;">
Div content here</div>
This div box has shadow with color #afdcb9
Comments
No comments written yet.
Please login to write comment.