Color spaces of #afb9cf
RGB | 175 | 185 | 207 |
---|---|---|---|
HSL | 0.61 | 0.25 | 0.75 |
HSV | 221° | 15° | 81° |
CMYK | 0.15 | 0.11 | 0.00 0.19 |
XYZ | 46.2906 | 48.3169 | 65.9178 |
Yxy | 48.3169 | 0.2884 | 0.3010 |
Hunter Lab | 69.5104 | -2.7706 | -7.5684 |
CIE-Lab | 75.0244 | 1.0419 | -12.2525 |
#afb9cf color RGB value is (175,185,207).
#afb9cf hex color red value is 175, green value is 185 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #afb9cf hue: 0.61 , saturation: 0.25 and the lightness value of afb9cf is 0.75.
The process color (four color CMYK) of #afb9cf color hex is 0.15, 0.11, 0.00, 0.19. Web safe color of #afb9cf is #99cccc. Color #afb9cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111001 | 11001111 |
Octal | 257 | 271 | 317 |
Decimal | 175 | 185 | 207 |
Hex | AF | B9 | CF |
Shades of #afb9cf
Tints of #afb9cf
RGB Percentages of Color #afb9cf
CMYK Percentages of Color #afb9cf
Complementary Color
#afb9cf | #cfc5af |
#afb9cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb9cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb9cf Color CSS Codes
.mybgcolor {background-color:#afb9cf; } .myforecolor {color:#afb9cf; } .mybordercolor {border:3px solid #afb9cf; }
#afb9cf Text Font Color
<p style="color:#afb9cf">Text here</p>
This sample text font color is #afb9cf
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.
#afb9cf Background Color
<div style="background-color:#afb9cf">
Div content here</div>
This div background color is #afb9cf
#afb9cf Border Color
<div style="border:3px solid #afb9cf">
Div here</div>
This div border color is #afb9cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,185,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb9cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb9cf; -webkit-box-shadow: 1px 1px 3px 2px #afb9cf; box-shadow: 1px 1px 3px 2px #afb9cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,185,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb9cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb9cf; -webkit-box-shadow: 1px 1px 3px 2px #afb9cf; box-shadow: 1px 1px 3px 2px #afb9cf;">
Div content here</div>
This div box has shadow with color #afb9cf
Comments
No comments written yet.
Please login to write comment.