Color spaces of #aeebac
RGB | 174 | 235 | 172 |
---|---|---|---|
HSL | 0.33 | 0.61 | 0.80 |
HSV | 118° | 27° | 92° |
CMYK | 0.26 | 0.00 | 0.27 0.08 |
XYZ | 54.6103 | 71.3939 | 49.9319 |
Yxy | 71.3939 | 0.3104 | 0.4058 |
Hunter Lab | 84.4949 | -32.4989 | 24.1093 |
CIE-Lab | 87.6760 | -31.2094 | 24.5216 |
#aeebac color RGB value is (174,235,172).
#aeebac hex color red value is 174, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aeebac hue: 0.33 , saturation: 0.61 and the lightness value of aeebac is 0.80.
The process color (four color CMYK) of #aeebac color hex is 0.26, 0.00, 0.27, 0.08. Web safe color of #aeebac is #99ff99. Color #aeebac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11101011 | 10101100 |
Octal | 256 | 353 | 254 |
Decimal | 174 | 235 | 172 |
Hex | AE | EB | AC |
Shades of #aeebac
Tints of #aeebac
RGB Percentages of Color #aeebac
CMYK Percentages of Color #aeebac
Complementary Color
#aeebac | #e9aceb |
#aeebac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeebac Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeebac Color CSS Codes
.mybgcolor {background-color:#aeebac; } .myforecolor {color:#aeebac; } .mybordercolor {border:3px solid #aeebac; }
#aeebac Text Font Color
<p style="color:#aeebac">Text here</p>
This sample text font color is #aeebac
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.
#aeebac Background Color
<div style="background-color:#aeebac">
Div content here</div>
This div background color is #aeebac
#aeebac Border Color
<div style="border:3px solid #aeebac">
Div here</div>
This div border color is #aeebac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,235,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeebac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeebac; -webkit-box-shadow: 1px 1px 3px 2px #aeebac; box-shadow: 1px 1px 3px 2px #aeebac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,235,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeebac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeebac; -webkit-box-shadow: 1px 1px 3px 2px #aeebac; box-shadow: 1px 1px 3px 2px #aeebac;">
Div content here</div>
This div box has shadow with color #aeebac
Comments
No comments written yet.
Please login to write comment.