Color spaces of #aefffd
RGB | 174 | 255 | 253 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.84 |
HSV | 179° | 32° | 100° |
CMYK | 0.32 | 0.00 | 0.01 0.00 |
XYZ | 70.9452 | 87.6105 | 106.0998 |
Yxy | 87.6105 | 0.2681 | 0.3310 |
Hunter Lab | 93.6005 | -28.5054 | -1.6872 |
CIE-Lab | 94.9967 | -24.8774 | -6.9076 |
#aefffd color RGB value is (174,255,253).
#aefffd hex color red value is 174, green value is 255 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aefffd hue: 0.50 , saturation: 1.00 and the lightness value of aefffd is 0.84.
The process color (four color CMYK) of #aefffd color hex is 0.32, 0.00, 0.01, 0.00. Web safe color of #aefffd is #99ffff. Color #aefffd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11111111 | 11111101 |
Octal | 256 | 377 | 375 |
Decimal | 174 | 255 | 253 |
Hex | AE | FF | FD |
Shades of #aefffd
Tints of #aefffd
RGB Percentages of Color #aefffd
CMYK Percentages of Color #aefffd
Complementary Color
#aefffd | #ffaeb0 |
#aefffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aefffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aefffd Color CSS Codes
.mybgcolor {background-color:#aefffd; } .myforecolor {color:#aefffd; } .mybordercolor {border:3px solid #aefffd; }
#aefffd Text Font Color
<p style="color:#aefffd">Text here</p>
This sample text font color is #aefffd
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.
#aefffd Background Color
<div style="background-color:#aefffd">
Div content here</div>
This div background color is #aefffd
#aefffd Border Color
<div style="border:3px solid #aefffd">
Div here</div>
This div border color is #aefffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,255,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aefffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aefffd; -webkit-box-shadow: 1px 1px 3px 2px #aefffd; box-shadow: 1px 1px 3px 2px #aefffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,255,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aefffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aefffd; -webkit-box-shadow: 1px 1px 3px 2px #aefffd; box-shadow: 1px 1px 3px 2px #aefffd;">
Div content here</div>
This div box has shadow with color #aefffd
Comments
No comments written yet.
Please login to write comment.