Color spaces of #cdd12a
RGB | 205 | 209 | 42 |
---|---|---|---|
HSL | 0.17 | 0.67 | 0.49 |
HSV | 61° | 80° | 82° |
CMYK | 0.02 | 0.00 | 0.80 0.18 |
XYZ | 48.3952 | 58.7472 | 10.9791 |
Yxy | 58.7472 | 0.4097 | 0.4973 |
Hunter Lab | 76.6467 | -21.4258 | 45.1598 |
CIE-Lab | 81.1524 | -19.4985 | 74.4151 |
#cdd12a color RGB value is (205,209,42).
#cdd12a hex color red value is 205, green value is 209 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cdd12a hue: 0.17 , saturation: 0.67 and the lightness value of cdd12a is 0.49.
The process color (four color CMYK) of #cdd12a color hex is 0.02, 0.00, 0.80, 0.18. Web safe color of #cdd12a is #cccc33. Color #cdd12a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11010001 | 00101010 |
Octal | 315 | 321 | 52 |
Decimal | 205 | 209 | 42 |
Hex | CD | D1 | 2A |
Shades of #cdd12a
Tints of #cdd12a
RGB Percentages of Color #cdd12a
CMYK Percentages of Color #cdd12a
Complementary Color
#cdd12a | #2e2ad1 |
#cdd12a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdd12a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdd12a Color CSS Codes
.mybgcolor {background-color:#cdd12a; } .myforecolor {color:#cdd12a; } .mybordercolor {border:3px solid #cdd12a; }
#cdd12a Text Font Color
<p style="color:#cdd12a">Text here</p>
This sample text font color is #cdd12a
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.
#cdd12a Background Color
<div style="background-color:#cdd12a">
Div content here</div>
This div background color is #cdd12a
#cdd12a Border Color
<div style="border:3px solid #cdd12a">
Div here</div>
This div border color is #cdd12a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,209,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdd12a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdd12a; -webkit-box-shadow: 1px 1px 3px 2px #cdd12a; box-shadow: 1px 1px 3px 2px #cdd12a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,209,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdd12a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdd12a; -webkit-box-shadow: 1px 1px 3px 2px #cdd12a; box-shadow: 1px 1px 3px 2px #cdd12a;">
Div content here</div>
This div box has shadow with color #cdd12a
Comments
No comments written yet.
Please login to write comment.