Color spaces of #afacbd
RGB | 175 | 172 | 189 |
---|---|---|---|
HSL | 0.70 | 0.11 | 0.71 |
HSV | 251° | 9° | 74° |
CMYK | 0.07 | 0.09 | 0.00 0.26 |
XYZ | 41.6170 | 42.2931 | 54.1141 |
Yxy | 42.2931 | 0.3015 | 0.3064 |
Hunter Lab | 65.0331 | 0.4204 | -3.8120 |
CIE-Lab | 71.0725 | 4.3642 | -8.2962 |
#afacbd color RGB value is (175,172,189).
#afacbd hex color red value is 175, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afacbd hue: 0.70 , saturation: 0.11 and the lightness value of afacbd is 0.71.
The process color (four color CMYK) of #afacbd color hex is 0.07, 0.09, 0.00, 0.26. Web safe color of #afacbd is #9999cc. Color #afacbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101100 | 10111101 |
Octal | 257 | 254 | 275 |
Decimal | 175 | 172 | 189 |
Hex | AF | AC | BD |
Shades of #afacbd
Tints of #afacbd
RGB Percentages of Color #afacbd
CMYK Percentages of Color #afacbd
Complementary Color
#afacbd | #babdac |
#afacbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afacbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#afacbd Color CSS Codes
.mybgcolor {background-color:#afacbd; } .myforecolor {color:#afacbd; } .mybordercolor {border:3px solid #afacbd; }
#afacbd Text Font Color
<p style="color:#afacbd">Text here</p>
This sample text font color is #afacbd
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.
#afacbd Background Color
<div style="background-color:#afacbd">
Div content here</div>
This div background color is #afacbd
#afacbd Border Color
<div style="border:3px solid #afacbd">
Div here</div>
This div border color is #afacbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,172,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afacbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afacbd; -webkit-box-shadow: 1px 1px 3px 2px #afacbd; box-shadow: 1px 1px 3px 2px #afacbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,172,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afacbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afacbd; -webkit-box-shadow: 1px 1px 3px 2px #afacbd; box-shadow: 1px 1px 3px 2px #afacbd;">
Div content here</div>
This div box has shadow with color #afacbd
Comments
No comments written yet.
Please login to write comment.