Color spaces of #afbea7
RGB | 175 | 190 | 167 |
---|---|---|---|
HSL | 0.28 | 0.15 | 0.70 |
HSV | 99° | 12° | 75° |
CMYK | 0.08 | 0.00 | 0.12 0.25 |
XYZ | 43.0677 | 48.7309 | 43.6953 |
Yxy | 48.7309 | 0.3179 | 0.3597 |
Hunter Lab | 69.8075 | -12.0377 | 11.7533 |
CIE-Lab | 75.2836 | -9.4256 | 9.8642 |
#afbea7 color RGB value is (175,190,167).
#afbea7 hex color red value is 175, green value is 190 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #afbea7 hue: 0.28 , saturation: 0.15 and the lightness value of afbea7 is 0.70.
The process color (four color CMYK) of #afbea7 color hex is 0.08, 0.00, 0.12, 0.25. Web safe color of #afbea7 is #99cc99. Color #afbea7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111110 | 10100111 |
Octal | 257 | 276 | 247 |
Decimal | 175 | 190 | 167 |
Hex | AF | BE | A7 |
Shades of #afbea7
Tints of #afbea7
RGB Percentages of Color #afbea7
CMYK Percentages of Color #afbea7
Complementary Color
#afbea7 | #b6a7be |
#afbea7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbea7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbea7 Color CSS Codes
.mybgcolor {background-color:#afbea7; } .myforecolor {color:#afbea7; } .mybordercolor {border:3px solid #afbea7; }
#afbea7 Text Font Color
<p style="color:#afbea7">Text here</p>
This sample text font color is #afbea7
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.
#afbea7 Background Color
<div style="background-color:#afbea7">
Div content here</div>
This div background color is #afbea7
#afbea7 Border Color
<div style="border:3px solid #afbea7">
Div here</div>
This div border color is #afbea7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,190,167, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbea7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbea7; -webkit-box-shadow: 1px 1px 3px 2px #afbea7; box-shadow: 1px 1px 3px 2px #afbea7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,190,167, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbea7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbea7; -webkit-box-shadow: 1px 1px 3px 2px #afbea7; box-shadow: 1px 1px 3px 2px #afbea7;">
Div content here</div>
This div box has shadow with color #afbea7
Comments
No comments written yet.
Please login to write comment.