Color spaces of #afbe7e
RGB | 175 | 190 | 126 |
---|---|---|---|
HSL | 0.21 | 0.33 | 0.62 |
HSV | 74° | 34° | 75° |
CMYK | 0.08 | 0.00 | 0.34 0.25 |
XYZ | 39.8585 | 47.4472 | 26.7961 |
Yxy | 47.4472 | 0.3493 | 0.4158 |
Hunter Lab | 68.8819 | -17.2544 | 25.1527 |
CIE-Lab | 74.4749 | -15.7260 | 30.6577 |
#afbe7e color RGB value is (175,190,126).
#afbe7e hex color red value is 175, green value is 190 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #afbe7e hue: 0.21 , saturation: 0.33 and the lightness value of afbe7e is 0.62.
The process color (four color CMYK) of #afbe7e color hex is 0.08, 0.00, 0.34, 0.25. Web safe color of #afbe7e is #99cc66. Color #afbe7e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111110 | 01111110 |
Octal | 257 | 276 | 176 |
Decimal | 175 | 190 | 126 |
Hex | AF | BE | 7E |
Shades of #afbe7e
Tints of #afbe7e
RGB Percentages of Color #afbe7e
CMYK Percentages of Color #afbe7e
Complementary Color
#afbe7e | #8d7ebe |
#afbe7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbe7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbe7e Color CSS Codes
.mybgcolor {background-color:#afbe7e; } .myforecolor {color:#afbe7e; } .mybordercolor {border:3px solid #afbe7e; }
#afbe7e Text Font Color
<p style="color:#afbe7e">Text here</p>
This sample text font color is #afbe7e
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.
#afbe7e Background Color
<div style="background-color:#afbe7e">
Div content here</div>
This div background color is #afbe7e
#afbe7e Border Color
<div style="border:3px solid #afbe7e">
Div here</div>
This div border color is #afbe7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,190,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbe7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbe7e; -webkit-box-shadow: 1px 1px 3px 2px #afbe7e; box-shadow: 1px 1px 3px 2px #afbe7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,190,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 #afbe7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbe7e; -webkit-box-shadow: 1px 1px 3px 2px #afbe7e; box-shadow: 1px 1px 3px 2px #afbe7e;">
Div content here</div>
This div box has shadow with color #afbe7e
Comments
No comments written yet.
Please login to write comment.