Color spaces of #eddf9e
RGB | 237 | 223 | 158 |
---|---|---|---|
HSL | 0.14 | 0.69 | 0.77 |
HSV | 49° | 33° | 93° |
CMYK | 0.00 | 0.06 | 0.33 0.07 |
XYZ | 67.4843 | 73.2485 | 42.9293 |
Yxy | 73.2485 | 0.3674 | 0.3988 |
Hunter Lab | 85.5853 | -9.0265 | 30.1701 |
CIE-Lab | 88.5661 | -4.6578 | 33.6322 |
#eddf9e color RGB value is (237,223,158).
#eddf9e hex color red value is 237, green value is 223 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eddf9e hue: 0.14 , saturation: 0.69 and the lightness value of eddf9e is 0.77.
The process color (four color CMYK) of #eddf9e color hex is 0.00, 0.06, 0.33, 0.07. Web safe color of #eddf9e is #ffcc99. Color #eddf9e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11011111 | 10011110 |
Octal | 355 | 337 | 236 |
Decimal | 237 | 223 | 158 |
Hex | ED | DF | 9E |
Shades of #eddf9e
Tints of #eddf9e
RGB Percentages of Color #eddf9e
CMYK Percentages of Color #eddf9e
Complementary Color
#eddf9e | #9eaced |
#eddf9e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eddf9e Color Preview on White Background
Lorem ipsum dolor sit amet.
#eddf9e Color CSS Codes
.mybgcolor {background-color:#eddf9e; } .myforecolor {color:#eddf9e; } .mybordercolor {border:3px solid #eddf9e; }
#eddf9e Text Font Color
<p style="color:#eddf9e">Text here</p>
This sample text font color is #eddf9e
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.
#eddf9e Background Color
<div style="background-color:#eddf9e">
Div content here</div>
This div background color is #eddf9e
#eddf9e Border Color
<div style="border:3px solid #eddf9e">
Div here</div>
This div border color is #eddf9e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,223,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eddf9e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eddf9e; -webkit-box-shadow: 1px 1px 3px 2px #eddf9e; box-shadow: 1px 1px 3px 2px #eddf9e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,223,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eddf9e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eddf9e; -webkit-box-shadow: 1px 1px 3px 2px #eddf9e; box-shadow: 1px 1px 3px 2px #eddf9e;">
Div content here</div>
This div box has shadow with color #eddf9e
Comments
No comments written yet.
Please login to write comment.