Color spaces of #aec4bb
RGB | 174 | 196 | 187 |
---|---|---|---|
HSL | 0.43 | 0.16 | 0.73 |
HSV | 155° | 11° | 77° |
CMYK | 0.11 | 0.00 | 0.05 0.23 |
XYZ | 46.1651 | 52.0664 | 54.6304 |
Yxy | 52.0664 | 0.3020 | 0.3406 |
Hunter Lab | 72.1571 | -12.0730 | 5.6212 |
CIE-Lab | 77.3205 | -9.2111 | 1.9740 |
#aec4bb color RGB value is (174,196,187).
#aec4bb hex color red value is 174, green value is 196 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aec4bb hue: 0.43 , saturation: 0.16 and the lightness value of aec4bb is 0.73.
The process color (four color CMYK) of #aec4bb color hex is 0.11, 0.00, 0.05, 0.23. Web safe color of #aec4bb is #99cccc. Color #aec4bb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11000100 | 10111011 |
Octal | 256 | 304 | 273 |
Decimal | 174 | 196 | 187 |
Hex | AE | C4 | BB |
Shades of #aec4bb
Tints of #aec4bb
RGB Percentages of Color #aec4bb
CMYK Percentages of Color #aec4bb
Complementary Color
#aec4bb | #c4aeb7 |
#aec4bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aec4bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aec4bb Color CSS Codes
.mybgcolor {background-color:#aec4bb; } .myforecolor {color:#aec4bb; } .mybordercolor {border:3px solid #aec4bb; }
#aec4bb Text Font Color
<p style="color:#aec4bb">Text here</p>
This sample text font color is #aec4bb
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.
#aec4bb Background Color
<div style="background-color:#aec4bb">
Div content here</div>
This div background color is #aec4bb
#aec4bb Border Color
<div style="border:3px solid #aec4bb">
Div here</div>
This div border color is #aec4bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,196,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aec4bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aec4bb; -webkit-box-shadow: 1px 1px 3px 2px #aec4bb; box-shadow: 1px 1px 3px 2px #aec4bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,196,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 #aec4bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aec4bb; -webkit-box-shadow: 1px 1px 3px 2px #aec4bb; box-shadow: 1px 1px 3px 2px #aec4bb;">
Div content here</div>
This div box has shadow with color #aec4bb
Comments
No comments written yet.
Please login to write comment.