Color spaces of #aefacc
RGB | 174 | 250 | 204 |
---|---|---|---|
HSL | 0.40 | 0.88 | 0.83 |
HSV | 144° | 30° | 98° |
CMYK | 0.30 | 0.00 | 0.18 0.02 |
XYZ | 62.5402 | 81.7295 | 69.6059 |
Yxy | 81.7295 | 0.2924 | 0.3821 |
Hunter Lab | 90.4044 | -34.7244 | 17.6333 |
CIE-Lab | 92.4553 | -32.5924 | 14.7025 |
#aefacc color RGB value is (174,250,204).
#aefacc hex color red value is 174, green value is 250 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aefacc hue: 0.40 , saturation: 0.88 and the lightness value of aefacc is 0.83.
The process color (four color CMYK) of #aefacc color hex is 0.30, 0.00, 0.18, 0.02. Web safe color of #aefacc is #99ffcc. Color #aefacc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11111010 | 11001100 |
Octal | 256 | 372 | 314 |
Decimal | 174 | 250 | 204 |
Hex | AE | FA | CC |
Shades of #aefacc
Tints of #aefacc
RGB Percentages of Color #aefacc
CMYK Percentages of Color #aefacc
Complementary Color
#aefacc | #faaedc |
#aefacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aefacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aefacc Color CSS Codes
.mybgcolor {background-color:#aefacc; } .myforecolor {color:#aefacc; } .mybordercolor {border:3px solid #aefacc; }
#aefacc Text Font Color
<p style="color:#aefacc">Text here</p>
This sample text font color is #aefacc
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.
#aefacc Background Color
<div style="background-color:#aefacc">
Div content here</div>
This div background color is #aefacc
#aefacc Border Color
<div style="border:3px solid #aefacc">
Div here</div>
This div border color is #aefacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,250,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aefacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aefacc; -webkit-box-shadow: 1px 1px 3px 2px #aefacc; box-shadow: 1px 1px 3px 2px #aefacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,250,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aefacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aefacc; -webkit-box-shadow: 1px 1px 3px 2px #aefacc; box-shadow: 1px 1px 3px 2px #aefacc;">
Div content here</div>
This div box has shadow with color #aefacc
Comments
No comments written yet.
Please login to write comment.