Color spaces of #aeffa6
RGB | 174 | 255 | 166 |
---|---|---|---|
HSL | 0.32 | 1.00 | 0.83 |
HSV | 115° | 35° | 100° |
CMYK | 0.32 | 0.00 | 0.35 0.00 |
XYZ | 60.0985 | 83.2718 | 48.9819 |
Yxy | 83.2718 | 0.3124 | 0.4329 |
Hunter Lab | 91.2534 | -42.1352 | 32.0524 |
CIE-Lab | 93.1333 | -41.2496 | 34.9151 |
#aeffa6 color RGB value is (174,255,166).
#aeffa6 hex color red value is 174, green value is 255 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #aeffa6 hue: 0.32 , saturation: 1.00 and the lightness value of aeffa6 is 0.83.
The process color (four color CMYK) of #aeffa6 color hex is 0.32, 0.00, 0.35, 0.00. Web safe color of #aeffa6 is #99ff99. Color #aeffa6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11111111 | 10100110 |
Octal | 256 | 377 | 246 |
Decimal | 174 | 255 | 166 |
Hex | AE | FF | A6 |
Shades of #aeffa6
Tints of #aeffa6
RGB Percentages of Color #aeffa6
CMYK Percentages of Color #aeffa6
Complementary Color
#aeffa6 | #f7a6ff |
#aeffa6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeffa6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeffa6 Color CSS Codes
.mybgcolor {background-color:#aeffa6; } .myforecolor {color:#aeffa6; } .mybordercolor {border:3px solid #aeffa6; }
#aeffa6 Text Font Color
<p style="color:#aeffa6">Text here</p>
This sample text font color is #aeffa6
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.
#aeffa6 Background Color
<div style="background-color:#aeffa6">
Div content here</div>
This div background color is #aeffa6
#aeffa6 Border Color
<div style="border:3px solid #aeffa6">
Div here</div>
This div border color is #aeffa6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,255,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeffa6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeffa6; -webkit-box-shadow: 1px 1px 3px 2px #aeffa6; box-shadow: 1px 1px 3px 2px #aeffa6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,255,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeffa6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeffa6; -webkit-box-shadow: 1px 1px 3px 2px #aeffa6; box-shadow: 1px 1px 3px 2px #aeffa6;">
Div content here</div>
This div box has shadow with color #aeffa6
Comments
No comments written yet.
Please login to write comment.