Color spaces of #eed302
RGB | 238 | 211 | 2 |
---|---|---|---|
HSL | 0.15 | 0.98 | 0.47 |
HSV | 53° | 99° | 93° |
CMYK | 0.00 | 0.11 | 0.99 0.07 |
XYZ | 58.5651 | 64.7701 | 9.4726 |
Yxy | 64.7701 | 0.4410 | 0.4877 |
Hunter Lab | 80.4799 | -10.9456 | 49.3574 |
CIE-Lab | 84.3651 | -7.1371 | 84.4231 |
#eed302 color RGB value is (238,211,2).
#eed302 hex color red value is 238, green value is 211 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #eed302 hue: 0.15 , saturation: 0.98 and the lightness value of eed302 is 0.47.
The process color (four color CMYK) of #eed302 color hex is 0.00, 0.11, 0.99, 0.07. Web safe color of #eed302 is #ffcc00. Color #eed302 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11010011 | 00000010 |
Octal | 356 | 323 | 2 |
Decimal | 238 | 211 | 2 |
Hex | EE | D3 | 2 |
Shades of #eed302
Tints of #eed302
RGB Percentages of Color #eed302
CMYK Percentages of Color #eed302
Complementary Color
#eed302 | #021dee |
#eed302 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eed302 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eed302 Color CSS Codes
.mybgcolor {background-color:#eed302; } .myforecolor {color:#eed302; } .mybordercolor {border:3px solid #eed302; }
#eed302 Text Font Color
<p style="color:#eed302">Text here</p>
This sample text font color is #eed302
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.
#eed302 Background Color
<div style="background-color:#eed302">
Div content here</div>
This div background color is #eed302
#eed302 Border Color
<div style="border:3px solid #eed302">
Div here</div>
This div border color is #eed302
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,211,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eed302; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eed302; -webkit-box-shadow: 1px 1px 3px 2px #eed302; box-shadow: 1px 1px 3px 2px #eed302; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,211,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eed302">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eed302; -webkit-box-shadow: 1px 1px 3px 2px #eed302; box-shadow: 1px 1px 3px 2px #eed302;">
Div content here</div>
This div box has shadow with color #eed302
Comments
No comments written yet.
Please login to write comment.