Color spaces of #aebfaf
RGB | 174 | 191 | 175 |
---|---|---|---|
HSL | 0.34 | 0.12 | 0.72 |
HSV | 124° | 9° | 75° |
CMYK | 0.09 | 0.00 | 0.08 0.25 |
XYZ | 43.8242 | 49.3554 | 47.7742 |
Yxy | 49.3554 | 0.3109 | 0.3502 |
Hunter Lab | 70.2534 | -11.5948 | 8.8586 |
CIE-Lab | 75.6719 | -8.8637 | 6.0792 |
#aebfaf color RGB value is (174,191,175).
#aebfaf hex color red value is 174, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aebfaf hue: 0.34 , saturation: 0.12 and the lightness value of aebfaf is 0.72.
The process color (four color CMYK) of #aebfaf color hex is 0.09, 0.00, 0.08, 0.25. Web safe color of #aebfaf is #99cc99. Color #aebfaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111111 | 10101111 |
Octal | 256 | 277 | 257 |
Decimal | 174 | 191 | 175 |
Hex | AE | BF | AF |
Shades of #aebfaf
Tints of #aebfaf
RGB Percentages of Color #aebfaf
CMYK Percentages of Color #aebfaf
Complementary Color
#aebfaf | #bfaebe |
#aebfaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aebfaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#aebfaf Color CSS Codes
.mybgcolor {background-color:#aebfaf; } .myforecolor {color:#aebfaf; } .mybordercolor {border:3px solid #aebfaf; }
#aebfaf Text Font Color
<p style="color:#aebfaf">Text here</p>
This sample text font color is #aebfaf
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.
#aebfaf Background Color
<div style="background-color:#aebfaf">
Div content here</div>
This div background color is #aebfaf
#aebfaf Border Color
<div style="border:3px solid #aebfaf">
Div here</div>
This div border color is #aebfaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,191,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aebfaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aebfaf; -webkit-box-shadow: 1px 1px 3px 2px #aebfaf; box-shadow: 1px 1px 3px 2px #aebfaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,191,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aebfaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aebfaf; -webkit-box-shadow: 1px 1px 3px 2px #aebfaf; box-shadow: 1px 1px 3px 2px #aebfaf;">
Div content here</div>
This div box has shadow with color #aebfaf
Comments
No comments written yet.
Please login to write comment.