Color spaces of #ccad27
RGB | 204 | 173 | 39 |
---|---|---|---|
HSL | 0.14 | 0.68 | 0.48 |
HSV | 49° | 81° | 80° |
CMYK | 0.00 | 0.15 | 0.81 0.20 |
XYZ | 40.2116 | 42.8710 | 8.0750 |
Yxy | 42.8710 | 0.4411 | 0.4703 |
Hunter Lab | 65.4759 | -4.9584 | 38.5211 |
CIE-Lab | 71.4673 | -1.6604 | 66.7777 |
#ccad27 color RGB value is (204,173,39).
#ccad27 hex color red value is 204, green value is 173 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ccad27 hue: 0.14 , saturation: 0.68 and the lightness value of ccad27 is 0.48.
The process color (four color CMYK) of #ccad27 color hex is 0.00, 0.15, 0.81, 0.20. Web safe color of #ccad27 is #cc9933. Color #ccad27 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101101 | 00100111 |
Octal | 314 | 255 | 47 |
Decimal | 204 | 173 | 39 |
Hex | CC | AD | 27 |
Shades of #ccad27
Tints of #ccad27
RGB Percentages of Color #ccad27
CMYK Percentages of Color #ccad27
Complementary Color
#ccad27 | #2746cc |
#ccad27 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccad27 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccad27 Color CSS Codes
.mybgcolor {background-color:#ccad27; } .myforecolor {color:#ccad27; } .mybordercolor {border:3px solid #ccad27; }
#ccad27 Text Font Color
<p style="color:#ccad27">Text here</p>
This sample text font color is #ccad27
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.
#ccad27 Background Color
<div style="background-color:#ccad27">
Div content here</div>
This div background color is #ccad27
#ccad27 Border Color
<div style="border:3px solid #ccad27">
Div here</div>
This div border color is #ccad27
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,173,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccad27; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccad27; -webkit-box-shadow: 1px 1px 3px 2px #ccad27; box-shadow: 1px 1px 3px 2px #ccad27; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,173,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccad27">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccad27; -webkit-box-shadow: 1px 1px 3px 2px #ccad27; box-shadow: 1px 1px 3px 2px #ccad27;">
Div content here</div>
This div box has shadow with color #ccad27
Comments
No comments written yet.
Please login to write comment.