Color Hex Logo

#ebc97a Color Hex

#EBC97A
(235,201,122)
0 Favorites   0 Comments

Color spaces of #ebc97a

RGB 235201122
HSL0.120.740.70
HSV42°48°92°
CMYK 0.000.140.48   0.08
XYZ58.660460.840627.0640
Yxy60.84060.40020.4151
Hunter Lab78.0004-2.259334.0283
CIE-Lab82.29302.025243.7209

#ebc97a color RGB value is (235,201,122).

#ebc97a hex color red value is 235, green value is 201 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ebc97a hue: 0.12 , saturation: 0.74 and the lightness value of ebc97a is 0.70.

The process color (four color CMYK) of #ebc97a color hex is 0.00, 0.14, 0.48, 0.08. Web safe color of #ebc97a is #ffcc66. Color #ebc97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 01111010
Octal 353 311 172
Decimal 235 201 122
Hex EB C9 7A

RGB Percentages of Color #ebc97a

%42.11
%36.02
%21.86

CMYK Percentages of Color #ebc97a

%0
%14
%48
%8

Triadic Colors of #ebc97a

#ebc97a #7aebc9 #c97aeb

Analogous Colors of #ebc97a

#ebc97a #d5eb7a #eb917a

Monochromatic Colors of #ebc97a

#ebc97a

Complementary Color

#ebc97a #7a9ceb

#ebc97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc97a Color CSS Codes

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

#ebc97a Text Font Color

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

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


#ebc97a Background Color

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

This div background color is #ebc97a


#ebc97a Border Color

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

This div border color is #ebc97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc97a


Comments

No comments written yet.

Please login to write comment.