Color spaces of #ecdd67
RGB | 236 | 221 | 103 |
---|---|---|---|
HSL | 0.15 | 0.78 | 0.66 |
HSV | 53° | 56° | 93° |
CMYK | 0.00 | 0.06 | 0.56 0.07 |
XYZ | 62.8967 | 70.5250 | 23.1296 |
Yxy | 70.5250 | 0.4018 | 0.4505 |
Hunter Lab | 83.9792 | -13.2749 | 42.4557 |
CIE-Lab | 87.2537 | -9.3468 | 58.6891 |
#ecdd67 color RGB value is (236,221,103).
#ecdd67 hex color red value is 236, green value is 221 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ecdd67 hue: 0.15 , saturation: 0.78 and the lightness value of ecdd67 is 0.66.
The process color (four color CMYK) of #ecdd67 color hex is 0.00, 0.06, 0.56, 0.07. Web safe color of #ecdd67 is #ffcc66. Color #ecdd67 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011101 | 01100111 |
Octal | 354 | 335 | 147 |
Decimal | 236 | 221 | 103 |
Hex | EC | DD | 67 |
Shades of #ecdd67
Tints of #ecdd67
RGB Percentages of Color #ecdd67
CMYK Percentages of Color #ecdd67
Complementary Color
#ecdd67 | #6776ec |
#ecdd67 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecdd67 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecdd67 Color CSS Codes
.mybgcolor {background-color:#ecdd67; } .myforecolor {color:#ecdd67; } .mybordercolor {border:3px solid #ecdd67; }
#ecdd67 Text Font Color
<p style="color:#ecdd67">Text here</p>
This sample text font color is #ecdd67
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.
#ecdd67 Background Color
<div style="background-color:#ecdd67">
Div content here</div>
This div background color is #ecdd67
#ecdd67 Border Color
<div style="border:3px solid #ecdd67">
Div here</div>
This div border color is #ecdd67
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,221,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecdd67; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecdd67; -webkit-box-shadow: 1px 1px 3px 2px #ecdd67; box-shadow: 1px 1px 3px 2px #ecdd67; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,221,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecdd67">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecdd67; -webkit-box-shadow: 1px 1px 3px 2px #ecdd67; box-shadow: 1px 1px 3px 2px #ecdd67;">
Div content here</div>
This div box has shadow with color #ecdd67
Comments
No comments written yet.
Please login to write comment.