Color spaces of #ccba36
RGB | 204 | 186 | 54 |
---|---|---|---|
HSL | 0.15 | 0.60 | 0.51 |
HSV | 53° | 74° | 80° |
CMYK | 0.00 | 0.09 | 0.74 0.20 |
XYZ | 43.1266 | 48.2215 | 10.5247 |
Yxy | 48.2215 | 0.4233 | 0.4734 |
Hunter Lab | 69.4417 | -10.6660 | 39.6231 |
CIE-Lab | 74.9644 | -7.8748 | 65.0485 |
#ccba36 color RGB value is (204,186,54).
#ccba36 hex color red value is 204, green value is 186 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #ccba36 hue: 0.15 , saturation: 0.60 and the lightness value of ccba36 is 0.51.
The process color (four color CMYK) of #ccba36 color hex is 0.00, 0.09, 0.74, 0.20. Web safe color of #ccba36 is #cccc33. Color #ccba36 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111010 | 00110110 |
Octal | 314 | 272 | 66 |
Decimal | 204 | 186 | 54 |
Hex | CC | BA | 36 |
Shades of #ccba36
Tints of #ccba36
RGB Percentages of Color #ccba36
CMYK Percentages of Color #ccba36
Complementary Color
#ccba36 | #3648cc |
#ccba36 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccba36 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccba36 Color CSS Codes
.mybgcolor {background-color:#ccba36; } .myforecolor {color:#ccba36; } .mybordercolor {border:3px solid #ccba36; }
#ccba36 Text Font Color
<p style="color:#ccba36">Text here</p>
This sample text font color is #ccba36
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.
#ccba36 Background Color
<div style="background-color:#ccba36">
Div content here</div>
This div background color is #ccba36
#ccba36 Border Color
<div style="border:3px solid #ccba36">
Div here</div>
This div border color is #ccba36
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,186,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccba36; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccba36; -webkit-box-shadow: 1px 1px 3px 2px #ccba36; box-shadow: 1px 1px 3px 2px #ccba36; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,186,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccba36">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccba36; -webkit-box-shadow: 1px 1px 3px 2px #ccba36; box-shadow: 1px 1px 3px 2px #ccba36;">
Div content here</div>
This div box has shadow with color #ccba36
Comments
No comments written yet.
Please login to write comment.