Color spaces of #eed866
RGB | 238 | 216 | 102 |
---|---|---|---|
HSL | 0.14 | 0.80 | 0.67 |
HSV | 50° | 57° | 93° |
CMYK | 0.00 | 0.09 | 0.57 0.07 |
XYZ | 62.2140 | 68.2482 | 22.4646 |
Yxy | 68.2482 | 0.4068 | 0.4463 |
Hunter Lab | 82.6125 | -10.1466 | 41.7061 |
CIE-Lab | 86.1304 | -6.0872 | 57.9072 |
#eed866 color RGB value is (238,216,102).
#eed866 hex color red value is 238, green value is 216 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #eed866 hue: 0.14 , saturation: 0.80 and the lightness value of eed866 is 0.67.
The process color (four color CMYK) of #eed866 color hex is 0.00, 0.09, 0.57, 0.07. Web safe color of #eed866 is #ffcc66. Color #eed866 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011000 | 01100110 |
Octal | 356 | 330 | 146 |
Decimal | 238 | 216 | 102 |
Hex | EE | D8 | 66 |
Shades of #eed866
Tints of #eed866
RGB Percentages of Color #eed866
CMYK Percentages of Color #eed866
Complementary Color
#eed866 | #667cee |
#eed866 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eed866 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eed866 Color CSS Codes
.mybgcolor {background-color:#eed866; } .myforecolor {color:#eed866; } .mybordercolor {border:3px solid #eed866; }
#eed866 Text Font Color
<p style="color:#eed866">Text here</p>
This sample text font color is #eed866
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.
#eed866 Background Color
<div style="background-color:#eed866">
Div content here</div>
This div background color is #eed866
#eed866 Border Color
<div style="border:3px solid #eed866">
Div here</div>
This div border color is #eed866
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,216,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eed866; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eed866; -webkit-box-shadow: 1px 1px 3px 2px #eed866; box-shadow: 1px 1px 3px 2px #eed866; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,216,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eed866">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eed866; -webkit-box-shadow: 1px 1px 3px 2px #eed866; box-shadow: 1px 1px 3px 2px #eed866;">
Div content here</div>
This div box has shadow with color #eed866
Comments
No comments written yet.
Please login to write comment.