Color spaces of #af838c
RGB | 175 | 131 | 140 |
---|---|---|---|
HSL | 0.97 | 0.22 | 0.60 |
HSV | 348° | 25° | 69° |
CMYK | 0.00 | 0.25 | 0.20 0.31 |
XYZ | 30.5291 | 27.2400 | 28.4597 |
Yxy | 27.2400 | 0.3540 | 0.3159 |
Hunter Lab | 52.1920 | 13.0757 | 4.2042 |
CIE-Lab | 59.1958 | 18.3023 | 1.7726 |
#af838c color RGB value is (175,131,140).
#af838c hex color red value is 175, green value is 131 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #af838c hue: 0.97 , saturation: 0.22 and the lightness value of af838c is 0.60.
The process color (four color CMYK) of #af838c color hex is 0.00, 0.25, 0.20, 0.31. Web safe color of #af838c is #999999. Color #af838c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10000011 | 10001100 |
Octal | 257 | 203 | 214 |
Decimal | 175 | 131 | 140 |
Hex | AF | 83 | 8C |
Shades of #af838c
Tints of #af838c
RGB Percentages of Color #af838c
CMYK Percentages of Color #af838c
Complementary Color
#af838c | #83afa6 |
#af838c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af838c Color Preview on White Background
Lorem ipsum dolor sit amet.
#af838c Color CSS Codes
.mybgcolor {background-color:#af838c; } .myforecolor {color:#af838c; } .mybordercolor {border:3px solid #af838c; }
#af838c Text Font Color
<p style="color:#af838c">Text here</p>
This sample text font color is #af838c
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.
#af838c Background Color
<div style="background-color:#af838c">
Div content here</div>
This div background color is #af838c
#af838c Border Color
<div style="border:3px solid #af838c">
Div here</div>
This div border color is #af838c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,131,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af838c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af838c; -webkit-box-shadow: 1px 1px 3px 2px #af838c; box-shadow: 1px 1px 3px 2px #af838c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,131,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af838c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af838c; -webkit-box-shadow: 1px 1px 3px 2px #af838c; box-shadow: 1px 1px 3px 2px #af838c;">
Div content here</div>
This div box has shadow with color #af838c
Comments
No comments written yet.
Please login to write comment.