Color spaces of #afae70
RGB | 175 | 174 | 112 |
---|---|---|---|
HSL | 0.16 | 0.28 | 0.56 |
HSV | 59° | 36° | 69° |
CMYK | 0.00 | 0.01 | 0.36 0.31 |
XYZ | 35.7399 | 40.5559 | 21.2736 |
Yxy | 40.5559 | 0.3663 | 0.4157 |
Hunter Lab | 63.6835 | -11.2700 | 24.7725 |
CIE-Lab | 69.8636 | -9.2118 | 31.9876 |
#afae70 color RGB value is (175,174,112).
#afae70 hex color red value is 175, green value is 174 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #afae70 hue: 0.16 , saturation: 0.28 and the lightness value of afae70 is 0.56.
The process color (four color CMYK) of #afae70 color hex is 0.00, 0.01, 0.36, 0.31. Web safe color of #afae70 is #999966. Color #afae70 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101110 | 01110000 |
Octal | 257 | 256 | 160 |
Decimal | 175 | 174 | 112 |
Hex | AF | AE | 70 |
Shades of #afae70
Tints of #afae70
RGB Percentages of Color #afae70
CMYK Percentages of Color #afae70
Complementary Color
#afae70 | #7071af |
#afae70 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afae70 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afae70 Color CSS Codes
.mybgcolor {background-color:#afae70; } .myforecolor {color:#afae70; } .mybordercolor {border:3px solid #afae70; }
#afae70 Text Font Color
<p style="color:#afae70">Text here</p>
This sample text font color is #afae70
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.
#afae70 Background Color
<div style="background-color:#afae70">
Div content here</div>
This div background color is #afae70
#afae70 Border Color
<div style="border:3px solid #afae70">
Div here</div>
This div border color is #afae70
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,174,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afae70; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afae70; -webkit-box-shadow: 1px 1px 3px 2px #afae70; box-shadow: 1px 1px 3px 2px #afae70; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,174,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afae70">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afae70; -webkit-box-shadow: 1px 1px 3px 2px #afae70; box-shadow: 1px 1px 3px 2px #afae70;">
Div content here</div>
This div box has shadow with color #afae70
Comments
No comments written yet.
Please login to write comment.