Color Hex Logo

#ebc297 Color Hex

#EBC297
(235,194,151)
0 Favorites   0 Comments

Color spaces of #ebc297

RGB 235194151
HSL0.090.680.76
HSV31°36°92°
CMYK 0.000.170.36   0.08
XYZ59.138758.480137.4490
Yxy58.48010.38140.3771
Hunter Lab76.47234.213824.4959
CIE-Lab81.00508.730827.1225

#ebc297 color RGB value is (235,194,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 10010111
Octal 353 302 227
Decimal 235 194 151
Hex EB C2 97

RGB Percentages of Color #ebc297

%40.52
%33.45
%26.03

CMYK Percentages of Color #ebc297

%0
%17
%36
%8

Triadic Colors of #ebc297

#ebc297 #97ebc2 #c297eb

Analogous Colors of #ebc297

#ebc297 #eaeb97 #eb9897

Monochromatic Colors of #ebc297

#ebc297

Complementary Color

#ebc297 #97c0eb

#ebc297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc297 Color CSS Codes

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

#ebc297 Text Font Color

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

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


#ebc297 Background Color

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

This div background color is #ebc297


#ebc297 Border Color

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

This div border color is #ebc297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc297


Comments

No comments written yet.

Please login to write comment.