Color spaces of #ccad78
RGB | 204 | 173 | 120 |
---|---|---|---|
HSL | 0.11 | 0.45 | 0.64 |
HSV | 38° | 41° | 80° |
CMYK | 0.00 | 0.15 | 0.41 0.20 |
XYZ | 43.2356 | 44.0806 | 23.9989 |
Yxy | 44.0806 | 0.3884 | 0.3960 |
Hunter Lab | 66.3932 | 0.0520 | 25.0439 |
CIE-Lab | 72.2823 | 4.0093 | 31.3998 |
#ccad78 color RGB value is (204,173,120).
#ccad78 hex color red value is 204, green value is 173 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ccad78 hue: 0.11 , saturation: 0.45 and the lightness value of ccad78 is 0.64.
The process color (four color CMYK) of #ccad78 color hex is 0.00, 0.15, 0.41, 0.20. Web safe color of #ccad78 is #cc9966. Color #ccad78 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101101 | 01111000 |
Octal | 314 | 255 | 170 |
Decimal | 204 | 173 | 120 |
Hex | CC | AD | 78 |
Shades of #ccad78
Tints of #ccad78
RGB Percentages of Color #ccad78
CMYK Percentages of Color #ccad78
Complementary Color
#ccad78 | #7897cc |
#ccad78 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccad78 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccad78 Color CSS Codes
.mybgcolor {background-color:#ccad78; } .myforecolor {color:#ccad78; } .mybordercolor {border:3px solid #ccad78; }
#ccad78 Text Font Color
<p style="color:#ccad78">Text here</p>
This sample text font color is #ccad78
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.
#ccad78 Background Color
<div style="background-color:#ccad78">
Div content here</div>
This div background color is #ccad78
#ccad78 Border Color
<div style="border:3px solid #ccad78">
Div here</div>
This div border color is #ccad78
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,173,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccad78; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccad78; -webkit-box-shadow: 1px 1px 3px 2px #ccad78; box-shadow: 1px 1px 3px 2px #ccad78; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,173,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccad78">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccad78; -webkit-box-shadow: 1px 1px 3px 2px #ccad78; box-shadow: 1px 1px 3px 2px #ccad78;">
Div content here</div>
This div box has shadow with color #ccad78
Comments
No comments written yet.
Please login to write comment.