Color spaces of #afbfc8
RGB | 175 | 191 | 200 |
---|---|---|---|
HSL | 0.56 | 0.19 | 0.74 |
HSV | 202° | 13° | 78° |
CMYK | 0.13 | 0.05 | 0.00 0.22 |
XYZ | 46.7353 | 50.5457 | 61.9367 |
Yxy | 50.5457 | 0.2935 | 0.3175 |
Hunter Lab | 71.0955 | -7.0785 | -1.8852 |
CIE-Lab | 76.4030 | -3.6447 | -6.3985 |
#afbfc8 color RGB value is (175,191,200).
#afbfc8 hex color red value is 175, green value is 191 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #afbfc8 hue: 0.56 , saturation: 0.19 and the lightness value of afbfc8 is 0.74.
The process color (four color CMYK) of #afbfc8 color hex is 0.13, 0.05, 0.00, 0.22. Web safe color of #afbfc8 is #99cccc. Color #afbfc8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111111 | 11001000 |
Octal | 257 | 277 | 310 |
Decimal | 175 | 191 | 200 |
Hex | AF | BF | C8 |
Shades of #afbfc8
Tints of #afbfc8
RGB Percentages of Color #afbfc8
CMYK Percentages of Color #afbfc8
Complementary Color
#afbfc8 | #c8b8af |
#afbfc8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbfc8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbfc8 Color CSS Codes
.mybgcolor {background-color:#afbfc8; } .myforecolor {color:#afbfc8; } .mybordercolor {border:3px solid #afbfc8; }
#afbfc8 Text Font Color
<p style="color:#afbfc8">Text here</p>
This sample text font color is #afbfc8
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.
#afbfc8 Background Color
<div style="background-color:#afbfc8">
Div content here</div>
This div background color is #afbfc8
#afbfc8 Border Color
<div style="border:3px solid #afbfc8">
Div here</div>
This div border color is #afbfc8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,191,200, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbfc8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbfc8; -webkit-box-shadow: 1px 1px 3px 2px #afbfc8; box-shadow: 1px 1px 3px 2px #afbfc8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,191,200, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbfc8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbfc8; -webkit-box-shadow: 1px 1px 3px 2px #afbfc8; box-shadow: 1px 1px 3px 2px #afbfc8;">
Div content here</div>
This div box has shadow with color #afbfc8
#afbfc8 Color Palettes
Comments
No comments written yet.
Please login to write comment.