Color spaces of #eed38e
RGB | 238 | 211 | 142 |
---|---|---|---|
HSL | 0.12 | 0.74 | 0.75 |
HSV | 43° | 40° | 93° |
CMYK | 0.00 | 0.11 | 0.40 0.07 |
XYZ | 63.4366 | 66.7187 | 35.1257 |
Yxy | 66.7187 | 0.3838 | 0.4037 |
Hunter Lab | 81.6815 | -4.3136 | 31.6804 |
CIE-Lab | 85.3617 | 0.0516 | 37.5939 |
#eed38e color RGB value is (238,211,142).
#eed38e hex color red value is 238, green value is 211 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #eed38e hue: 0.12 , saturation: 0.74 and the lightness value of eed38e is 0.75.
The process color (four color CMYK) of #eed38e color hex is 0.00, 0.11, 0.40, 0.07. Web safe color of #eed38e is #ffcc99. Color #eed38e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11010011 | 10001110 |
Octal | 356 | 323 | 216 |
Decimal | 238 | 211 | 142 |
Hex | EE | D3 | 8E |
Shades of #eed38e
Tints of #eed38e
RGB Percentages of Color #eed38e
CMYK Percentages of Color #eed38e
Complementary Color
#eed38e | #8ea9ee |
#eed38e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eed38e Color Preview on White Background
Lorem ipsum dolor sit amet.
#eed38e Color CSS Codes
.mybgcolor {background-color:#eed38e; } .myforecolor {color:#eed38e; } .mybordercolor {border:3px solid #eed38e; }
#eed38e Text Font Color
<p style="color:#eed38e">Text here</p>
This sample text font color is #eed38e
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.
#eed38e Background Color
<div style="background-color:#eed38e">
Div content here</div>
This div background color is #eed38e
#eed38e Border Color
<div style="border:3px solid #eed38e">
Div here</div>
This div border color is #eed38e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,211,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eed38e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eed38e; -webkit-box-shadow: 1px 1px 3px 2px #eed38e; box-shadow: 1px 1px 3px 2px #eed38e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,211,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eed38e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eed38e; -webkit-box-shadow: 1px 1px 3px 2px #eed38e; box-shadow: 1px 1px 3px 2px #eed38e;">
Div content here</div>
This div box has shadow with color #eed38e
Comments
No comments written yet.
Please login to write comment.