Color spaces of #afdade
RGB | 175 | 218 | 222 |
---|---|---|---|
HSL | 0.51 | 0.42 | 0.78 |
HSV | 185° | 21° | 87° |
CMYK | 0.21 | 0.02 | 0.00 0.13 |
XYZ | 55.9354 | 64.5307 | 78.6148 |
Yxy | 64.5307 | 0.2810 | 0.3241 |
Hunter Lab | 80.3310 | -16.2877 | -1.7916 |
CIE-Lab | 84.2413 | -13.0694 | -6.5931 |
#afdade color RGB value is (175,218,222).
#afdade hex color red value is 175, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #afdade hue: 0.51 , saturation: 0.42 and the lightness value of afdade is 0.78.
The process color (four color CMYK) of #afdade color hex is 0.21, 0.02, 0.00, 0.13. Web safe color of #afdade is #99cccc. Color #afdade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011010 | 11011110 |
Octal | 257 | 332 | 336 |
Decimal | 175 | 218 | 222 |
Hex | AF | DA | DE |
Shades of #afdade
Tints of #afdade
RGB Percentages of Color #afdade
CMYK Percentages of Color #afdade
Complementary Color
#afdade | #deb3af |
#afdade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdade Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdade Color CSS Codes
.mybgcolor {background-color:#afdade; } .myforecolor {color:#afdade; } .mybordercolor {border:3px solid #afdade; }
#afdade Text Font Color
<p style="color:#afdade">Text here</p>
This sample text font color is #afdade
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.
#afdade Background Color
<div style="background-color:#afdade">
Div content here</div>
This div background color is #afdade
#afdade Border Color
<div style="border:3px solid #afdade">
Div here</div>
This div border color is #afdade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,218,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdade; -webkit-box-shadow: 1px 1px 3px 2px #afdade; box-shadow: 1px 1px 3px 2px #afdade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,218,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afdade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdade; -webkit-box-shadow: 1px 1px 3px 2px #afdade; box-shadow: 1px 1px 3px 2px #afdade;">
Div content here</div>
This div box has shadow with color #afdade
#afdade Color Palettes
Comments
No comments written yet.
Please login to write comment.