Color spaces of #ecc26c
RGB | 236 | 194 | 108 |
---|---|---|---|
HSL | 0.11 | 0.77 | 0.67 |
HSV | 40° | 54° | 93° |
CMYK | 0.00 | 0.18 | 0.54 0.07 |
XYZ | 56.5906 | 57.4991 | 22.3032 |
Yxy | 57.4991 | 0.4149 | 0.4216 |
Hunter Lab | 75.8282 | 0.5154 | 35.6409 |
CIE-Lab | 80.4595 | 4.8612 | 48.4135 |
#ecc26c color RGB value is (236,194,108).
#ecc26c hex color red value is 236, green value is 194 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ecc26c hue: 0.11 , saturation: 0.77 and the lightness value of ecc26c is 0.67.
The process color (four color CMYK) of #ecc26c color hex is 0.00, 0.18, 0.54, 0.07. Web safe color of #ecc26c is #ffcc66. Color #ecc26c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11000010 | 01101100 |
Octal | 354 | 302 | 154 |
Decimal | 236 | 194 | 108 |
Hex | EC | C2 | 6C |
Shades of #ecc26c
Tints of #ecc26c
RGB Percentages of Color #ecc26c
CMYK Percentages of Color #ecc26c
Complementary Color
#ecc26c | #6c96ec |
#ecc26c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecc26c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecc26c Color CSS Codes
.mybgcolor {background-color:#ecc26c; } .myforecolor {color:#ecc26c; } .mybordercolor {border:3px solid #ecc26c; }
#ecc26c Text Font Color
<p style="color:#ecc26c">Text here</p>
This sample text font color is #ecc26c
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.
#ecc26c Background Color
<div style="background-color:#ecc26c">
Div content here</div>
This div background color is #ecc26c
#ecc26c Border Color
<div style="border:3px solid #ecc26c">
Div here</div>
This div border color is #ecc26c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,194,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecc26c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecc26c; -webkit-box-shadow: 1px 1px 3px 2px #ecc26c; box-shadow: 1px 1px 3px 2px #ecc26c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,194,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecc26c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecc26c; -webkit-box-shadow: 1px 1px 3px 2px #ecc26c; box-shadow: 1px 1px 3px 2px #ecc26c;">
Div content here</div>
This div box has shadow with color #ecc26c
Comments
No comments written yet.
Please login to write comment.