Color Hex Logo

#ebe29a Color Hex

#EBE29A
(235,226,154)
0 Favorites   0 Comments

Color spaces of #ebe29a

RGB 235226154
HSL0.150.670.76
HSV53°34°92°
CMYK 0.000.040.34   0.08
XYZ67.290074.388041.3836
Yxy74.38800.36760.4064
Hunter Lab86.2485-11.671331.9255
CIE-Lab89.1055-7.411536.3439

#ebe29a color RGB value is (235,226,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 10011010
Octal 353 342 232
Decimal 235 226 154
Hex EB E2 9A

RGB Percentages of Color #ebe29a

%38.21
%36.75
%25.04

CMYK Percentages of Color #ebe29a

%0
%4
%34
%8

Triadic Colors of #ebe29a

#ebe29a #9aebe2 #e29aeb

Analogous Colors of #ebe29a

#ebe29a #cceb9a #ebba9a

Monochromatic Colors of #ebe29a

#ebe29a

Complementary Color

#ebe29a #9aa3eb

#ebe29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe29a Color CSS Codes

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

#ebe29a Text Font Color

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

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


#ebe29a Background Color

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

This div background color is #ebe29a


#ebe29a Border Color

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

This div border color is #ebe29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe29a


Comments

No comments written yet.

Please login to write comment.