Color spaces of #afdca4
RGB | 175 | 220 | 164 |
---|---|---|---|
HSL | 0.30 | 0.44 | 0.75 |
HSV | 108° | 25° | 86° |
CMYK | 0.20 | 0.00 | 0.25 0.14 |
XYZ | 49.9732 | 62.9807 | 44.6446 |
Yxy | 62.9807 | 0.3171 | 0.3996 |
Hunter Lab | 79.3604 | -26.4793 | 22.1984 |
CIE-Lab | 83.4322 | -25.0320 | 22.8528 |
#afdca4 color RGB value is (175,220,164).
#afdca4 hex color red value is 175, green value is 220 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #afdca4 hue: 0.30 , saturation: 0.44 and the lightness value of afdca4 is 0.75.
The process color (four color CMYK) of #afdca4 color hex is 0.20, 0.00, 0.25, 0.14. Web safe color of #afdca4 is #99cc99. Color #afdca4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011100 | 10100100 |
Octal | 257 | 334 | 244 |
Decimal | 175 | 220 | 164 |
Hex | AF | DC | A4 |
Shades of #afdca4
Tints of #afdca4
RGB Percentages of Color #afdca4
CMYK Percentages of Color #afdca4
Complementary Color
#afdca4 | #d1a4dc |
#afdca4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdca4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdca4 Color CSS Codes
.mybgcolor {background-color:#afdca4; } .myforecolor {color:#afdca4; } .mybordercolor {border:3px solid #afdca4; }
#afdca4 Text Font Color
<p style="color:#afdca4">Text here</p>
This sample text font color is #afdca4
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.
#afdca4 Background Color
<div style="background-color:#afdca4">
Div content here</div>
This div background color is #afdca4
#afdca4 Border Color
<div style="border:3px solid #afdca4">
Div here</div>
This div border color is #afdca4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,220,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdca4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdca4; -webkit-box-shadow: 1px 1px 3px 2px #afdca4; box-shadow: 1px 1px 3px 2px #afdca4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,220,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afdca4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdca4; -webkit-box-shadow: 1px 1px 3px 2px #afdca4; box-shadow: 1px 1px 3px 2px #afdca4;">
Div content here</div>
This div box has shadow with color #afdca4
Comments
No comments written yet.
Please login to write comment.