Color spaces of #afa27e
RGB | 175 | 162 | 126 |
---|---|---|---|
HSL | 0.12 | 0.23 | 0.59 |
HSV | 44° | 28° | 69° |
CMYK | 0.00 | 0.07 | 0.28 0.31 |
XYZ | 34.3654 | 36.4610 | 24.9651 |
Yxy | 36.4610 | 0.3588 | 0.3806 |
Hunter Lab | 60.3829 | -4.0815 | 17.7548 |
CIE-Lab | 66.8707 | -0.9981 | 20.4693 |
#afa27e color RGB value is (175,162,126).
#afa27e hex color red value is 175, green value is 162 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #afa27e hue: 0.12 , saturation: 0.23 and the lightness value of afa27e is 0.59.
The process color (four color CMYK) of #afa27e color hex is 0.00, 0.07, 0.28, 0.31. Web safe color of #afa27e is #999966. Color #afa27e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100010 | 01111110 |
Octal | 257 | 242 | 176 |
Decimal | 175 | 162 | 126 |
Hex | AF | A2 | 7E |
Shades of #afa27e
Tints of #afa27e
RGB Percentages of Color #afa27e
CMYK Percentages of Color #afa27e
Complementary Color
#afa27e | #7e8baf |
#afa27e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa27e Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa27e Color CSS Codes
.mybgcolor {background-color:#afa27e; } .myforecolor {color:#afa27e; } .mybordercolor {border:3px solid #afa27e; }
#afa27e Text Font Color
<p style="color:#afa27e">Text here</p>
This sample text font color is #afa27e
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.
#afa27e Background Color
<div style="background-color:#afa27e">
Div content here</div>
This div background color is #afa27e
#afa27e Border Color
<div style="border:3px solid #afa27e">
Div here</div>
This div border color is #afa27e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,162,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa27e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa27e; -webkit-box-shadow: 1px 1px 3px 2px #afa27e; box-shadow: 1px 1px 3px 2px #afa27e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,162,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa27e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa27e; -webkit-box-shadow: 1px 1px 3px 2px #afa27e; box-shadow: 1px 1px 3px 2px #afa27e;">
Div content here</div>
This div box has shadow with color #afa27e
Comments
No comments written yet.
Please login to write comment.