Color spaces of #edd65d
RGB | 237 | 214 | 93 |
---|---|---|---|
HSL | 0.14 | 0.80 | 0.65 |
HSV | 50° | 61° | 93° |
CMYK | 0.00 | 0.10 | 0.61 0.07 |
XYZ | 60.9474 | 66.8880 | 20.0543 |
Yxy | 66.8880 | 0.4121 | 0.4523 |
Hunter Lab | 81.7851 | -10.1032 | 42.7112 |
CIE-Lab | 85.4474 | -6.1093 | 61.1170 |
#edd65d color RGB value is (237,214,93).
#edd65d hex color red value is 237, green value is 214 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #edd65d hue: 0.14 , saturation: 0.80 and the lightness value of edd65d is 0.65.
The process color (four color CMYK) of #edd65d color hex is 0.00, 0.10, 0.61, 0.07. Web safe color of #edd65d is #ffcc66. Color #edd65d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11010110 | 01011101 |
Octal | 355 | 326 | 135 |
Decimal | 237 | 214 | 93 |
Hex | ED | D6 | 5D |
Shades of #edd65d
Tints of #edd65d
RGB Percentages of Color #edd65d
CMYK Percentages of Color #edd65d
Complementary Color
#edd65d | #5d74ed |
#edd65d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd65d Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd65d Color CSS Codes
.mybgcolor {background-color:#edd65d; } .myforecolor {color:#edd65d; } .mybordercolor {border:3px solid #edd65d; }
#edd65d Text Font Color
<p style="color:#edd65d">Text here</p>
This sample text font color is #edd65d
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.
#edd65d Background Color
<div style="background-color:#edd65d">
Div content here</div>
This div background color is #edd65d
#edd65d Border Color
<div style="border:3px solid #edd65d">
Div here</div>
This div border color is #edd65d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,214,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd65d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd65d; -webkit-box-shadow: 1px 1px 3px 2px #edd65d; box-shadow: 1px 1px 3px 2px #edd65d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,214,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd65d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd65d; -webkit-box-shadow: 1px 1px 3px 2px #edd65d; box-shadow: 1px 1px 3px 2px #edd65d;">
Div content here</div>
This div box has shadow with color #edd65d
Comments
No comments written yet.
Please login to write comment.