Color spaces of #af9bca
RGB | 175 | 155 | 202 |
---|---|---|---|
HSL | 0.74 | 0.31 | 0.70 |
HSV | 266° | 23° | 79° |
CMYK | 0.13 | 0.23 | 0.00 0.21 |
XYZ | 40.0612 | 36.8209 | 60.8728 |
Yxy | 36.8209 | 0.2908 | 0.2673 |
Hunter Lab | 60.6802 | 11.6556 | -17.0020 |
CIE-Lab | 67.1424 | 16.5128 | -21.4107 |
#af9bca color RGB value is (175,155,202).
#af9bca hex color red value is 175, green value is 155 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af9bca hue: 0.74 , saturation: 0.31 and the lightness value of af9bca is 0.70.
The process color (four color CMYK) of #af9bca color hex is 0.13, 0.23, 0.00, 0.21. Web safe color of #af9bca is #9999cc. Color #af9bca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10011011 | 11001010 |
Octal | 257 | 233 | 312 |
Decimal | 175 | 155 | 202 |
Hex | AF | 9B | CA |
Shades of #af9bca
Tints of #af9bca
RGB Percentages of Color #af9bca
CMYK Percentages of Color #af9bca
Complementary Color
#af9bca | #b6ca9b |
#af9bca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af9bca Color Preview on White Background
Lorem ipsum dolor sit amet.
#af9bca Color CSS Codes
.mybgcolor {background-color:#af9bca; } .myforecolor {color:#af9bca; } .mybordercolor {border:3px solid #af9bca; }
#af9bca Text Font Color
<p style="color:#af9bca">Text here</p>
This sample text font color is #af9bca
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.
#af9bca Background Color
<div style="background-color:#af9bca">
Div content here</div>
This div background color is #af9bca
#af9bca Border Color
<div style="border:3px solid #af9bca">
Div here</div>
This div border color is #af9bca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,155,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af9bca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af9bca; -webkit-box-shadow: 1px 1px 3px 2px #af9bca; box-shadow: 1px 1px 3px 2px #af9bca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,155,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af9bca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af9bca; -webkit-box-shadow: 1px 1px 3px 2px #af9bca; box-shadow: 1px 1px 3px 2px #af9bca;">
Div content here</div>
This div box has shadow with color #af9bca
Comments
No comments written yet.
Please login to write comment.