Color spaces of #aef1ab
RGB | 174 | 241 | 171 |
---|---|---|---|
HSL | 0.33 | 0.71 | 0.81 |
HSV | 117° | 29° | 95° |
CMYK | 0.28 | 0.00 | 0.29 0.05 |
XYZ | 56.2615 | 74.8495 | 50.0102 |
Yxy | 74.8495 | 0.3106 | 0.4133 |
Hunter Lab | 86.5156 | -35.3229 | 26.2884 |
CIE-Lab | 89.3225 | -34.1582 | 27.2797 |
#aef1ab color RGB value is (174,241,171).
#aef1ab hex color red value is 174, green value is 241 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aef1ab hue: 0.33 , saturation: 0.71 and the lightness value of aef1ab is 0.81.
The process color (four color CMYK) of #aef1ab color hex is 0.28, 0.00, 0.29, 0.05. Web safe color of #aef1ab is #99ff99. Color #aef1ab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11110001 | 10101011 |
Octal | 256 | 361 | 253 |
Decimal | 174 | 241 | 171 |
Hex | AE | F1 | AB |
Shades of #aef1ab
Tints of #aef1ab
RGB Percentages of Color #aef1ab
CMYK Percentages of Color #aef1ab
Complementary Color
#aef1ab | #eeabf1 |
#aef1ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aef1ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#aef1ab Color CSS Codes
.mybgcolor {background-color:#aef1ab; } .myforecolor {color:#aef1ab; } .mybordercolor {border:3px solid #aef1ab; }
#aef1ab Text Font Color
<p style="color:#aef1ab">Text here</p>
This sample text font color is #aef1ab
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.
#aef1ab Background Color
<div style="background-color:#aef1ab">
Div content here</div>
This div background color is #aef1ab
#aef1ab Border Color
<div style="border:3px solid #aef1ab">
Div here</div>
This div border color is #aef1ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,241,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aef1ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aef1ab; -webkit-box-shadow: 1px 1px 3px 2px #aef1ab; box-shadow: 1px 1px 3px 2px #aef1ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,241,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 #aef1ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aef1ab; -webkit-box-shadow: 1px 1px 3px 2px #aef1ab; box-shadow: 1px 1px 3px 2px #aef1ab;">
Div content here</div>
This div box has shadow with color #aef1ab
Comments
No comments written yet.
Please login to write comment.