Color spaces of #aff486
RGB | 175 | 244 | 134 |
---|---|---|---|
HSL | 0.27 | 0.83 | 0.74 |
HSV | 98° | 45° | 96° |
CMYK | 0.28 | 0.00 | 0.45 0.04 |
XYZ | 54.3330 | 75.5366 | 34.2706 |
Yxy | 75.5366 | 0.3310 | 0.4602 |
Hunter Lab | 86.9118 | -40.5062 | 37.4593 |
CIE-Lab | 89.6437 | -40.3957 | 46.0990 |
#aff486 color RGB value is (175,244,134).
#aff486 hex color red value is 175, green value is 244 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aff486 hue: 0.27 , saturation: 0.83 and the lightness value of aff486 is 0.74.
The process color (four color CMYK) of #aff486 color hex is 0.28, 0.00, 0.45, 0.04. Web safe color of #aff486 is #99ff99. Color #aff486 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11110100 | 10000110 |
Octal | 257 | 364 | 206 |
Decimal | 175 | 244 | 134 |
Hex | AF | F4 | 86 |
Shades of #aff486
Tints of #aff486
RGB Percentages of Color #aff486
CMYK Percentages of Color #aff486
Complementary Color
#aff486 | #cb86f4 |
#aff486 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aff486 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aff486 Color CSS Codes
.mybgcolor {background-color:#aff486; } .myforecolor {color:#aff486; } .mybordercolor {border:3px solid #aff486; }
#aff486 Text Font Color
<p style="color:#aff486">Text here</p>
This sample text font color is #aff486
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.
#aff486 Background Color
<div style="background-color:#aff486">
Div content here</div>
This div background color is #aff486
#aff486 Border Color
<div style="border:3px solid #aff486">
Div here</div>
This div border color is #aff486
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,244,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aff486; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aff486; -webkit-box-shadow: 1px 1px 3px 2px #aff486; box-shadow: 1px 1px 3px 2px #aff486; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,244,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aff486">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aff486; -webkit-box-shadow: 1px 1px 3px 2px #aff486; box-shadow: 1px 1px 3px 2px #aff486;">
Div content here</div>
This div box has shadow with color #aff486
Comments
No comments written yet.
Please login to write comment.