Color spaces of #ce8670
RGB | 206 | 134 | 112 |
---|---|---|---|
HSL | 0.04 | 0.49 | 0.62 |
HSV | 14° | 46° | 81° |
CMYK | 0.00 | 0.35 | 0.46 0.19 |
XYZ | 36.9033 | 31.3419 | 19.4338 |
Yxy | 31.3419 | 0.4209 | 0.3575 |
Hunter Lab | 55.9838 | 19.6915 | 18.6072 |
CIE-Lab | 62.7952 | 25.1298 | 23.2475 |
#ce8670 color RGB value is (206,134,112).
#ce8670 hex color red value is 206, green value is 134 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ce8670 hue: 0.04 , saturation: 0.49 and the lightness value of ce8670 is 0.62.
The process color (four color CMYK) of #ce8670 color hex is 0.00, 0.35, 0.46, 0.19. Web safe color of #ce8670 is #cc9966. Color #ce8670 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10000110 | 01110000 |
Octal | 316 | 206 | 160 |
Decimal | 206 | 134 | 112 |
Hex | CE | 86 | 70 |
Shades of #ce8670
Tints of #ce8670
RGB Percentages of Color #ce8670
CMYK Percentages of Color #ce8670
Complementary Color
#ce8670 | #70b8ce |
#ce8670 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce8670 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce8670 Color CSS Codes
.mybgcolor {background-color:#ce8670; } .myforecolor {color:#ce8670; } .mybordercolor {border:3px solid #ce8670; }
#ce8670 Text Font Color
<p style="color:#ce8670">Text here</p>
This sample text font color is #ce8670
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.
#ce8670 Background Color
<div style="background-color:#ce8670">
Div content here</div>
This div background color is #ce8670
#ce8670 Border Color
<div style="border:3px solid #ce8670">
Div here</div>
This div border color is #ce8670
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,134,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce8670; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce8670; -webkit-box-shadow: 1px 1px 3px 2px #ce8670; box-shadow: 1px 1px 3px 2px #ce8670; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,134,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce8670">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce8670; -webkit-box-shadow: 1px 1px 3px 2px #ce8670; box-shadow: 1px 1px 3px 2px #ce8670;">
Div content here</div>
This div box has shadow with color #ce8670
Comments
No comments written yet.
Please login to write comment.