Color spaces of #eed373
RGB | 238 | 211 | 115 |
---|---|---|---|
HSL | 0.13 | 0.78 | 0.69 |
HSV | 47° | 52° | 93° |
CMYK | 0.00 | 0.11 | 0.52 0.07 |
XYZ | 61.6487 | 66.0035 | 25.7104 |
Yxy | 66.0035 | 0.4020 | 0.4304 |
Hunter Lab | 81.2425 | -6.7246 | 38.1066 |
CIE-Lab | 84.9982 | -2.5259 | 50.5174 |
#eed373 color RGB value is (238,211,115).
#eed373 hex color red value is 238, green value is 211 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #eed373 hue: 0.13 , saturation: 0.78 and the lightness value of eed373 is 0.69.
The process color (four color CMYK) of #eed373 color hex is 0.00, 0.11, 0.52, 0.07. Web safe color of #eed373 is #ffcc66. Color #eed373 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11010011 | 01110011 |
Octal | 356 | 323 | 163 |
Decimal | 238 | 211 | 115 |
Hex | EE | D3 | 73 |
Shades of #eed373
Tints of #eed373
RGB Percentages of Color #eed373
CMYK Percentages of Color #eed373
Complementary Color
#eed373 | #738eee |
#eed373 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eed373 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eed373 Color CSS Codes
.mybgcolor {background-color:#eed373; } .myforecolor {color:#eed373; } .mybordercolor {border:3px solid #eed373; }
#eed373 Text Font Color
<p style="color:#eed373">Text here</p>
This sample text font color is #eed373
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.
#eed373 Background Color
<div style="background-color:#eed373">
Div content here</div>
This div background color is #eed373
#eed373 Border Color
<div style="border:3px solid #eed373">
Div here</div>
This div border color is #eed373
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,211,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eed373; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eed373; -webkit-box-shadow: 1px 1px 3px 2px #eed373; box-shadow: 1px 1px 3px 2px #eed373; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,211,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eed373">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eed373; -webkit-box-shadow: 1px 1px 3px 2px #eed373; box-shadow: 1px 1px 3px 2px #eed373;">
Div content here</div>
This div box has shadow with color #eed373
Comments
No comments written yet.
Please login to write comment.