Color spaces of #edca70
RGB | 237 | 202 | 112 |
---|---|---|---|
HSL | 0.12 | 0.78 | 0.68 |
HSV | 43° | 53° | 93° |
CMYK | 0.00 | 0.15 | 0.53 0.07 |
XYZ | 58.9702 | 61.4154 | 24.0755 |
Yxy | 61.4154 | 0.4082 | 0.4251 |
Hunter Lab | 78.3680 | -2.8266 | 36.6430 |
CIE-Lab | 82.6016 | 1.4433 | 49.0631 |
#edca70 color RGB value is (237,202,112).
#edca70 hex color red value is 237, green value is 202 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #edca70 hue: 0.12 , saturation: 0.78 and the lightness value of edca70 is 0.68.
The process color (four color CMYK) of #edca70 color hex is 0.00, 0.15, 0.53, 0.07. Web safe color of #edca70 is #ffcc66. Color #edca70 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001010 | 01110000 |
Octal | 355 | 312 | 160 |
Decimal | 237 | 202 | 112 |
Hex | ED | CA | 70 |
Shades of #edca70
Tints of #edca70
RGB Percentages of Color #edca70
CMYK Percentages of Color #edca70
Complementary Color
#edca70 | #7093ed |
#edca70 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edca70 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edca70 Color CSS Codes
.mybgcolor {background-color:#edca70; } .myforecolor {color:#edca70; } .mybordercolor {border:3px solid #edca70; }
#edca70 Text Font Color
<p style="color:#edca70">Text here</p>
This sample text font color is #edca70
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.
#edca70 Background Color
<div style="background-color:#edca70">
Div content here</div>
This div background color is #edca70
#edca70 Border Color
<div style="border:3px solid #edca70">
Div here</div>
This div border color is #edca70
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,202,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edca70; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edca70; -webkit-box-shadow: 1px 1px 3px 2px #edca70; box-shadow: 1px 1px 3px 2px #edca70; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,202,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edca70">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edca70; -webkit-box-shadow: 1px 1px 3px 2px #edca70; box-shadow: 1px 1px 3px 2px #edca70;">
Div content here</div>
This div box has shadow with color #edca70
Comments
No comments written yet.
Please login to write comment.