Color spaces of #aebbba
RGB | 174 | 187 | 186 |
---|---|---|---|
HSL | 0.49 | 0.09 | 0.71 |
HSV | 175° | 7° | 73° |
CMYK | 0.07 | 0.00 | 0.01 0.27 |
XYZ | 44.0888 | 48.0845 | 53.4119 |
Yxy | 48.0845 | 0.3028 | 0.3303 |
Hunter Lab | 69.3430 | -7.8586 | 2.8716 |
CIE-Lab | 74.8782 | -4.6668 | -1.0465 |
#aebbba color RGB value is (174,187,186).
#aebbba hex color red value is 174, green value is 187 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aebbba hue: 0.49 , saturation: 0.09 and the lightness value of aebbba is 0.71.
The process color (four color CMYK) of #aebbba color hex is 0.07, 0.00, 0.01, 0.27. Web safe color of #aebbba is #99cccc. Color #aebbba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111011 | 10111010 |
Octal | 256 | 273 | 272 |
Decimal | 174 | 187 | 186 |
Hex | AE | BB | BA |
Shades of #aebbba
Tints of #aebbba
RGB Percentages of Color #aebbba
CMYK Percentages of Color #aebbba
Complementary Color
#aebbba | #bbaeaf |
#aebbba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aebbba Color Preview on White Background
Lorem ipsum dolor sit amet.
#aebbba Color CSS Codes
.mybgcolor {background-color:#aebbba; } .myforecolor {color:#aebbba; } .mybordercolor {border:3px solid #aebbba; }
#aebbba Text Font Color
<p style="color:#aebbba">Text here</p>
This sample text font color is #aebbba
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.
#aebbba Background Color
<div style="background-color:#aebbba">
Div content here</div>
This div background color is #aebbba
#aebbba Border Color
<div style="border:3px solid #aebbba">
Div here</div>
This div border color is #aebbba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,187,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aebbba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aebbba; -webkit-box-shadow: 1px 1px 3px 2px #aebbba; box-shadow: 1px 1px 3px 2px #aebbba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,187,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aebbba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aebbba; -webkit-box-shadow: 1px 1px 3px 2px #aebbba; box-shadow: 1px 1px 3px 2px #aebbba;">
Div content here</div>
This div box has shadow with color #aebbba
Comments
No comments written yet.
Please login to write comment.