Color spaces of #affaa8
RGB | 175 | 250 | 168 |
---|---|---|---|
HSL | 0.32 | 0.89 | 0.82 |
HSV | 115° | 33° | 98° |
CMYK | 0.30 | 0.00 | 0.33 0.02 |
XYZ | 58.9327 | 80.3123 | 49.4415 |
Yxy | 80.3123 | 0.3123 | 0.4256 |
Hunter Lab | 89.6171 | -39.4474 | 30.0219 |
CIE-Lab | 91.8248 | -38.4026 | 32.1812 |
#affaa8 color RGB value is (175,250,168).
#affaa8 hex color red value is 175, green value is 250 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #affaa8 hue: 0.32 , saturation: 0.89 and the lightness value of affaa8 is 0.82.
The process color (four color CMYK) of #affaa8 color hex is 0.30, 0.00, 0.33, 0.02. Web safe color of #affaa8 is #99ff99. Color #affaa8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11111010 | 10101000 |
Octal | 257 | 372 | 250 |
Decimal | 175 | 250 | 168 |
Hex | AF | FA | A8 |
Shades of #affaa8
Tints of #affaa8
RGB Percentages of Color #affaa8
CMYK Percentages of Color #affaa8
Complementary Color
#affaa8 | #f3a8fa |
#affaa8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#affaa8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#affaa8 Color CSS Codes
.mybgcolor {background-color:#affaa8; } .myforecolor {color:#affaa8; } .mybordercolor {border:3px solid #affaa8; }
#affaa8 Text Font Color
<p style="color:#affaa8">Text here</p>
This sample text font color is #affaa8
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.
#affaa8 Background Color
<div style="background-color:#affaa8">
Div content here</div>
This div background color is #affaa8
#affaa8 Border Color
<div style="border:3px solid #affaa8">
Div here</div>
This div border color is #affaa8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,250,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #affaa8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #affaa8; -webkit-box-shadow: 1px 1px 3px 2px #affaa8; box-shadow: 1px 1px 3px 2px #affaa8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,250,168, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #affaa8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #affaa8; -webkit-box-shadow: 1px 1px 3px 2px #affaa8; box-shadow: 1px 1px 3px 2px #affaa8;">
Div content here</div>
This div box has shadow with color #affaa8
Comments
No comments written yet.
Please login to write comment.