Color spaces of #cdc65b
RGB | 205 | 198 | 91 |
---|---|---|---|
HSL | 0.16 | 0.53 | 0.58 |
HSV | 56° | 56° | 80° |
CMYK | 0.00 | 0.03 | 0.56 0.20 |
XYZ | 47.2592 | 54.1226 | 17.8534 |
Yxy | 54.1226 | 0.3964 | 0.4539 |
Hunter Lab | 73.5681 | -14.0780 | 37.1092 |
CIE-Lab | 78.5332 | -11.3573 | 53.5211 |
#cdc65b color RGB value is (205,198,91).
#cdc65b hex color red value is 205, green value is 198 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cdc65b hue: 0.16 , saturation: 0.53 and the lightness value of cdc65b is 0.58.
The process color (four color CMYK) of #cdc65b color hex is 0.00, 0.03, 0.56, 0.20. Web safe color of #cdc65b is #cccc66. Color #cdc65b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11000110 | 01011011 |
Octal | 315 | 306 | 133 |
Decimal | 205 | 198 | 91 |
Hex | CD | C6 | 5B |
Shades of #cdc65b
Tints of #cdc65b
RGB Percentages of Color #cdc65b
CMYK Percentages of Color #cdc65b
Complementary Color
#cdc65b | #5b62cd |
#cdc65b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdc65b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdc65b Color CSS Codes
.mybgcolor {background-color:#cdc65b; } .myforecolor {color:#cdc65b; } .mybordercolor {border:3px solid #cdc65b; }
#cdc65b Text Font Color
<p style="color:#cdc65b">Text here</p>
This sample text font color is #cdc65b
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.
#cdc65b Background Color
<div style="background-color:#cdc65b">
Div content here</div>
This div background color is #cdc65b
#cdc65b Border Color
<div style="border:3px solid #cdc65b">
Div here</div>
This div border color is #cdc65b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,198,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdc65b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdc65b; -webkit-box-shadow: 1px 1px 3px 2px #cdc65b; box-shadow: 1px 1px 3px 2px #cdc65b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,198,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdc65b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdc65b; -webkit-box-shadow: 1px 1px 3px 2px #cdc65b; box-shadow: 1px 1px 3px 2px #cdc65b;">
Div content here</div>
This div box has shadow with color #cdc65b
Comments
No comments written yet.
Please login to write comment.