Color spaces of #ede570
RGB | 237 | 229 | 112 |
---|---|---|---|
HSL | 0.16 | 0.78 | 0.68 |
HSV | 56° | 53° | 93° |
CMYK | 0.00 | 0.03 | 0.53 0.07 |
XYZ | 65.8690 | 75.2130 | 26.3751 |
Yxy | 75.2130 | 0.3933 | 0.4491 |
Hunter Lab | 86.7254 | -16.1966 | 42.6764 |
CIE-Lab | 89.4927 | -12.2394 | 57.2103 |
#ede570 color RGB value is (237,229,112).
#ede570 hex color red value is 237, green value is 229 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ede570 hue: 0.16 , saturation: 0.78 and the lightness value of ede570 is 0.68.
The process color (four color CMYK) of #ede570 color hex is 0.00, 0.03, 0.53, 0.07. Web safe color of #ede570 is #ffcc66. Color #ede570 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11100101 | 01110000 |
Octal | 355 | 345 | 160 |
Decimal | 237 | 229 | 112 |
Hex | ED | E5 | 70 |
Shades of #ede570
Tints of #ede570
RGB Percentages of Color #ede570
CMYK Percentages of Color #ede570
Complementary Color
#ede570 | #7078ed |
#ede570 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ede570 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ede570 Color CSS Codes
.mybgcolor {background-color:#ede570; } .myforecolor {color:#ede570; } .mybordercolor {border:3px solid #ede570; }
#ede570 Text Font Color
<p style="color:#ede570">Text here</p>
This sample text font color is #ede570
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.
#ede570 Background Color
<div style="background-color:#ede570">
Div content here</div>
This div background color is #ede570
#ede570 Border Color
<div style="border:3px solid #ede570">
Div here</div>
This div border color is #ede570
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,229,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede570; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede570; -webkit-box-shadow: 1px 1px 3px 2px #ede570; box-shadow: 1px 1px 3px 2px #ede570; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,229,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 #ede570">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede570; -webkit-box-shadow: 1px 1px 3px 2px #ede570; box-shadow: 1px 1px 3px 2px #ede570;">
Div content here</div>
This div box has shadow with color #ede570
Comments
No comments written yet.
Please login to write comment.