Color spaces of #ccad2b
RGB | 204 | 173 | 43 |
---|---|---|---|
HSL | 0.13 | 0.65 | 0.48 |
HSV | 48° | 79° | 80° |
CMYK | 0.00 | 0.15 | 0.79 0.20 |
XYZ | 40.2815 | 42.8989 | 8.4428 |
Yxy | 42.8989 | 0.4396 | 0.4682 |
Hunter Lab | 65.4973 | -4.8408 | 38.2054 |
CIE-Lab | 71.4863 | -1.5248 | 65.5535 |
#ccad2b color RGB value is (204,173,43).
#ccad2b hex color red value is 204, green value is 173 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ccad2b hue: 0.13 , saturation: 0.65 and the lightness value of ccad2b is 0.48.
The process color (four color CMYK) of #ccad2b color hex is 0.00, 0.15, 0.79, 0.20. Web safe color of #ccad2b is #cc9933. Color #ccad2b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101101 | 00101011 |
Octal | 314 | 255 | 53 |
Decimal | 204 | 173 | 43 |
Hex | CC | AD | 2B |
Shades of #ccad2b
Tints of #ccad2b
RGB Percentages of Color #ccad2b
CMYK Percentages of Color #ccad2b
Complementary Color
#ccad2b | #2b4acc |
#ccad2b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccad2b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccad2b Color CSS Codes
.mybgcolor {background-color:#ccad2b; } .myforecolor {color:#ccad2b; } .mybordercolor {border:3px solid #ccad2b; }
#ccad2b Text Font Color
<p style="color:#ccad2b">Text here</p>
This sample text font color is #ccad2b
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.
#ccad2b Background Color
<div style="background-color:#ccad2b">
Div content here</div>
This div background color is #ccad2b
#ccad2b Border Color
<div style="border:3px solid #ccad2b">
Div here</div>
This div border color is #ccad2b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,173,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccad2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccad2b; -webkit-box-shadow: 1px 1px 3px 2px #ccad2b; box-shadow: 1px 1px 3px 2px #ccad2b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,173,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccad2b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccad2b; -webkit-box-shadow: 1px 1px 3px 2px #ccad2b; box-shadow: 1px 1px 3px 2px #ccad2b;">
Div content here</div>
This div box has shadow with color #ccad2b
Comments
No comments written yet.
Please login to write comment.