Color spaces of #eeb254
RGB | 238 | 178 | 84 |
---|---|---|---|
HSL | 0.10 | 0.82 | 0.63 |
HSV | 37° | 65° | 93° |
CMYK | 0.00 | 0.25 | 0.65 0.07 |
XYZ | 52.7805 | 50.6580 | 15.3836 |
Yxy | 50.6580 | 0.4442 | 0.4263 |
Hunter Lab | 71.1744 | 7.8142 | 37.0072 |
CIE-Lab | 76.4714 | 12.3911 | 55.2666 |
#eeb254 color RGB value is (238,178,84).
#eeb254 hex color red value is 238, green value is 178 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #eeb254 hue: 0.10 , saturation: 0.82 and the lightness value of eeb254 is 0.63.
The process color (four color CMYK) of #eeb254 color hex is 0.00, 0.25, 0.65, 0.07. Web safe color of #eeb254 is #ff9966. Color #eeb254 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10110010 | 01010100 |
Octal | 356 | 262 | 124 |
Decimal | 238 | 178 | 84 |
Hex | EE | B2 | 54 |
Shades of #eeb254
Tints of #eeb254
RGB Percentages of Color #eeb254
CMYK Percentages of Color #eeb254
Complementary Color
#eeb254 | #5490ee |
#eeb254 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeb254 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeb254 Color CSS Codes
.mybgcolor {background-color:#eeb254; } .myforecolor {color:#eeb254; } .mybordercolor {border:3px solid #eeb254; }
#eeb254 Text Font Color
<p style="color:#eeb254">Text here</p>
This sample text font color is #eeb254
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.
#eeb254 Background Color
<div style="background-color:#eeb254">
Div content here</div>
This div background color is #eeb254
#eeb254 Border Color
<div style="border:3px solid #eeb254">
Div here</div>
This div border color is #eeb254
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,178,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeb254; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeb254; -webkit-box-shadow: 1px 1px 3px 2px #eeb254; box-shadow: 1px 1px 3px 2px #eeb254; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,178,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeb254">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeb254; -webkit-box-shadow: 1px 1px 3px 2px #eeb254; box-shadow: 1px 1px 3px 2px #eeb254;">
Div content here</div>
This div box has shadow with color #eeb254
Comments
No comments written yet.
Please login to write comment.