Color spaces of #cdb46a
RGB | 205 | 180 | 106 |
---|---|---|---|
HSL | 0.12 | 0.50 | 0.61 |
HSV | 45° | 48° | 80° |
CMYK | 0.00 | 0.12 | 0.48 0.20 |
XYZ | 44.0996 | 46.6623 | 20.3181 |
Yxy | 46.6623 | 0.3970 | 0.4201 |
Hunter Lab | 68.3098 | -4.3057 | 30.1816 |
CIE-Lab | 73.9732 | -0.7345 | 40.8373 |
#cdb46a color RGB value is (205,180,106).
#cdb46a hex color red value is 205, green value is 180 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cdb46a hue: 0.12 , saturation: 0.50 and the lightness value of cdb46a is 0.61.
The process color (four color CMYK) of #cdb46a color hex is 0.00, 0.12, 0.48, 0.20. Web safe color of #cdb46a is #cccc66. Color #cdb46a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10110100 | 01101010 |
Octal | 315 | 264 | 152 |
Decimal | 205 | 180 | 106 |
Hex | CD | B4 | 6A |
Shades of #cdb46a
Tints of #cdb46a
RGB Percentages of Color #cdb46a
CMYK Percentages of Color #cdb46a
Complementary Color
#cdb46a | #6a83cd |
#cdb46a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb46a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb46a Color CSS Codes
.mybgcolor {background-color:#cdb46a; } .myforecolor {color:#cdb46a; } .mybordercolor {border:3px solid #cdb46a; }
#cdb46a Text Font Color
<p style="color:#cdb46a">Text here</p>
This sample text font color is #cdb46a
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.
#cdb46a Background Color
<div style="background-color:#cdb46a">
Div content here</div>
This div background color is #cdb46a
#cdb46a Border Color
<div style="border:3px solid #cdb46a">
Div here</div>
This div border color is #cdb46a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,180,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb46a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb46a; -webkit-box-shadow: 1px 1px 3px 2px #cdb46a; box-shadow: 1px 1px 3px 2px #cdb46a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,180,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdb46a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb46a; -webkit-box-shadow: 1px 1px 3px 2px #cdb46a; box-shadow: 1px 1px 3px 2px #cdb46a;">
Div content here</div>
This div box has shadow with color #cdb46a
Comments
No comments written yet.
Please login to write comment.