Color spaces of #cdc128
RGB | 205 | 193 | 40 |
---|---|---|---|
HSL | 0.15 | 0.67 | 0.48 |
HSV | 56° | 80° | 80° |
CMYK | 0.00 | 0.06 | 0.80 0.20 |
XYZ | 44.6298 | 51.2723 | 9.5518 |
Yxy | 51.2723 | 0.4232 | 0.4862 |
Hunter Lab | 71.6047 | -14.0526 | 42.2142 |
CIE-Lab | 76.8437 | -11.5619 | 71.2087 |
#cdc128 color RGB value is (205,193,40).
#cdc128 hex color red value is 205, green value is 193 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cdc128 hue: 0.15 , saturation: 0.67 and the lightness value of cdc128 is 0.48.
The process color (four color CMYK) of #cdc128 color hex is 0.00, 0.06, 0.80, 0.20. Web safe color of #cdc128 is #cccc33. Color #cdc128 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11000001 | 00101000 |
Octal | 315 | 301 | 50 |
Decimal | 205 | 193 | 40 |
Hex | CD | C1 | 28 |
Shades of #cdc128
Tints of #cdc128
RGB Percentages of Color #cdc128
CMYK Percentages of Color #cdc128
Complementary Color
#cdc128 | #2834cd |
#cdc128 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdc128 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdc128 Color CSS Codes
.mybgcolor {background-color:#cdc128; } .myforecolor {color:#cdc128; } .mybordercolor {border:3px solid #cdc128; }
#cdc128 Text Font Color
<p style="color:#cdc128">Text here</p>
This sample text font color is #cdc128
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.
#cdc128 Background Color
<div style="background-color:#cdc128">
Div content here</div>
This div background color is #cdc128
#cdc128 Border Color
<div style="border:3px solid #cdc128">
Div here</div>
This div border color is #cdc128
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,193,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdc128; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdc128; -webkit-box-shadow: 1px 1px 3px 2px #cdc128; box-shadow: 1px 1px 3px 2px #cdc128; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,193,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdc128">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdc128; -webkit-box-shadow: 1px 1px 3px 2px #cdc128; box-shadow: 1px 1px 3px 2px #cdc128;">
Div content here</div>
This div box has shadow with color #cdc128
Comments
No comments written yet.
Please login to write comment.