Color spaces of #ede886
RGB | 237 | 232 | 134 |
---|---|---|---|
HSL | 0.16 | 0.74 | 0.73 |
HSV | 57° | 43° | 93° |
CMYK | 0.00 | 0.02 | 0.43 0.07 |
XYZ | 68.0847 | 77.4390 | 33.9130 |
Yxy | 77.4390 | 0.3794 | 0.4316 |
Hunter Lab | 87.9994 | -15.8945 | 38.7506 |
CIE-Lab | 90.5233 | -11.7751 | 48.0903 |
#ede886 color RGB value is (237,232,134).
#ede886 hex color red value is 237, green value is 232 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ede886 hue: 0.16 , saturation: 0.74 and the lightness value of ede886 is 0.73.
The process color (four color CMYK) of #ede886 color hex is 0.00, 0.02, 0.43, 0.07. Web safe color of #ede886 is #ffff99. Color #ede886 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101000 | 10000110 |
Octal | 355 | 350 | 206 |
Decimal | 237 | 232 | 134 |
Hex | ED | E8 | 86 |
Shades of #ede886
Tints of #ede886
RGB Percentages of Color #ede886
CMYK Percentages of Color #ede886
Complementary Color
#ede886 | #868bed |
#ede886 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ede886 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ede886 Color CSS Codes
.mybgcolor {background-color:#ede886; } .myforecolor {color:#ede886; } .mybordercolor {border:3px solid #ede886; }
#ede886 Text Font Color
<p style="color:#ede886">Text here</p>
This sample text font color is #ede886
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.
#ede886 Background Color
<div style="background-color:#ede886">
Div content here</div>
This div background color is #ede886
#ede886 Border Color
<div style="border:3px solid #ede886">
Div here</div>
This div border color is #ede886
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,232,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede886; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede886; -webkit-box-shadow: 1px 1px 3px 2px #ede886; box-shadow: 1px 1px 3px 2px #ede886; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,232,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ede886">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede886; -webkit-box-shadow: 1px 1px 3px 2px #ede886; box-shadow: 1px 1px 3px 2px #ede886;">
Div content here</div>
This div box has shadow with color #ede886
Comments
No comments written yet.
Please login to write comment.