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