Color spaces of #cccb75
RGB | 204 | 203 | 117 |
---|---|---|---|
HSL | 0.16 | 0.46 | 0.63 |
HSV | 59° | 43° | 80° |
CMYK | 0.00 | 0.00 | 0.43 0.20 |
XYZ | 49.4687 | 56.8336 | 25.1923 |
Yxy | 56.8336 | 0.3762 | 0.4322 |
Hunter Lab | 75.3881 | -14.7997 | 32.9588 |
CIE-Lab | 80.0859 | -11.9708 | 42.8840 |
#cccb75 color RGB value is (204,203,117).
#cccb75 hex color red value is 204, green value is 203 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cccb75 hue: 0.16 , saturation: 0.46 and the lightness value of cccb75 is 0.63.
The process color (four color CMYK) of #cccb75 color hex is 0.00, 0.00, 0.43, 0.20. Web safe color of #cccb75 is #cccc66. Color #cccb75 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001011 | 01110101 |
Octal | 314 | 313 | 165 |
Decimal | 204 | 203 | 117 |
Hex | CC | CB | 75 |
Shades of #cccb75
Tints of #cccb75
RGB Percentages of Color #cccb75
CMYK Percentages of Color #cccb75
Complementary Color
#cccb75 | #7576cc |
#cccb75 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccb75 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccb75 Color CSS Codes
.mybgcolor {background-color:#cccb75; } .myforecolor {color:#cccb75; } .mybordercolor {border:3px solid #cccb75; }
#cccb75 Text Font Color
<p style="color:#cccb75">Text here</p>
This sample text font color is #cccb75
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.
#cccb75 Background Color
<div style="background-color:#cccb75">
Div content here</div>
This div background color is #cccb75
#cccb75 Border Color
<div style="border:3px solid #cccb75">
Div here</div>
This div border color is #cccb75
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,203,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccb75; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccb75; -webkit-box-shadow: 1px 1px 3px 2px #cccb75; box-shadow: 1px 1px 3px 2px #cccb75; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,203,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccb75">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccb75; -webkit-box-shadow: 1px 1px 3px 2px #cccb75; box-shadow: 1px 1px 3px 2px #cccb75;">
Div content here</div>
This div box has shadow with color #cccb75
Comments
No comments written yet.
Please login to write comment.