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