Color spaces of #aff3dc
RGB | 175 | 243 | 220 |
---|---|---|---|
HSL | 0.44 | 0.74 | 0.82 |
HSV | 160° | 28° | 95° |
CMYK | 0.28 | 0.00 | 0.09 0.05 |
XYZ | 62.6481 | 78.3825 | 79.5376 |
Yxy | 78.3825 | 0.2840 | 0.3554 |
Hunter Lab | 88.5339 | -28.6246 | 8.7084 |
CIE-Lab | 90.9542 | -25.8718 | 4.2814 |
#aff3dc color RGB value is (175,243,220).
#aff3dc hex color red value is 175, green value is 243 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aff3dc hue: 0.44 , saturation: 0.74 and the lightness value of aff3dc is 0.82.
The process color (four color CMYK) of #aff3dc color hex is 0.28, 0.00, 0.09, 0.05. Web safe color of #aff3dc is #99ffcc. Color #aff3dc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11110011 | 11011100 |
Octal | 257 | 363 | 334 |
Decimal | 175 | 243 | 220 |
Hex | AF | F3 | DC |
Shades of #aff3dc
Tints of #aff3dc
RGB Percentages of Color #aff3dc
CMYK Percentages of Color #aff3dc
Complementary Color
#aff3dc | #f3afc6 |
#aff3dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aff3dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aff3dc Color CSS Codes
.mybgcolor {background-color:#aff3dc; } .myforecolor {color:#aff3dc; } .mybordercolor {border:3px solid #aff3dc; }
#aff3dc Text Font Color
<p style="color:#aff3dc">Text here</p>
This sample text font color is #aff3dc
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.
#aff3dc Background Color
<div style="background-color:#aff3dc">
Div content here</div>
This div background color is #aff3dc
#aff3dc Border Color
<div style="border:3px solid #aff3dc">
Div here</div>
This div border color is #aff3dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,243,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aff3dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aff3dc; -webkit-box-shadow: 1px 1px 3px 2px #aff3dc; box-shadow: 1px 1px 3px 2px #aff3dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,243,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aff3dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aff3dc; -webkit-box-shadow: 1px 1px 3px 2px #aff3dc; box-shadow: 1px 1px 3px 2px #aff3dc;">
Div content here</div>
This div box has shadow with color #aff3dc
Comments
No comments written yet.
Please login to write comment.