Color spaces of #ecc28b
RGB | 236 | 194 | 139 |
---|---|---|---|
HSL | 0.09 | 0.72 | 0.74 |
HSV | 34° | 41° | 93° |
CMYK | 0.00 | 0.18 | 0.41 0.07 |
XYZ | 58.5441 | 58.2805 | 32.5898 |
Yxy | 58.2805 | 0.3918 | 0.3901 |
Hunter Lab | 76.3417 | 3.2883 | 28.1286 |
CIE-Lab | 80.8945 | 7.7717 | 33.2756 |
#ecc28b color RGB value is (236,194,139).
#ecc28b hex color red value is 236, green value is 194 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ecc28b hue: 0.09 , saturation: 0.72 and the lightness value of ecc28b is 0.74.
The process color (four color CMYK) of #ecc28b color hex is 0.00, 0.18, 0.41, 0.07. Web safe color of #ecc28b is #ffcc99. Color #ecc28b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11000010 | 10001011 |
Octal | 354 | 302 | 213 |
Decimal | 236 | 194 | 139 |
Hex | EC | C2 | 8B |
Shades of #ecc28b
Tints of #ecc28b
RGB Percentages of Color #ecc28b
CMYK Percentages of Color #ecc28b
Complementary Color
#ecc28b | #8bb5ec |
#ecc28b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecc28b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecc28b Color CSS Codes
.mybgcolor {background-color:#ecc28b; } .myforecolor {color:#ecc28b; } .mybordercolor {border:3px solid #ecc28b; }
#ecc28b Text Font Color
<p style="color:#ecc28b">Text here</p>
This sample text font color is #ecc28b
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.
#ecc28b Background Color
<div style="background-color:#ecc28b">
Div content here</div>
This div background color is #ecc28b
#ecc28b Border Color
<div style="border:3px solid #ecc28b">
Div here</div>
This div border color is #ecc28b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,194,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecc28b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecc28b; -webkit-box-shadow: 1px 1px 3px 2px #ecc28b; box-shadow: 1px 1px 3px 2px #ecc28b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,194,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecc28b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecc28b; -webkit-box-shadow: 1px 1px 3px 2px #ecc28b; box-shadow: 1px 1px 3px 2px #ecc28b;">
Div content here</div>
This div box has shadow with color #ecc28b
Comments
No comments written yet.
Please login to write comment.