Color spaces of #b1af04
RGB | 177 | 175 | 4 |
---|---|---|---|
HSL | 0.16 | 0.96 | 0.35 |
HSV | 59° | 98° | 69° |
CMYK | 0.00 | 0.01 | 0.98 0.31 |
XYZ | 33.4833 | 40.0158 | 6.0739 |
Yxy | 40.0158 | 0.4208 | 0.5029 |
Hunter Lab | 63.2580 | -16.2192 | 38.5877 |
CIE-Lab | 69.4808 | -15.3227 | 70.9620 |
#b1af04 color RGB value is (177,175,4).
#b1af04 hex color red value is 177, green value is 175 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b1af04 hue: 0.16 , saturation: 0.96 and the lightness value of b1af04 is 0.35.
The process color (four color CMYK) of #b1af04 color hex is 0.00, 0.01, 0.98, 0.31. Web safe color of #b1af04 is #999900. Color #b1af04 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10101111 | 00000100 |
Octal | 261 | 257 | 4 |
Decimal | 177 | 175 | 4 |
Hex | B1 | AF | 4 |
Shades of #b1af04
Tints of #b1af04
RGB Percentages of Color #b1af04
CMYK Percentages of Color #b1af04
Complementary Color
#b1af04 | #0406b1 |
#b1af04 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1af04 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1af04 Color CSS Codes
.mybgcolor {background-color:#b1af04; } .myforecolor {color:#b1af04; } .mybordercolor {border:3px solid #b1af04; }
#b1af04 Text Font Color
<p style="color:#b1af04">Text here</p>
This sample text font color is #b1af04
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.
#b1af04 Background Color
<div style="background-color:#b1af04">
Div content here</div>
This div background color is #b1af04
#b1af04 Border Color
<div style="border:3px solid #b1af04">
Div here</div>
This div border color is #b1af04
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,175,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1af04; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1af04; -webkit-box-shadow: 1px 1px 3px 2px #b1af04; box-shadow: 1px 1px 3px 2px #b1af04; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,175,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 #b1af04">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1af04; -webkit-box-shadow: 1px 1px 3px 2px #b1af04; box-shadow: 1px 1px 3px 2px #b1af04;">
Div content here</div>
This div box has shadow with color #b1af04
Comments
No comments written yet.
Please login to write comment.