Color spaces of #c29608
RGB | 194 | 150 | 8 |
---|---|---|---|
HSL | 0.13 | 0.92 | 0.40 |
HSV | 46° | 96° | 76° |
CMYK | 0.00 | 0.23 | 0.96 0.24 |
XYZ | 33.1983 | 33.2996 | 4.9074 |
Yxy | 33.2996 | 0.4649 | 0.4663 |
Hunter Lab | 57.7058 | 1.7064 | 35.3519 |
CIE-Lab | 64.4028 | 5.5605 | 67.4505 |
#c29608 color RGB value is (194,150,8).
#c29608 hex color red value is 194, green value is 150 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #c29608 hue: 0.13 , saturation: 0.92 and the lightness value of c29608 is 0.40.
The process color (four color CMYK) of #c29608 color hex is 0.00, 0.23, 0.96, 0.24. Web safe color of #c29608 is #cc9900. Color #c29608 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10010110 | 00001000 |
Octal | 302 | 226 | 10 |
Decimal | 194 | 150 | 8 |
Hex | C2 | 96 | 8 |
Shades of #c29608
Tints of #c29608
RGB Percentages of Color #c29608
CMYK Percentages of Color #c29608
Complementary Color
#c29608 | #0834c2 |
#c29608 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c29608 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c29608 Color CSS Codes
.mybgcolor {background-color:#c29608; } .myforecolor {color:#c29608; } .mybordercolor {border:3px solid #c29608; }
#c29608 Text Font Color
<p style="color:#c29608">Text here</p>
This sample text font color is #c29608
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.
#c29608 Background Color
<div style="background-color:#c29608">
Div content here</div>
This div background color is #c29608
#c29608 Border Color
<div style="border:3px solid #c29608">
Div here</div>
This div border color is #c29608
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,150,8, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c29608; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c29608; -webkit-box-shadow: 1px 1px 3px 2px #c29608; box-shadow: 1px 1px 3px 2px #c29608; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,150,8, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c29608">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c29608; -webkit-box-shadow: 1px 1px 3px 2px #c29608; box-shadow: 1px 1px 3px 2px #c29608;">
Div content here</div>
This div box has shadow with color #c29608
Comments
No comments written yet.
Please login to write comment.