Color spaces of #afb692
RGB | 175 | 182 | 146 |
---|---|---|---|
HSL | 0.20 | 0.20 | 0.64 |
HSV | 72° | 20° | 71° |
CMYK | 0.04 | 0.00 | 0.20 0.29 |
XYZ | 39.5955 | 44.6452 | 33.7246 |
Yxy | 44.6452 | 0.3357 | 0.3785 |
Hunter Lab | 66.8171 | -11.1515 | 16.8465 |
CIE-Lab | 72.6577 | -8.7180 | 17.5390 |
#afb692 color RGB value is (175,182,146).
#afb692 hex color red value is 175, green value is 182 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #afb692 hue: 0.20 , saturation: 0.20 and the lightness value of afb692 is 0.64.
The process color (four color CMYK) of #afb692 color hex is 0.04, 0.00, 0.20, 0.29. Web safe color of #afb692 is #99cc99. Color #afb692 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10110110 | 10010010 |
Octal | 257 | 266 | 222 |
Decimal | 175 | 182 | 146 |
Hex | AF | B6 | 92 |
Shades of #afb692
Tints of #afb692
RGB Percentages of Color #afb692
CMYK Percentages of Color #afb692
Complementary Color
#afb692 | #9992b6 |
#afb692 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb692 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb692 Color CSS Codes
.mybgcolor {background-color:#afb692; } .myforecolor {color:#afb692; } .mybordercolor {border:3px solid #afb692; }
#afb692 Text Font Color
<p style="color:#afb692">Text here</p>
This sample text font color is #afb692
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.
#afb692 Background Color
<div style="background-color:#afb692">
Div content here</div>
This div background color is #afb692
#afb692 Border Color
<div style="border:3px solid #afb692">
Div here</div>
This div border color is #afb692
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,182,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb692; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb692; -webkit-box-shadow: 1px 1px 3px 2px #afb692; box-shadow: 1px 1px 3px 2px #afb692; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,182,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb692">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb692; -webkit-box-shadow: 1px 1px 3px 2px #afb692; box-shadow: 1px 1px 3px 2px #afb692;">
Div content here</div>
This div box has shadow with color #afb692
Comments
No comments written yet.
Please login to write comment.