Color spaces of #ec8860
RGB | 236 | 136 | 96 |
---|---|---|---|
HSL | 0.05 | 0.79 | 0.65 |
HSV | 17° | 59° | 93° |
CMYK | 0.00 | 0.42 | 0.59 0.07 |
XYZ | 45.5076 | 36.2857 | 15.6717 |
Yxy | 36.2857 | 0.4669 | 0.3723 |
Hunter Lab | 60.2376 | 29.4352 | 26.7412 |
CIE-Lab | 66.7376 | 34.5299 | 37.8381 |
#ec8860 color RGB value is (236,136,96).
#ec8860 hex color red value is 236, green value is 136 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ec8860 hue: 0.05 , saturation: 0.79 and the lightness value of ec8860 is 0.65.
The process color (four color CMYK) of #ec8860 color hex is 0.00, 0.42, 0.59, 0.07. Web safe color of #ec8860 is #ff9966. Color #ec8860 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10001000 | 01100000 |
Octal | 354 | 210 | 140 |
Decimal | 236 | 136 | 96 |
Hex | EC | 88 | 60 |
Shades of #ec8860
Tints of #ec8860
RGB Percentages of Color #ec8860
CMYK Percentages of Color #ec8860
Complementary Color
#ec8860 | #60c4ec |
#ec8860 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec8860 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec8860 Color CSS Codes
.mybgcolor {background-color:#ec8860; } .myforecolor {color:#ec8860; } .mybordercolor {border:3px solid #ec8860; }
#ec8860 Text Font Color
<p style="color:#ec8860">Text here</p>
This sample text font color is #ec8860
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.
#ec8860 Background Color
<div style="background-color:#ec8860">
Div content here</div>
This div background color is #ec8860
#ec8860 Border Color
<div style="border:3px solid #ec8860">
Div here</div>
This div border color is #ec8860
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,136,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec8860; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec8860; -webkit-box-shadow: 1px 1px 3px 2px #ec8860; box-shadow: 1px 1px 3px 2px #ec8860; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,136,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec8860">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec8860; -webkit-box-shadow: 1px 1px 3px 2px #ec8860; box-shadow: 1px 1px 3px 2px #ec8860;">
Div content here</div>
This div box has shadow with color #ec8860
Comments
No comments written yet.
Please login to write comment.