Color spaces of #afaadf
RGB | 175 | 170 | 223 |
---|---|---|---|
HSL | 0.68 | 0.45 | 0.77 |
HSV | 246° | 24° | 87° |
CMYK | 0.22 | 0.24 | 0.00 0.13 |
XYZ | 45.3732 | 43.1911 | 75.7573 |
Yxy | 43.1911 | 0.2761 | 0.2628 |
Hunter Lab | 65.7199 | 8.2269 | -22.3414 |
CIE-Lab | 71.6845 | 12.8219 | -26.0421 |
#afaadf color RGB value is (175,170,223).
#afaadf hex color red value is 175, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #afaadf hue: 0.68 , saturation: 0.45 and the lightness value of afaadf is 0.77.
The process color (four color CMYK) of #afaadf color hex is 0.22, 0.24, 0.00, 0.13. Web safe color of #afaadf is #9999cc. Color #afaadf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101010 | 11011111 |
Octal | 257 | 252 | 337 |
Decimal | 175 | 170 | 223 |
Hex | AF | AA | DF |
Shades of #afaadf
Tints of #afaadf
RGB Percentages of Color #afaadf
CMYK Percentages of Color #afaadf
Complementary Color
#afaadf | #dadfaa |
#afaadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afaadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#afaadf Color CSS Codes
.mybgcolor {background-color:#afaadf; } .myforecolor {color:#afaadf; } .mybordercolor {border:3px solid #afaadf; }
#afaadf Text Font Color
<p style="color:#afaadf">Text here</p>
This sample text font color is #afaadf
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.
#afaadf Background Color
<div style="background-color:#afaadf">
Div content here</div>
This div background color is #afaadf
#afaadf Border Color
<div style="border:3px solid #afaadf">
Div here</div>
This div border color is #afaadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,170,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afaadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afaadf; -webkit-box-shadow: 1px 1px 3px 2px #afaadf; box-shadow: 1px 1px 3px 2px #afaadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,170,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afaadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afaadf; -webkit-box-shadow: 1px 1px 3px 2px #afaadf; box-shadow: 1px 1px 3px 2px #afaadf;">
Div content here</div>
This div box has shadow with color #afaadf
#afaadf Color Palettes
Comments
No comments written yet.
Please login to write comment.