Color spaces of #aeefaf
RGB | 174 | 239 | 175 |
---|---|---|---|
HSL | 0.34 | 0.67 | 0.81 |
HSV | 121° | 27° | 94° |
CMYK | 0.27 | 0.00 | 0.27 0.06 |
XYZ | 56.0599 | 73.8268 | 51.8528 |
Yxy | 73.8268 | 0.3085 | 0.4062 |
Hunter Lab | 85.9225 | -33.9026 | 24.3652 |
CIE-Lab | 88.8406 | -32.5831 | 24.5765 |
#aeefaf color RGB value is (174,239,175).
#aeefaf hex color red value is 174, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aeefaf hue: 0.34 , saturation: 0.67 and the lightness value of aeefaf is 0.81.
The process color (four color CMYK) of #aeefaf color hex is 0.27, 0.00, 0.27, 0.06. Web safe color of #aeefaf is #99ff99. Color #aeefaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11101111 | 10101111 |
Octal | 256 | 357 | 257 |
Decimal | 174 | 239 | 175 |
Hex | AE | EF | AF |
Shades of #aeefaf
Tints of #aeefaf
RGB Percentages of Color #aeefaf
CMYK Percentages of Color #aeefaf
Complementary Color
#aeefaf | #efaeee |
#aeefaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeefaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeefaf Color CSS Codes
.mybgcolor {background-color:#aeefaf; } .myforecolor {color:#aeefaf; } .mybordercolor {border:3px solid #aeefaf; }
#aeefaf Text Font Color
<p style="color:#aeefaf">Text here</p>
This sample text font color is #aeefaf
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.
#aeefaf Background Color
<div style="background-color:#aeefaf">
Div content here</div>
This div background color is #aeefaf
#aeefaf Border Color
<div style="border:3px solid #aeefaf">
Div here</div>
This div border color is #aeefaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,239,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeefaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeefaf; -webkit-box-shadow: 1px 1px 3px 2px #aeefaf; box-shadow: 1px 1px 3px 2px #aeefaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,239,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeefaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeefaf; -webkit-box-shadow: 1px 1px 3px 2px #aeefaf; box-shadow: 1px 1px 3px 2px #aeefaf;">
Div content here</div>
This div box has shadow with color #aeefaf
Comments
No comments written yet.
Please login to write comment.