Color spaces of #c7bf18
RGB | 199 | 191 | 24 |
---|---|---|---|
HSL | 0.16 | 0.78 | 0.44 |
HSV | 57° | 88° | 78° |
CMYK | 0.00 | 0.04 | 0.88 0.22 |
XYZ | 42.3489 | 49.4697 | 8.1807 |
Yxy | 49.4697 | 0.4235 | 0.4947 |
Hunter Lab | 70.3347 | -15.6099 | 42.3382 |
CIE-Lab | 75.7426 | -13.5526 | 73.7838 |
#c7bf18 color RGB value is (199,191,24).
#c7bf18 hex color red value is 199, green value is 191 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #c7bf18 hue: 0.16 , saturation: 0.78 and the lightness value of c7bf18 is 0.44.
The process color (four color CMYK) of #c7bf18 color hex is 0.00, 0.04, 0.88, 0.22. Web safe color of #c7bf18 is #cccc00. Color #c7bf18 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10111111 | 00011000 |
Octal | 307 | 277 | 30 |
Decimal | 199 | 191 | 24 |
Hex | C7 | BF | 18 |
Shades of #c7bf18
Tints of #c7bf18
RGB Percentages of Color #c7bf18
CMYK Percentages of Color #c7bf18
Complementary Color
#c7bf18 | #1820c7 |
#c7bf18 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7bf18 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7bf18 Color CSS Codes
.mybgcolor {background-color:#c7bf18; } .myforecolor {color:#c7bf18; } .mybordercolor {border:3px solid #c7bf18; }
#c7bf18 Text Font Color
<p style="color:#c7bf18">Text here</p>
This sample text font color is #c7bf18
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.
#c7bf18 Background Color
<div style="background-color:#c7bf18">
Div content here</div>
This div background color is #c7bf18
#c7bf18 Border Color
<div style="border:3px solid #c7bf18">
Div here</div>
This div border color is #c7bf18
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,191,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7bf18; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7bf18; -webkit-box-shadow: 1px 1px 3px 2px #c7bf18; box-shadow: 1px 1px 3px 2px #c7bf18; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,191,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7bf18">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7bf18; -webkit-box-shadow: 1px 1px 3px 2px #c7bf18; box-shadow: 1px 1px 3px 2px #c7bf18;">
Div content here</div>
This div box has shadow with color #c7bf18
Comments
No comments written yet.
Please login to write comment.