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