Color spaces of #aef3ac
RGB | 174 | 243 | 172 |
---|---|---|---|
HSL | 0.33 | 0.75 | 0.81 |
HSV | 118° | 29° | 95° |
CMYK | 0.28 | 0.00 | 0.29 0.05 |
XYZ | 56.9525 | 76.0784 | 50.7126 |
Yxy | 76.0784 | 0.3100 | 0.4140 |
Hunter Lab | 87.2229 | -36.0880 | 26.5840 |
CIE-Lab | 89.8957 | -34.9175 | 27.5490 |
#aef3ac color RGB value is (174,243,172).
#aef3ac hex color red value is 174, green value is 243 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aef3ac hue: 0.33 , saturation: 0.75 and the lightness value of aef3ac is 0.81.
The process color (four color CMYK) of #aef3ac color hex is 0.28, 0.00, 0.29, 0.05. Web safe color of #aef3ac is #99ff99. Color #aef3ac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11110011 | 10101100 |
Octal | 256 | 363 | 254 |
Decimal | 174 | 243 | 172 |
Hex | AE | F3 | AC |
Shades of #aef3ac
Tints of #aef3ac
RGB Percentages of Color #aef3ac
CMYK Percentages of Color #aef3ac
Complementary Color
#aef3ac | #f1acf3 |
#aef3ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aef3ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#aef3ac Color CSS Codes
.mybgcolor {background-color:#aef3ac; } .myforecolor {color:#aef3ac; } .mybordercolor {border:3px solid #aef3ac; }
#aef3ac Text Font Color
<p style="color:#aef3ac">Text here</p>
This sample text font color is #aef3ac
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.
#aef3ac Background Color
<div style="background-color:#aef3ac">
Div content here</div>
This div background color is #aef3ac
#aef3ac Border Color
<div style="border:3px solid #aef3ac">
Div here</div>
This div border color is #aef3ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,243,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aef3ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aef3ac; -webkit-box-shadow: 1px 1px 3px 2px #aef3ac; box-shadow: 1px 1px 3px 2px #aef3ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,243,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 #aef3ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aef3ac; -webkit-box-shadow: 1px 1px 3px 2px #aef3ac; box-shadow: 1px 1px 3px 2px #aef3ac;">
Div content here</div>
This div box has shadow with color #aef3ac
Comments
No comments written yet.
Please login to write comment.