Color spaces of #edc007
RGB | 237 | 192 | 7 |
---|---|---|---|
HSL | 0.13 | 0.94 | 0.48 |
HSV | 48° | 97° | 93° |
CMYK | 0.00 | 0.19 | 0.97 0.07 |
XYZ | 53.8130 | 55.7191 | 8.1196 |
Yxy | 55.7191 | 0.4574 | 0.4736 |
Hunter Lab | 74.6452 | -1.9455 | 45.8023 |
CIE-Lab | 79.4537 | 2.1989 | 80.3929 |
#edc007 color RGB value is (237,192,7).
#edc007 hex color red value is 237, green value is 192 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #edc007 hue: 0.13 , saturation: 0.94 and the lightness value of edc007 is 0.48.
The process color (four color CMYK) of #edc007 color hex is 0.00, 0.19, 0.97, 0.07. Web safe color of #edc007 is #ffcc00. Color #edc007 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11000000 | 00000111 |
Octal | 355 | 300 | 7 |
Decimal | 237 | 192 | 7 |
Hex | ED | C0 | 7 |
Shades of #edc007
Tints of #edc007
RGB Percentages of Color #edc007
CMYK Percentages of Color #edc007
Complementary Color
#edc007 | #0734ed |
#edc007 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc007 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc007 Color CSS Codes
.mybgcolor {background-color:#edc007; } .myforecolor {color:#edc007; } .mybordercolor {border:3px solid #edc007; }
#edc007 Text Font Color
<p style="color:#edc007">Text here</p>
This sample text font color is #edc007
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.
#edc007 Background Color
<div style="background-color:#edc007">
Div content here</div>
This div background color is #edc007
#edc007 Border Color
<div style="border:3px solid #edc007">
Div here</div>
This div border color is #edc007
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,192,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc007; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc007; -webkit-box-shadow: 1px 1px 3px 2px #edc007; box-shadow: 1px 1px 3px 2px #edc007; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,192,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc007">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc007; -webkit-box-shadow: 1px 1px 3px 2px #edc007; box-shadow: 1px 1px 3px 2px #edc007;">
Div content here</div>
This div box has shadow with color #edc007
Comments
No comments written yet.
Please login to write comment.