Color Hex Logo

#ebc29a Color Hex

#EBC29A
(235,194,154)
0 Favorites   0 Comments

Color spaces of #ebc29a

RGB 235194154
HSL0.080.670.76
HSV30°34°92°
CMYK 0.000.170.34   0.08
XYZ59.385558.578838.7487
Yxy58.57880.37890.3738
Hunter Lab76.53684.560223.5587
CIE-Lab81.05959.088725.6138

#ebc29a color RGB value is (235,194,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 10011010
Octal 353 302 232
Decimal 235 194 154
Hex EB C2 9A

RGB Percentages of Color #ebc29a

%40.31
%33.28
%26.42

CMYK Percentages of Color #ebc29a

%0
%17
%34
%8

Triadic Colors of #ebc29a

#ebc29a #9aebc2 #c29aeb

Analogous Colors of #ebc29a

#ebc29a #ebeb9a #eb9a9b

Monochromatic Colors of #ebc29a

#ebc29a

Complementary Color

#ebc29a #9ac3eb

#ebc29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc29a Color CSS Codes

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

#ebc29a Text Font Color

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

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


#ebc29a Background Color

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

This div background color is #ebc29a


#ebc29a Border Color

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

This div border color is #ebc29a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,194,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 #ebc29a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc29a


Comments

No comments written yet.

Please login to write comment.