Color spaces of #eeb274
RGB | 238 | 178 | 116 |
---|---|---|---|
HSL | 0.08 | 0.78 | 0.69 |
HSV | 30° | 51° | 93° |
CMYK | 0.00 | 0.25 | 0.51 0.07 |
XYZ | 54.3327 | 51.2789 | 23.5572 |
Yxy | 51.2789 | 0.4206 | 0.3970 |
Hunter Lab | 71.6093 | 10.1185 | 30.6220 |
CIE-Lab | 76.8476 | 14.7592 | 40.0167 |
#eeb274 color RGB value is (238,178,116).
#eeb274 hex color red value is 238, green value is 178 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #eeb274 hue: 0.08 , saturation: 0.78 and the lightness value of eeb274 is 0.69.
The process color (four color CMYK) of #eeb274 color hex is 0.00, 0.25, 0.51, 0.07. Web safe color of #eeb274 is #ff9966. Color #eeb274 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10110010 | 01110100 |
Octal | 356 | 262 | 164 |
Decimal | 238 | 178 | 116 |
Hex | EE | B2 | 74 |
Shades of #eeb274
Tints of #eeb274
RGB Percentages of Color #eeb274
CMYK Percentages of Color #eeb274
Complementary Color
#eeb274 | #74b0ee |
#eeb274 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeb274 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeb274 Color CSS Codes
.mybgcolor {background-color:#eeb274; } .myforecolor {color:#eeb274; } .mybordercolor {border:3px solid #eeb274; }
#eeb274 Text Font Color
<p style="color:#eeb274">Text here</p>
This sample text font color is #eeb274
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.
#eeb274 Background Color
<div style="background-color:#eeb274">
Div content here</div>
This div background color is #eeb274
#eeb274 Border Color
<div style="border:3px solid #eeb274">
Div here</div>
This div border color is #eeb274
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,178,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeb274; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeb274; -webkit-box-shadow: 1px 1px 3px 2px #eeb274; box-shadow: 1px 1px 3px 2px #eeb274; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,178,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeb274">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeb274; -webkit-box-shadow: 1px 1px 3px 2px #eeb274; box-shadow: 1px 1px 3px 2px #eeb274;">
Div content here</div>
This div box has shadow with color #eeb274
Comments
No comments written yet.
Please login to write comment.