Color spaces of #cdd26f
RGB | 205 | 210 | 111 |
---|---|---|---|
HSL | 0.18 | 0.52 | 0.63 |
HSV | 63° | 47° | 82° |
CMYK | 0.02 | 0.00 | 0.47 0.18 |
XYZ | 51.0927 | 60.2200 | 23.9697 |
Yxy | 60.2200 | 0.3777 | 0.4451 |
Hunter Lab | 77.6015 | -18.2787 | 36.0075 |
CIE-Lab | 81.9576 | -15.6847 | 48.1303 |
#cdd26f color RGB value is (205,210,111).
#cdd26f hex color red value is 205, green value is 210 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cdd26f hue: 0.18 , saturation: 0.52 and the lightness value of cdd26f is 0.63.
The process color (four color CMYK) of #cdd26f color hex is 0.02, 0.00, 0.47, 0.18. Web safe color of #cdd26f is #cccc66. Color #cdd26f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11010010 | 01101111 |
Octal | 315 | 322 | 157 |
Decimal | 205 | 210 | 111 |
Hex | CD | D2 | 6F |
Shades of #cdd26f
Tints of #cdd26f
RGB Percentages of Color #cdd26f
CMYK Percentages of Color #cdd26f
Complementary Color
#cdd26f | #746fd2 |
#cdd26f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdd26f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdd26f Color CSS Codes
.mybgcolor {background-color:#cdd26f; } .myforecolor {color:#cdd26f; } .mybordercolor {border:3px solid #cdd26f; }
#cdd26f Text Font Color
<p style="color:#cdd26f">Text here</p>
This sample text font color is #cdd26f
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.
#cdd26f Background Color
<div style="background-color:#cdd26f">
Div content here</div>
This div background color is #cdd26f
#cdd26f Border Color
<div style="border:3px solid #cdd26f">
Div here</div>
This div border color is #cdd26f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,210,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdd26f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdd26f; -webkit-box-shadow: 1px 1px 3px 2px #cdd26f; box-shadow: 1px 1px 3px 2px #cdd26f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,210,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdd26f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdd26f; -webkit-box-shadow: 1px 1px 3px 2px #cdd26f; box-shadow: 1px 1px 3px 2px #cdd26f;">
Div content here</div>
This div box has shadow with color #cdd26f
Comments
No comments written yet.
Please login to write comment.