Color spaces of #afabd1
RGB | 175 | 171 | 209 |
---|---|---|---|
HSL | 0.68 | 0.29 | 0.75 |
HSV | 246° | 18° | 82° |
CMYK | 0.16 | 0.18 | 0.00 0.18 |
XYZ | 43.7507 | 42.8432 | 66.2853 |
Yxy | 42.8432 | 0.2862 | 0.2802 |
Hunter Lab | 65.4547 | 4.7657 | -14.2241 |
CIE-Lab | 71.4484 | 9.1248 | -18.7318 |
#afabd1 color RGB value is (175,171,209).
#afabd1 hex color red value is 175, green value is 171 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #afabd1 hue: 0.68 , saturation: 0.29 and the lightness value of afabd1 is 0.75.
The process color (four color CMYK) of #afabd1 color hex is 0.16, 0.18, 0.00, 0.18. Web safe color of #afabd1 is #9999cc. Color #afabd1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101011 | 11010001 |
Octal | 257 | 253 | 321 |
Decimal | 175 | 171 | 209 |
Hex | AF | AB | D1 |
Shades of #afabd1
Tints of #afabd1
RGB Percentages of Color #afabd1
CMYK Percentages of Color #afabd1
Complementary Color
#afabd1 | #cdd1ab |
#afabd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afabd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afabd1 Color CSS Codes
.mybgcolor {background-color:#afabd1; } .myforecolor {color:#afabd1; } .mybordercolor {border:3px solid #afabd1; }
#afabd1 Text Font Color
<p style="color:#afabd1">Text here</p>
This sample text font color is #afabd1
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.
#afabd1 Background Color
<div style="background-color:#afabd1">
Div content here</div>
This div background color is #afabd1
#afabd1 Border Color
<div style="border:3px solid #afabd1">
Div here</div>
This div border color is #afabd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,171,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afabd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afabd1; -webkit-box-shadow: 1px 1px 3px 2px #afabd1; box-shadow: 1px 1px 3px 2px #afabd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,171,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afabd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afabd1; -webkit-box-shadow: 1px 1px 3px 2px #afabd1; box-shadow: 1px 1px 3px 2px #afabd1;">
Div content here</div>
This div box has shadow with color #afabd1
Comments
No comments written yet.
Please login to write comment.