Color spaces of #cf855e
RGB | 207 | 133 | 94 |
---|---|---|---|
HSL | 0.06 | 0.54 | 0.59 |
HSV | 21° | 55° | 81° |
CMYK | 0.00 | 0.36 | 0.55 0.19 |
XYZ | 36.1400 | 30.8486 | 14.6393 |
Yxy | 30.8486 | 0.4427 | 0.3779 |
Hunter Lab | 55.5415 | 18.9495 | 23.2518 |
CIE-Lab | 62.3796 | 24.3886 | 32.6783 |
#cf855e color RGB value is (207,133,94).
#cf855e hex color red value is 207, green value is 133 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cf855e hue: 0.06 , saturation: 0.54 and the lightness value of cf855e is 0.59.
The process color (four color CMYK) of #cf855e color hex is 0.00, 0.36, 0.55, 0.19. Web safe color of #cf855e is #cc9966. Color #cf855e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10000101 | 01011110 |
Octal | 317 | 205 | 136 |
Decimal | 207 | 133 | 94 |
Hex | CF | 85 | 5E |
Shades of #cf855e
Tints of #cf855e
RGB Percentages of Color #cf855e
CMYK Percentages of Color #cf855e
Complementary Color
#cf855e | #5ea8cf |
#cf855e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf855e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf855e Color CSS Codes
.mybgcolor {background-color:#cf855e; } .myforecolor {color:#cf855e; } .mybordercolor {border:3px solid #cf855e; }
#cf855e Text Font Color
<p style="color:#cf855e">Text here</p>
This sample text font color is #cf855e
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.
#cf855e Background Color
<div style="background-color:#cf855e">
Div content here</div>
This div background color is #cf855e
#cf855e Border Color
<div style="border:3px solid #cf855e">
Div here</div>
This div border color is #cf855e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,133,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf855e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf855e; -webkit-box-shadow: 1px 1px 3px 2px #cf855e; box-shadow: 1px 1px 3px 2px #cf855e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,133,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 #cf855e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf855e; -webkit-box-shadow: 1px 1px 3px 2px #cf855e; box-shadow: 1px 1px 3px 2px #cf855e;">
Div content here</div>
This div box has shadow with color #cf855e
Comments
No comments written yet.
Please login to write comment.