Color spaces of #ccb755
RGB | 204 | 183 | 85 |
---|---|---|---|
HSL | 0.14 | 0.54 | 0.57 |
HSV | 49° | 58° | 80° |
CMYK | 0.00 | 0.10 | 0.58 0.20 |
XYZ | 43.4750 | 47.3602 | 15.4444 |
Yxy | 47.3602 | 0.4091 | 0.4456 |
Hunter Lab | 68.8187 | -7.6687 | 34.8672 |
CIE-Lab | 74.4196 | -4.4945 | 51.5920 |
#ccb755 color RGB value is (204,183,85).
#ccb755 hex color red value is 204, green value is 183 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ccb755 hue: 0.14 , saturation: 0.54 and the lightness value of ccb755 is 0.57.
The process color (four color CMYK) of #ccb755 color hex is 0.00, 0.10, 0.58, 0.20. Web safe color of #ccb755 is #cccc66. Color #ccb755 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10110111 | 01010101 |
Octal | 314 | 267 | 125 |
Decimal | 204 | 183 | 85 |
Hex | CC | B7 | 55 |
Shades of #ccb755
Tints of #ccb755
RGB Percentages of Color #ccb755
CMYK Percentages of Color #ccb755
Complementary Color
#ccb755 | #556acc |
#ccb755 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb755 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb755 Color CSS Codes
.mybgcolor {background-color:#ccb755; } .myforecolor {color:#ccb755; } .mybordercolor {border:3px solid #ccb755; }
#ccb755 Text Font Color
<p style="color:#ccb755">Text here</p>
This sample text font color is #ccb755
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.
#ccb755 Background Color
<div style="background-color:#ccb755">
Div content here</div>
This div background color is #ccb755
#ccb755 Border Color
<div style="border:3px solid #ccb755">
Div here</div>
This div border color is #ccb755
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,183,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb755; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb755; -webkit-box-shadow: 1px 1px 3px 2px #ccb755; box-shadow: 1px 1px 3px 2px #ccb755; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,183,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb755">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb755; -webkit-box-shadow: 1px 1px 3px 2px #ccb755; box-shadow: 1px 1px 3px 2px #ccb755;">
Div content here</div>
This div box has shadow with color #ccb755
Comments
No comments written yet.
Please login to write comment.