Color spaces of #affb1e
RGB | 175 | 251 | 30 |
---|---|---|---|
HSL | 0.22 | 0.97 | 0.55 |
HSV | 81° | 88° | 98° |
CMYK | 0.30 | 0.00 | 0.88 0.02 |
XYZ | 52.4107 | 78.2021 | 13.5605 |
Yxy | 78.2021 | 0.3635 | 0.5424 |
Hunter Lab | 88.4320 | -48.9649 | 52.8106 |
CIE-Lab | 90.8720 | -50.6428 | 84.3844 |
#affb1e color RGB value is (175,251,30).
#affb1e hex color red value is 175, green value is 251 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #affb1e hue: 0.22 , saturation: 0.97 and the lightness value of affb1e is 0.55.
The process color (four color CMYK) of #affb1e color hex is 0.30, 0.00, 0.88, 0.02. Web safe color of #affb1e is #99ff33. Color #affb1e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11111011 | 00011110 |
Octal | 257 | 373 | 36 |
Decimal | 175 | 251 | 30 |
Hex | AF | FB | 1E |
Shades of #affb1e
Tints of #affb1e
RGB Percentages of Color #affb1e
CMYK Percentages of Color #affb1e
Complementary Color
#affb1e | #6a1efb |
#affb1e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#affb1e Color Preview on White Background
Lorem ipsum dolor sit amet.
#affb1e Color CSS Codes
.mybgcolor {background-color:#affb1e; } .myforecolor {color:#affb1e; } .mybordercolor {border:3px solid #affb1e; }
#affb1e Text Font Color
<p style="color:#affb1e">Text here</p>
This sample text font color is #affb1e
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.
#affb1e Background Color
<div style="background-color:#affb1e">
Div content here</div>
This div background color is #affb1e
#affb1e Border Color
<div style="border:3px solid #affb1e">
Div here</div>
This div border color is #affb1e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,251,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #affb1e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #affb1e; -webkit-box-shadow: 1px 1px 3px 2px #affb1e; box-shadow: 1px 1px 3px 2px #affb1e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,251,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #affb1e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #affb1e; -webkit-box-shadow: 1px 1px 3px 2px #affb1e; box-shadow: 1px 1px 3px 2px #affb1e;">
Div content here</div>
This div box has shadow with color #affb1e
Comments
No comments written yet.
Please login to write comment.