Color spaces of #c7ad07
RGB | 199 | 173 | 7 |
---|---|---|---|
HSL | 0.14 | 0.93 | 0.40 |
HSV | 52° | 96° | 78° |
CMYK | 0.00 | 0.13 | 0.96 0.22 |
XYZ | 38.5351 | 42.0446 | 6.2854 |
Yxy | 42.0446 | 0.4436 | 0.4840 |
Hunter Lab | 64.8418 | -7.3917 | 39.6420 |
CIE-Lab | 70.9017 | -4.5128 | 72.5349 |
#c7ad07 color RGB value is (199,173,7).
#c7ad07 hex color red value is 199, green value is 173 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #c7ad07 hue: 0.14 , saturation: 0.93 and the lightness value of c7ad07 is 0.40.
The process color (four color CMYK) of #c7ad07 color hex is 0.00, 0.13, 0.96, 0.22. Web safe color of #c7ad07 is #cc9900. Color #c7ad07 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10101101 | 00000111 |
Octal | 307 | 255 | 7 |
Decimal | 199 | 173 | 7 |
Hex | C7 | AD | 7 |
Shades of #c7ad07
Tints of #c7ad07
RGB Percentages of Color #c7ad07
CMYK Percentages of Color #c7ad07
Complementary Color
#c7ad07 | #0721c7 |
#c7ad07 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7ad07 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7ad07 Color CSS Codes
.mybgcolor {background-color:#c7ad07; } .myforecolor {color:#c7ad07; } .mybordercolor {border:3px solid #c7ad07; }
#c7ad07 Text Font Color
<p style="color:#c7ad07">Text here</p>
This sample text font color is #c7ad07
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.
#c7ad07 Background Color
<div style="background-color:#c7ad07">
Div content here</div>
This div background color is #c7ad07
#c7ad07 Border Color
<div style="border:3px solid #c7ad07">
Div here</div>
This div border color is #c7ad07
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,173,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7ad07; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7ad07; -webkit-box-shadow: 1px 1px 3px 2px #c7ad07; box-shadow: 1px 1px 3px 2px #c7ad07; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,173,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7ad07">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7ad07; -webkit-box-shadow: 1px 1px 3px 2px #c7ad07; box-shadow: 1px 1px 3px 2px #c7ad07;">
Div content here</div>
This div box has shadow with color #c7ad07
Comments
No comments written yet.
Please login to write comment.