Color spaces of #ccb850
RGB | 204 | 184 | 80 |
---|---|---|---|
HSL | 0.14 | 0.55 | 0.56 |
HSV | 50° | 61° | 80° |
CMYK | 0.00 | 0.10 | 0.61 0.20 |
XYZ | 43.4903 | 47.6975 | 14.5038 |
Yxy | 47.6975 | 0.4115 | 0.4513 |
Hunter Lab | 69.0634 | -8.4566 | 35.8930 |
CIE-Lab | 74.6337 | -5.3724 | 54.1232 |
#ccb850 color RGB value is (204,184,80).
#ccb850 hex color red value is 204, green value is 184 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ccb850 hue: 0.14 , saturation: 0.55 and the lightness value of ccb850 is 0.56.
The process color (four color CMYK) of #ccb850 color hex is 0.00, 0.10, 0.61, 0.20. Web safe color of #ccb850 is #cccc66. Color #ccb850 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111000 | 01010000 |
Octal | 314 | 270 | 120 |
Decimal | 204 | 184 | 80 |
Hex | CC | B8 | 50 |
Shades of #ccb850
Tints of #ccb850
RGB Percentages of Color #ccb850
CMYK Percentages of Color #ccb850
Complementary Color
#ccb850 | #5064cc |
#ccb850 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb850 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb850 Color CSS Codes
.mybgcolor {background-color:#ccb850; } .myforecolor {color:#ccb850; } .mybordercolor {border:3px solid #ccb850; }
#ccb850 Text Font Color
<p style="color:#ccb850">Text here</p>
This sample text font color is #ccb850
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.
#ccb850 Background Color
<div style="background-color:#ccb850">
Div content here</div>
This div background color is #ccb850
#ccb850 Border Color
<div style="border:3px solid #ccb850">
Div here</div>
This div border color is #ccb850
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,184,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb850; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb850; -webkit-box-shadow: 1px 1px 3px 2px #ccb850; box-shadow: 1px 1px 3px 2px #ccb850; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,184,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb850">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb850; -webkit-box-shadow: 1px 1px 3px 2px #ccb850; box-shadow: 1px 1px 3px 2px #ccb850;">
Div content here</div>
This div box has shadow with color #ccb850
Comments
No comments written yet.
Please login to write comment.