Color Hex Logo

#ebe29f Color Hex

#EBE29F
(235,226,159)
0 Favorites   0 Comments

Color spaces of #ebe29f

RGB 235226159
HSL0.150.660.77
HSV53°32°92°
CMYK 0.000.040.32   0.08
XYZ67.715374.558143.6231
Yxy74.55810.36430.4011
Hunter Lab86.3470-11.123630.4892
CIE-Lab89.1856-6.819733.9144

#ebe29f color RGB value is (235,226,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 10011111
Octal 353 342 237
Decimal 235 226 159
Hex EB E2 9F

RGB Percentages of Color #ebe29f

%37.90
%36.45
%25.65

CMYK Percentages of Color #ebe29f

%0
%4
%32
%8

Triadic Colors of #ebe29f

#ebe29f #9febe2 #e29feb

Analogous Colors of #ebe29f

#ebe29f #ceeb9f #ebbc9f

Monochromatic Colors of #ebe29f

#ebe29f

Complementary Color

#ebe29f #9fa8eb

#ebe29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe29f Color CSS Codes

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

#ebe29f Text Font Color

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

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


#ebe29f Background Color

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

This div background color is #ebe29f


#ebe29f Border Color

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

This div border color is #ebe29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe29f


Comments

No comments written yet.

Please login to write comment.