Color Hex Logo

#ebe29e Color Hex

#EBE29E
(235,226,158)
0 Favorites   0 Comments

Color spaces of #ebe29e

RGB 235226158
HSL0.150.660.77
HSV53°33°92°
CMYK 0.000.040.33   0.08
XYZ67.628974.523543.1678
Yxy74.52350.36490.4021
Hunter Lab86.3270-11.234730.7809
CIE-Lab89.1693-6.939634.4011

#ebe29e color RGB value is (235,226,158).

#ebe29e hex color red value is 235, green value is 226 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ebe29e hue: 0.15 , saturation: 0.66 and the lightness value of ebe29e is 0.77.

The process color (four color CMYK) of #ebe29e color hex is 0.00, 0.04, 0.33, 0.08. Web safe color of #ebe29e is #ffcc99. Color #ebe29e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 10011110
Octal 353 342 236
Decimal 235 226 158
Hex EB E2 9E

RGB Percentages of Color #ebe29e

%37.96
%36.51
%25.53

CMYK Percentages of Color #ebe29e

%0
%4
%33
%8

Triadic Colors of #ebe29e

#ebe29e #9eebe2 #e29eeb

Analogous Colors of #ebe29e

#ebe29e #ceeb9e #ebbc9e

Monochromatic Colors of #ebe29e

#ebe29e

Complementary Color

#ebe29e #9ea7eb

#ebe29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe29e Color CSS Codes

.mybgcolor {background-color:#ebe29e; } 
.myforecolor {color:#ebe29e; }
.mybordercolor {border:3px solid #ebe29e; }

#ebe29e Text Font Color

<p style="color:#ebe29e">Text here</p>

This sample text font color is #ebe29e
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.


#ebe29e Background Color

<div style="background-color:#ebe29e">
Div content here</div>

This div background color is #ebe29e


#ebe29e Border Color

<div style="border:3px solid #ebe29e">
Div here</div>

This div border color is #ebe29e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,226,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebe29e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebe29e;
  -webkit-box-shadow: 1px 1px 3px 2px #ebe29e;
  box-shadow:         1px 1px 3px 2px #ebe29e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,226,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebe29e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ebe29e;
  -webkit-box-shadow: 1px 1px 3px 2px #ebe29e;
  box-shadow:         1px 1px 3px 2px #ebe29e;">
Div content here</div>

This div box has shadow with color #ebe29e


Comments

No comments written yet.

Please login to write comment.