Color spaces of #afd2ba
RGB | 175 | 210 | 186 |
---|---|---|---|
HSL | 0.39 | 0.28 | 0.75 |
HSV | 139° | 17° | 82° |
CMYK | 0.17 | 0.00 | 0.11 0.18 |
XYZ | 49.5887 | 58.7523 | 55.1811 |
Yxy | 58.7523 | 0.3033 | 0.3593 |
Hunter Lab | 76.6500 | -18.6571 | 10.9716 |
CIE-Lab | 81.1553 | -16.2551 | 8.0533 |
#afd2ba color RGB value is (175,210,186).
#afd2ba hex color red value is 175, green value is 210 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #afd2ba hue: 0.39 , saturation: 0.28 and the lightness value of afd2ba is 0.75.
The process color (four color CMYK) of #afd2ba color hex is 0.17, 0.00, 0.11, 0.18. Web safe color of #afd2ba is #99cccc. Color #afd2ba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11010010 | 10111010 |
Octal | 257 | 322 | 272 |
Decimal | 175 | 210 | 186 |
Hex | AF | D2 | BA |
Shades of #afd2ba
Tints of #afd2ba
RGB Percentages of Color #afd2ba
CMYK Percentages of Color #afd2ba
Complementary Color
#afd2ba | #d2afc7 |
#afd2ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd2ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd2ba Color CSS Codes
.mybgcolor {background-color:#afd2ba; } .myforecolor {color:#afd2ba; } .mybordercolor {border:3px solid #afd2ba; }
#afd2ba Text Font Color
<p style="color:#afd2ba">Text here</p>
This sample text font color is #afd2ba
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.
#afd2ba Background Color
<div style="background-color:#afd2ba">
Div content here</div>
This div background color is #afd2ba
#afd2ba Border Color
<div style="border:3px solid #afd2ba">
Div here</div>
This div border color is #afd2ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,210,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd2ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd2ba; -webkit-box-shadow: 1px 1px 3px 2px #afd2ba; box-shadow: 1px 1px 3px 2px #afd2ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,210,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afd2ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd2ba; -webkit-box-shadow: 1px 1px 3px 2px #afd2ba; box-shadow: 1px 1px 3px 2px #afd2ba;">
Div content here</div>
This div box has shadow with color #afd2ba
Comments
No comments written yet.
Please login to write comment.