Color spaces of #afbd28
RGB | 175 | 189 | 40 |
---|---|---|---|
HSL | 0.18 | 0.65 | 0.45 |
HSV | 66° | 79° | 74° |
CMYK | 0.07 | 0.00 | 0.79 0.26 |
XYZ | 36.2598 | 45.6624 | 8.9101 |
Yxy | 45.6624 | 0.3992 | 0.5027 |
Hunter Lab | 67.5740 | -22.4724 | 39.4840 |
CIE-Lab | 73.3259 | -22.3940 | 67.1800 |
#afbd28 color RGB value is (175,189,40).
#afbd28 hex color red value is 175, green value is 189 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #afbd28 hue: 0.18 , saturation: 0.65 and the lightness value of afbd28 is 0.45.
The process color (four color CMYK) of #afbd28 color hex is 0.07, 0.00, 0.79, 0.26. Web safe color of #afbd28 is #99cc33. Color #afbd28 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111101 | 00101000 |
Octal | 257 | 275 | 50 |
Decimal | 175 | 189 | 40 |
Hex | AF | BD | 28 |
Shades of #afbd28
Tints of #afbd28
RGB Percentages of Color #afbd28
CMYK Percentages of Color #afbd28
Complementary Color
#afbd28 | #3628bd |
#afbd28 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbd28 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbd28 Color CSS Codes
.mybgcolor {background-color:#afbd28; } .myforecolor {color:#afbd28; } .mybordercolor {border:3px solid #afbd28; }
#afbd28 Text Font Color
<p style="color:#afbd28">Text here</p>
This sample text font color is #afbd28
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.
#afbd28 Background Color
<div style="background-color:#afbd28">
Div content here</div>
This div background color is #afbd28
#afbd28 Border Color
<div style="border:3px solid #afbd28">
Div here</div>
This div border color is #afbd28
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,189,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbd28; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbd28; -webkit-box-shadow: 1px 1px 3px 2px #afbd28; box-shadow: 1px 1px 3px 2px #afbd28; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,189,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbd28">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbd28; -webkit-box-shadow: 1px 1px 3px 2px #afbd28; box-shadow: 1px 1px 3px 2px #afbd28;">
Div content here</div>
This div box has shadow with color #afbd28
Comments
No comments written yet.
Please login to write comment.