Color spaces of #cd685e
RGB | 205 | 104 | 94 |
---|---|---|---|
HSL | 0.02 | 0.53 | 0.59 |
HSV | 5° | 54° | 80° |
CMYK | 0.00 | 0.49 | 0.54 0.20 |
XYZ | 32.1475 | 23.6879 | 13.4675 |
Yxy | 23.6879 | 0.4639 | 0.3418 |
Hunter Lab | 48.6702 | 32.7294 | 17.6631 |
CIE-Lab | 55.7739 | 38.9986 | 24.0993 |
#cd685e color RGB value is (205,104,94).
#cd685e hex color red value is 205, green value is 104 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cd685e hue: 0.02 , saturation: 0.53 and the lightness value of cd685e is 0.59.
The process color (four color CMYK) of #cd685e color hex is 0.00, 0.49, 0.54, 0.20. Web safe color of #cd685e is #cc6666. Color #cd685e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01101000 | 01011110 |
Octal | 315 | 150 | 136 |
Decimal | 205 | 104 | 94 |
Hex | CD | 68 | 5E |
Shades of #cd685e
Tints of #cd685e
RGB Percentages of Color #cd685e
CMYK Percentages of Color #cd685e
Complementary Color
#cd685e | #5ec3cd |
#cd685e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd685e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd685e Color CSS Codes
.mybgcolor {background-color:#cd685e; } .myforecolor {color:#cd685e; } .mybordercolor {border:3px solid #cd685e; }
#cd685e Text Font Color
<p style="color:#cd685e">Text here</p>
This sample text font color is #cd685e
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.
#cd685e Background Color
<div style="background-color:#cd685e">
Div content here</div>
This div background color is #cd685e
#cd685e Border Color
<div style="border:3px solid #cd685e">
Div here</div>
This div border color is #cd685e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,104,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd685e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd685e; -webkit-box-shadow: 1px 1px 3px 2px #cd685e; box-shadow: 1px 1px 3px 2px #cd685e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,104,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd685e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd685e; -webkit-box-shadow: 1px 1px 3px 2px #cd685e; box-shadow: 1px 1px 3px 2px #cd685e;">
Div content here</div>
This div box has shadow with color #cd685e
Comments
No comments written yet.
Please login to write comment.