Color spaces of #a88f04
RGB | 168 | 143 | 4 |
---|---|---|---|
HSL | 0.14 | 0.95 | 0.34 |
HSV | 51° | 98° | 66° |
CMYK | 0.00 | 0.15 | 0.98 0.34 |
XYZ | 25.9928 | 27.9785 | 4.1453 |
Yxy | 27.9785 | 0.4473 | 0.4814 |
Hunter Lab | 52.8947 | -4.8497 | 32.3798 |
CIE-Lab | 59.8693 | -2.4779 | 63.5277 |
#a88f04 color RGB value is (168,143,4).
#a88f04 hex color red value is 168, green value is 143 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a88f04 hue: 0.14 , saturation: 0.95 and the lightness value of a88f04 is 0.34.
The process color (four color CMYK) of #a88f04 color hex is 0.00, 0.15, 0.98, 0.34. Web safe color of #a88f04 is #999900. Color #a88f04 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10001111 | 00000100 |
Octal | 250 | 217 | 4 |
Decimal | 168 | 143 | 4 |
Hex | A8 | 8F | 4 |
Shades of #a88f04
Tints of #a88f04
RGB Percentages of Color #a88f04
CMYK Percentages of Color #a88f04
Complementary Color
#a88f04 | #041da8 |
#a88f04 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a88f04 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a88f04 Color CSS Codes
.mybgcolor {background-color:#a88f04; } .myforecolor {color:#a88f04; } .mybordercolor {border:3px solid #a88f04; }
#a88f04 Text Font Color
<p style="color:#a88f04">Text here</p>
This sample text font color is #a88f04
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.
#a88f04 Background Color
<div style="background-color:#a88f04">
Div content here</div>
This div background color is #a88f04
#a88f04 Border Color
<div style="border:3px solid #a88f04">
Div here</div>
This div border color is #a88f04
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,143,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a88f04; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a88f04; -webkit-box-shadow: 1px 1px 3px 2px #a88f04; box-shadow: 1px 1px 3px 2px #a88f04; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,143,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a88f04">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a88f04; -webkit-box-shadow: 1px 1px 3px 2px #a88f04; box-shadow: 1px 1px 3px 2px #a88f04;">
Div content here</div>
This div box has shadow with color #a88f04
Comments
No comments written yet.
Please login to write comment.