Color spaces of #afbad7
RGB | 175 | 186 | 215 |
---|---|---|---|
HSL | 0.62 | 0.33 | 0.76 |
HSV | 224° | 19° | 84° |
CMYK | 0.19 | 0.13 | 0.00 0.16 |
XYZ | 47.5038 | 49.1381 | 71.2709 |
Yxy | 49.1381 | 0.2829 | 0.2926 |
Hunter Lab | 70.0986 | -1.7082 | -11.2126 |
CIE-Lab | 75.5372 | 2.2387 | -15.8297 |
#afbad7 color RGB value is (175,186,215).
#afbad7 hex color red value is 175, green value is 186 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #afbad7 hue: 0.62 , saturation: 0.33 and the lightness value of afbad7 is 0.76.
The process color (four color CMYK) of #afbad7 color hex is 0.19, 0.13, 0.00, 0.16. Web safe color of #afbad7 is #99cccc. Color #afbad7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111010 | 11010111 |
Octal | 257 | 272 | 327 |
Decimal | 175 | 186 | 215 |
Hex | AF | BA | D7 |
Shades of #afbad7
Tints of #afbad7
RGB Percentages of Color #afbad7
CMYK Percentages of Color #afbad7
Complementary Color
#afbad7 | #d7ccaf |
#afbad7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbad7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbad7 Color CSS Codes
.mybgcolor {background-color:#afbad7; } .myforecolor {color:#afbad7; } .mybordercolor {border:3px solid #afbad7; }
#afbad7 Text Font Color
<p style="color:#afbad7">Text here</p>
This sample text font color is #afbad7
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.
#afbad7 Background Color
<div style="background-color:#afbad7">
Div content here</div>
This div background color is #afbad7
#afbad7 Border Color
<div style="border:3px solid #afbad7">
Div here</div>
This div border color is #afbad7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,186,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbad7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbad7; -webkit-box-shadow: 1px 1px 3px 2px #afbad7; box-shadow: 1px 1px 3px 2px #afbad7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,186,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbad7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbad7; -webkit-box-shadow: 1px 1px 3px 2px #afbad7; box-shadow: 1px 1px 3px 2px #afbad7;">
Div content here</div>
This div box has shadow with color #afbad7
Comments
No comments written yet.
Please login to write comment.