Color spaces of #affba3
RGB | 175 | 251 | 163 |
---|---|---|---|
HSL | 0.31 | 0.92 | 0.81 |
HSV | 112° | 35° | 98° |
CMYK | 0.30 | 0.00 | 0.35 0.02 |
XYZ | 58.7872 | 80.7527 | 47.1387 |
Yxy | 80.7527 | 0.3149 | 0.4326 |
Hunter Lab | 89.8625 | -40.4864 | 31.8023 |
CIE-Lab | 92.0215 | -39.6017 | 34.9451 |
#affba3 color RGB value is (175,251,163).
#affba3 hex color red value is 175, green value is 251 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #affba3 hue: 0.31 , saturation: 0.92 and the lightness value of affba3 is 0.81.
The process color (four color CMYK) of #affba3 color hex is 0.30, 0.00, 0.35, 0.02. Web safe color of #affba3 is #99ff99. Color #affba3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11111011 | 10100011 |
Octal | 257 | 373 | 243 |
Decimal | 175 | 251 | 163 |
Hex | AF | FB | A3 |
Shades of #affba3
Tints of #affba3
RGB Percentages of Color #affba3
CMYK Percentages of Color #affba3
Complementary Color
#affba3 | #efa3fb |
#affba3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#affba3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#affba3 Color CSS Codes
.mybgcolor {background-color:#affba3; } .myforecolor {color:#affba3; } .mybordercolor {border:3px solid #affba3; }
#affba3 Text Font Color
<p style="color:#affba3">Text here</p>
This sample text font color is #affba3
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.
#affba3 Background Color
<div style="background-color:#affba3">
Div content here</div>
This div background color is #affba3
#affba3 Border Color
<div style="border:3px solid #affba3">
Div here</div>
This div border color is #affba3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,251,163, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #affba3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #affba3; -webkit-box-shadow: 1px 1px 3px 2px #affba3; box-shadow: 1px 1px 3px 2px #affba3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,251,163, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #affba3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #affba3; -webkit-box-shadow: 1px 1px 3px 2px #affba3; box-shadow: 1px 1px 3px 2px #affba3;">
Div content here</div>
This div box has shadow with color #affba3
Comments
No comments written yet.
Please login to write comment.