Color spaces of #eaeb4b
RGB | 234 | 235 | 75 |
---|---|---|---|
HSL | 0.17 | 0.80 | 0.61 |
HSV | 60° | 68° | 92° |
CMYK | 0.00 | 0.00 | 0.68 0.08 |
XYZ | 64.9100 | 77.4171 | 18.1785 |
Yxy | 77.4171 | 0.4044 | 0.4823 |
Hunter Lab | 87.9870 | -22.2937 | 49.3413 |
CIE-Lab | 90.5132 | -18.7963 | 73.5160 |
#eaeb4b color RGB value is (234,235,75).
#eaeb4b hex color red value is 234, green value is 235 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #eaeb4b hue: 0.17 , saturation: 0.80 and the lightness value of eaeb4b is 0.61.
The process color (four color CMYK) of #eaeb4b color hex is 0.00, 0.00, 0.68, 0.08. Web safe color of #eaeb4b is #ffff33. Color #eaeb4b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101011 | 01001011 |
Octal | 352 | 353 | 113 |
Decimal | 234 | 235 | 75 |
Hex | EA | EB | 4B |
Shades of #eaeb4b
Tints of #eaeb4b
RGB Percentages of Color #eaeb4b
CMYK Percentages of Color #eaeb4b
Complementary Color
#eaeb4b | #4c4beb |
#eaeb4b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaeb4b Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaeb4b Color CSS Codes
.mybgcolor {background-color:#eaeb4b; } .myforecolor {color:#eaeb4b; } .mybordercolor {border:3px solid #eaeb4b; }
#eaeb4b Text Font Color
<p style="color:#eaeb4b">Text here</p>
This sample text font color is #eaeb4b
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.
#eaeb4b Background Color
<div style="background-color:#eaeb4b">
Div content here</div>
This div background color is #eaeb4b
#eaeb4b Border Color
<div style="border:3px solid #eaeb4b">
Div here</div>
This div border color is #eaeb4b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,235,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaeb4b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaeb4b; -webkit-box-shadow: 1px 1px 3px 2px #eaeb4b; box-shadow: 1px 1px 3px 2px #eaeb4b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,235,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaeb4b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaeb4b; -webkit-box-shadow: 1px 1px 3px 2px #eaeb4b; box-shadow: 1px 1px 3px 2px #eaeb4b;">
Div content here</div>
This div box has shadow with color #eaeb4b
Comments
No comments written yet.
Please login to write comment.