Hex #ebb26b Color
equivalent to
RGB
(235, 178, 107)Details of #ebb26b
|
|
|
|
Color HEX #ebb26b matches (235, 178, 107) in RGB.
#ebb26b hex color red value is 235, green value is 178 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ebb26b hue: 0.09, saturation: 0.76 and the lightness value of ebb26b is 0.67.
The process color (four color CMYK) of #ebb26b color hex is 0.00, 0.24, 0.54, 0.08. Web safe color of #ebb26b is #ff9966. Color #ebb26b contains mainly RED color.
Base Numbers
|
|
|
|
#ebb26b tints
#ebb26b shades
RGB in % of #ebb26b
CMYK in % of #ebb26b
Preview Color #ebb26b on black ground
Very nice color.
Preview Color #ebb26b on white ground
Very nice color.
CSS Codes #ebb26b color
.mybgcolor {background-color:#ebb26b; } .myforecolor {color:#ebb26b; } .mybordercolor {border:3px solid #ebb26b; }
Text Font Color #ebb26b
<p style="color:#ebb26b">Text here</p>
This sample text font color is #ebb26b
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.
Background Color #ebb26b
<div style="background-color:#ebb26b">
Div content here</div>
This div background color is #ebb26b
Border Color #ebb26b
<div style="border:3px solid #ebb26b">
Div here</div>
The color of this border is #ebb26b
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebb26b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebb26b; -webkit-box-shadow: 1px 1px 3px 2px #ebb26b; box-shadow: 1px 1px 3px 2px #ebb26b; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #ebb26b">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebb26b; -webkit-box-shadow: 1px 1px 3px 2px #ebb26b; box-shadow: 1px 1px 3px 2px #ebb26b;">
Div content here</div>
The shadow of div box using color #ebb26b