Color spaces of #aefeab
RGB | 174 | 254 | 171 |
---|---|---|---|
HSL | 0.33 | 0.98 | 0.83 |
HSV | 118° | 33° | 100° |
CMYK | 0.31 | 0.00 | 0.33 0.00 |
XYZ | 60.2481 | 82.8226 | 51.3390 |
Yxy | 82.8226 | 0.3099 | 0.4260 |
Hunter Lab | 91.0069 | -41.0921 | 30.2581 |
CIE-Lab | 92.9367 | -40.0464 | 32.1564 |
#aefeab color RGB value is (174,254,171).
#aefeab hex color red value is 174, green value is 254 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aefeab hue: 0.33 , saturation: 0.98 and the lightness value of aefeab is 0.83.
The process color (four color CMYK) of #aefeab color hex is 0.31, 0.00, 0.33, 0.00. Web safe color of #aefeab is #99ff99. Color #aefeab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11111110 | 10101011 |
Octal | 256 | 376 | 253 |
Decimal | 174 | 254 | 171 |
Hex | AE | FE | AB |
Shades of #aefeab
Tints of #aefeab
RGB Percentages of Color #aefeab
CMYK Percentages of Color #aefeab
Complementary Color
#aefeab | #fbabfe |
#aefeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aefeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#aefeab Color CSS Codes
.mybgcolor {background-color:#aefeab; } .myforecolor {color:#aefeab; } .mybordercolor {border:3px solid #aefeab; }
#aefeab Text Font Color
<p style="color:#aefeab">Text here</p>
This sample text font color is #aefeab
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.
#aefeab Background Color
<div style="background-color:#aefeab">
Div content here</div>
This div background color is #aefeab
#aefeab Border Color
<div style="border:3px solid #aefeab">
Div here</div>
This div border color is #aefeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,254,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aefeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aefeab; -webkit-box-shadow: 1px 1px 3px 2px #aefeab; box-shadow: 1px 1px 3px 2px #aefeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,254,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aefeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aefeab; -webkit-box-shadow: 1px 1px 3px 2px #aefeab; box-shadow: 1px 1px 3px 2px #aefeab;">
Div content here</div>
This div box has shadow with color #aefeab
Comments
No comments written yet.
Please login to write comment.