Color spaces of #acefaf
RGB | 172 | 239 | 175 |
---|---|---|---|
HSL | 0.34 | 0.68 | 0.81 |
HSV | 123° | 28° | 94° |
CMYK | 0.28 | 0.00 | 0.27 0.06 |
XYZ | 55.6176 | 73.5988 | 51.8321 |
Yxy | 73.5988 | 0.3072 | 0.4065 |
Hunter Lab | 85.7897 | -34.4103 | 24.2312 |
CIE-Lab | 88.7325 | -33.2231 | 24.4110 |
#acefaf color RGB value is (172,239,175).
#acefaf hex color red value is 172, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #acefaf hue: 0.34 , saturation: 0.68 and the lightness value of acefaf is 0.81.
The process color (four color CMYK) of #acefaf color hex is 0.28, 0.00, 0.27, 0.06. Web safe color of #acefaf is #99ff99. Color #acefaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101111 | 10101111 |
Octal | 254 | 357 | 257 |
Decimal | 172 | 239 | 175 |
Hex | AC | EF | AF |
Shades of #acefaf
Tints of #acefaf
RGB Percentages of Color #acefaf
CMYK Percentages of Color #acefaf
Complementary Color
#acefaf | #efacec |
#acefaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acefaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#acefaf Color CSS Codes
.mybgcolor {background-color:#acefaf; } .myforecolor {color:#acefaf; } .mybordercolor {border:3px solid #acefaf; }
#acefaf Text Font Color
<p style="color:#acefaf">Text here</p>
This sample text font color is #acefaf
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.
#acefaf Background Color
<div style="background-color:#acefaf">
Div content here</div>
This div background color is #acefaf
#acefaf Border Color
<div style="border:3px solid #acefaf">
Div here</div>
This div border color is #acefaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,239,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acefaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acefaf; -webkit-box-shadow: 1px 1px 3px 2px #acefaf; box-shadow: 1px 1px 3px 2px #acefaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,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 #acefaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acefaf; -webkit-box-shadow: 1px 1px 3px 2px #acefaf; box-shadow: 1px 1px 3px 2px #acefaf;">
Div content here</div>
This div box has shadow with color #acefaf
Comments
No comments written yet.
Please login to write comment.