Color Hex Logo

#ebd77e Color Hex

#EBD77E
(235,215,126)
0 Favorites   0 Comments

Color spaces of #ebd77e

RGB 235215126
HSL0.140.730.71
HSV49°46°92°
CMYK 0.000.090.46   0.08
XYZ62.327367.769429.5345
Yxy67.76940.39040.4245
Hunter Lab82.3222-8.918936.3542
CIE-Lab85.8910-4.791946.2089

#ebd77e color RGB value is (235,215,126).

#ebd77e hex color red value is 235, green value is 215 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ebd77e hue: 0.14 , saturation: 0.73 and the lightness value of ebd77e is 0.71.

The process color (four color CMYK) of #ebd77e color hex is 0.00, 0.09, 0.46, 0.08. Web safe color of #ebd77e is #ffcc66. Color #ebd77e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 01111110
Octal 353 327 176
Decimal 235 215 126
Hex EB D7 7E

RGB Percentages of Color #ebd77e

%40.80
%37.33
%21.88

CMYK Percentages of Color #ebd77e

%0
%9
%46
%8

Triadic Colors of #ebd77e

#ebd77e #7eebd7 #d77eeb

Analogous Colors of #ebd77e

#ebd77e #c9eb7e #eba17e

Monochromatic Colors of #ebd77e

#ebd77e

Complementary Color

#ebd77e #7e92eb

#ebd77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd77e Color CSS Codes

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

#ebd77e Text Font Color

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

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


#ebd77e Background Color

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

This div background color is #ebd77e


#ebd77e Border Color

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

This div border color is #ebd77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd77e


Comments

No comments written yet.

Please login to write comment.