Color Hex Logo

#ebc294 Color Hex

#EBC294
(235,194,148)
0 Favorites   0 Comments

Color spaces of #ebc294

RGB 235194148
HSL0.090.690.75
HSV32°37°92°
CMYK 0.000.170.37   0.08
XYZ58.898058.383936.1819
Yxy58.38390.38380.3804
Hunter Lab76.40943.875325.4111
CIE-Lab80.95188.380328.6293

#ebc294 color RGB value is (235,194,148).

#ebc294 hex color red value is 235, green value is 194 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ebc294 hue: 0.09 , saturation: 0.69 and the lightness value of ebc294 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 10010100
Octal 353 302 224
Decimal 235 194 148
Hex EB C2 94

RGB Percentages of Color #ebc294

%40.73
%33.62
%25.65

CMYK Percentages of Color #ebc294

%0
%17
%37
%8

Triadic Colors of #ebc294

#ebc294 #94ebc2 #c294eb

Analogous Colors of #ebc294

#ebc294 #e9eb94 #eb9794

Monochromatic Colors of #ebc294

#ebc294

Complementary Color

#ebc294 #94bdeb

#ebc294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc294 Color CSS Codes

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

#ebc294 Text Font Color

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

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


#ebc294 Background Color

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

This div background color is #ebc294


#ebc294 Border Color

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

This div border color is #ebc294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc294


Comments

No comments written yet.

Please login to write comment.