Color spaces of #afbfcc
RGB | 175 | 191 | 204 |
---|---|---|---|
HSL | 0.57 | 0.22 | 0.74 |
HSV | 207° | 14° | 80° |
CMYK | 0.14 | 0.06 | 0.00 0.20 |
XYZ | 47.2091 | 50.7352 | 64.4314 |
Yxy | 50.7352 | 0.2907 | 0.3125 |
Hunter Lab | 71.2286 | -6.3435 | -3.7720 |
CIE-Lab | 76.5183 | -2.8127 | -8.3954 |
#afbfcc color RGB value is (175,191,204).
#afbfcc hex color red value is 175, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afbfcc hue: 0.57 , saturation: 0.22 and the lightness value of afbfcc is 0.74.
The process color (four color CMYK) of #afbfcc color hex is 0.14, 0.06, 0.00, 0.20. Web safe color of #afbfcc is #99cccc. Color #afbfcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111111 | 11001100 |
Octal | 257 | 277 | 314 |
Decimal | 175 | 191 | 204 |
Hex | AF | BF | CC |
Shades of #afbfcc
Tints of #afbfcc
RGB Percentages of Color #afbfcc
CMYK Percentages of Color #afbfcc
Complementary Color
#afbfcc | #ccbcaf |
#afbfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbfcc Color CSS Codes
.mybgcolor {background-color:#afbfcc; } .myforecolor {color:#afbfcc; } .mybordercolor {border:3px solid #afbfcc; }
#afbfcc Text Font Color
<p style="color:#afbfcc">Text here</p>
This sample text font color is #afbfcc
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.
#afbfcc Background Color
<div style="background-color:#afbfcc">
Div content here</div>
This div background color is #afbfcc
#afbfcc Border Color
<div style="border:3px solid #afbfcc">
Div here</div>
This div border color is #afbfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,191,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbfcc; -webkit-box-shadow: 1px 1px 3px 2px #afbfcc; box-shadow: 1px 1px 3px 2px #afbfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,191,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbfcc; -webkit-box-shadow: 1px 1px 3px 2px #afbfcc; box-shadow: 1px 1px 3px 2px #afbfcc;">
Div content here</div>
This div box has shadow with color #afbfcc
Comments
No comments written yet.
Please login to write comment.