Color spaces of #edd683
RGB | 237 | 214 | 131 |
---|---|---|---|
HSL | 0.13 | 0.75 | 0.72 |
HSV | 47° | 45° | 93° |
CMYK | 0.00 | 0.10 | 0.45 0.07 |
XYZ | 63.0684 | 67.7364 | 31.2231 |
Yxy | 67.7364 | 0.3892 | 0.4181 |
Hunter Lab | 82.3021 | -7.2436 | 35.1185 |
CIE-Lab | 85.8745 | -3.0057 | 43.7586 |
#edd683 color RGB value is (237,214,131).
#edd683 hex color red value is 237, green value is 214 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #edd683 hue: 0.13 , saturation: 0.75 and the lightness value of edd683 is 0.72.
The process color (four color CMYK) of #edd683 color hex is 0.00, 0.10, 0.45, 0.07. Web safe color of #edd683 is #ffcc99. Color #edd683 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11010110 | 10000011 |
Octal | 355 | 326 | 203 |
Decimal | 237 | 214 | 131 |
Hex | ED | D6 | 83 |
Shades of #edd683
Tints of #edd683
RGB Percentages of Color #edd683
CMYK Percentages of Color #edd683
Complementary Color
#edd683 | #839aed |
#edd683 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd683 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd683 Color CSS Codes
.mybgcolor {background-color:#edd683; } .myforecolor {color:#edd683; } .mybordercolor {border:3px solid #edd683; }
#edd683 Text Font Color
<p style="color:#edd683">Text here</p>
This sample text font color is #edd683
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.
#edd683 Background Color
<div style="background-color:#edd683">
Div content here</div>
This div background color is #edd683
#edd683 Border Color
<div style="border:3px solid #edd683">
Div here</div>
This div border color is #edd683
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,214,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd683; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd683; -webkit-box-shadow: 1px 1px 3px 2px #edd683; box-shadow: 1px 1px 3px 2px #edd683; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,214,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd683">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd683; -webkit-box-shadow: 1px 1px 3px 2px #edd683; box-shadow: 1px 1px 3px 2px #edd683;">
Div content here</div>
This div box has shadow with color #edd683
Comments
No comments written yet.
Please login to write comment.