Color spaces of #cdb282
RGB | 205 | 178 | 130 |
---|---|---|---|
HSL | 0.11 | 0.43 | 0.66 |
HSV | 38° | 37° | 80° |
CMYK | 0.00 | 0.13 | 0.37 0.20 |
XYZ | 45.1265 | 46.4316 | 27.7029 |
Yxy | 46.4316 | 0.3784 | 0.3893 |
Hunter Lab | 68.1407 | -1.0339 | 23.5939 |
CIE-Lab | 73.8247 | 2.8872 | 28.1386 |
#cdb282 color RGB value is (205,178,130).
#cdb282 hex color red value is 205, green value is 178 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #cdb282 hue: 0.11 , saturation: 0.43 and the lightness value of cdb282 is 0.66.
The process color (four color CMYK) of #cdb282 color hex is 0.00, 0.13, 0.37, 0.20. Web safe color of #cdb282 is #cc9999. Color #cdb282 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10110010 | 10000010 |
Octal | 315 | 262 | 202 |
Decimal | 205 | 178 | 130 |
Hex | CD | B2 | 82 |
Shades of #cdb282
Tints of #cdb282
RGB Percentages of Color #cdb282
CMYK Percentages of Color #cdb282
Complementary Color
#cdb282 | #829dcd |
#cdb282 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb282 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb282 Color CSS Codes
.mybgcolor {background-color:#cdb282; } .myforecolor {color:#cdb282; } .mybordercolor {border:3px solid #cdb282; }
#cdb282 Text Font Color
<p style="color:#cdb282">Text here</p>
This sample text font color is #cdb282
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.
#cdb282 Background Color
<div style="background-color:#cdb282">
Div content here</div>
This div background color is #cdb282
#cdb282 Border Color
<div style="border:3px solid #cdb282">
Div here</div>
This div border color is #cdb282
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,178,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb282; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb282; -webkit-box-shadow: 1px 1px 3px 2px #cdb282; box-shadow: 1px 1px 3px 2px #cdb282; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,178,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdb282">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb282; -webkit-box-shadow: 1px 1px 3px 2px #cdb282; box-shadow: 1px 1px 3px 2px #cdb282;">
Div content here</div>
This div box has shadow with color #cdb282
Comments
No comments written yet.
Please login to write comment.