Color spaces of #afdee0
RGB | 175 | 222 | 224 |
---|---|---|---|
HSL | 0.51 | 0.44 | 0.78 |
HSV | 182° | 22° | 88° |
CMYK | 0.22 | 0.01 | 0.00 0.12 |
XYZ | 57.2550 | 66.7383 | 80.3851 |
Yxy | 66.7383 | 0.2801 | 0.3265 |
Hunter Lab | 81.6935 | -17.8617 | -1.1549 |
CIE-Lab | 85.3716 | -14.6720 | -5.9811 |
#afdee0 color RGB value is (175,222,224).
#afdee0 hex color red value is 175, green value is 222 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #afdee0 hue: 0.51 , saturation: 0.44 and the lightness value of afdee0 is 0.78.
The process color (four color CMYK) of #afdee0 color hex is 0.22, 0.01, 0.00, 0.12. Web safe color of #afdee0 is #99cccc. Color #afdee0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011110 | 11100000 |
Octal | 257 | 336 | 340 |
Decimal | 175 | 222 | 224 |
Hex | AF | DE | E0 |
Shades of #afdee0
Tints of #afdee0
RGB Percentages of Color #afdee0
CMYK Percentages of Color #afdee0
Complementary Color
#afdee0 | #e0b1af |
#afdee0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdee0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdee0 Color CSS Codes
.mybgcolor {background-color:#afdee0; } .myforecolor {color:#afdee0; } .mybordercolor {border:3px solid #afdee0; }
#afdee0 Text Font Color
<p style="color:#afdee0">Text here</p>
This sample text font color is #afdee0
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.
#afdee0 Background Color
<div style="background-color:#afdee0">
Div content here</div>
This div background color is #afdee0
#afdee0 Border Color
<div style="border:3px solid #afdee0">
Div here</div>
This div border color is #afdee0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,222,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdee0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdee0; -webkit-box-shadow: 1px 1px 3px 2px #afdee0; box-shadow: 1px 1px 3px 2px #afdee0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,222,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afdee0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdee0; -webkit-box-shadow: 1px 1px 3px 2px #afdee0; box-shadow: 1px 1px 3px 2px #afdee0;">
Div content here</div>
This div box has shadow with color #afdee0
Comments
No comments written yet.
Please login to write comment.