Color spaces of #af9dbc
RGB | 175 | 157 | 188 |
---|---|---|---|
HSL | 0.76 | 0.19 | 0.68 |
HSV | 275° | 16° | 74° |
CMYK | 0.07 | 0.16 | 0.00 0.26 |
XYZ | 38.8133 | 36.8587 | 52.6457 |
Yxy | 36.8587 | 0.3025 | 0.2872 |
Hunter Lab | 60.7114 | 7.8717 | -8.9152 |
CIE-Lab | 67.1709 | 12.4565 | -13.5771 |
#af9dbc color RGB value is (175,157,188).
#af9dbc hex color red value is 175, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #af9dbc hue: 0.76 , saturation: 0.19 and the lightness value of af9dbc is 0.68.
The process color (four color CMYK) of #af9dbc color hex is 0.07, 0.16, 0.00, 0.26. Web safe color of #af9dbc is #9999cc. Color #af9dbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10011101 | 10111100 |
Octal | 257 | 235 | 274 |
Decimal | 175 | 157 | 188 |
Hex | AF | 9D | BC |
Shades of #af9dbc
Tints of #af9dbc
RGB Percentages of Color #af9dbc
CMYK Percentages of Color #af9dbc
Complementary Color
#af9dbc | #aabc9d |
#af9dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af9dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#af9dbc Color CSS Codes
.mybgcolor {background-color:#af9dbc; } .myforecolor {color:#af9dbc; } .mybordercolor {border:3px solid #af9dbc; }
#af9dbc Text Font Color
<p style="color:#af9dbc">Text here</p>
This sample text font color is #af9dbc
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.
#af9dbc Background Color
<div style="background-color:#af9dbc">
Div content here</div>
This div background color is #af9dbc
#af9dbc Border Color
<div style="border:3px solid #af9dbc">
Div here</div>
This div border color is #af9dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,157,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af9dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af9dbc; -webkit-box-shadow: 1px 1px 3px 2px #af9dbc; box-shadow: 1px 1px 3px 2px #af9dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,157,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af9dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af9dbc; -webkit-box-shadow: 1px 1px 3px 2px #af9dbc; box-shadow: 1px 1px 3px 2px #af9dbc;">
Div content here</div>
This div box has shadow with color #af9dbc
Comments
No comments written yet.
Please login to write comment.