Color spaces of #ccb825
RGB | 204 | 184 | 37 |
---|---|---|---|
HSL | 0.15 | 0.69 | 0.47 |
HSV | 53° | 82° | 80° |
CMYK | 0.00 | 0.10 | 0.82 0.20 |
XYZ | 42.3763 | 47.2519 | 8.6373 |
Yxy | 47.2519 | 0.4312 | 0.4809 |
Hunter Lab | 68.7400 | -10.2548 | 40.6681 |
CIE-Lab | 74.3506 | -7.4703 | 69.8421 |
#ccb825 color RGB value is (204,184,37).
#ccb825 hex color red value is 204, green value is 184 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ccb825 hue: 0.15 , saturation: 0.69 and the lightness value of ccb825 is 0.47.
The process color (four color CMYK) of #ccb825 color hex is 0.00, 0.10, 0.82, 0.20. Web safe color of #ccb825 is #cccc33. Color #ccb825 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111000 | 00100101 |
Octal | 314 | 270 | 45 |
Decimal | 204 | 184 | 37 |
Hex | CC | B8 | 25 |
Shades of #ccb825
Tints of #ccb825
RGB Percentages of Color #ccb825
CMYK Percentages of Color #ccb825
Complementary Color
#ccb825 | #2539cc |
#ccb825 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccb825 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccb825 Color CSS Codes
.mybgcolor {background-color:#ccb825; } .myforecolor {color:#ccb825; } .mybordercolor {border:3px solid #ccb825; }
#ccb825 Text Font Color
<p style="color:#ccb825">Text here</p>
This sample text font color is #ccb825
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.
#ccb825 Background Color
<div style="background-color:#ccb825">
Div content here</div>
This div background color is #ccb825
#ccb825 Border Color
<div style="border:3px solid #ccb825">
Div here</div>
This div border color is #ccb825
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,184,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccb825; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccb825; -webkit-box-shadow: 1px 1px 3px 2px #ccb825; box-shadow: 1px 1px 3px 2px #ccb825; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,184,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccb825">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccb825; -webkit-box-shadow: 1px 1px 3px 2px #ccb825; box-shadow: 1px 1px 3px 2px #ccb825;">
Div content here</div>
This div box has shadow with color #ccb825
Comments
No comments written yet.
Please login to write comment.