Color Hex Logo

#ebd37e Color Hex

#EBD37E
(235,211,126)
0 Favorites   0 Comments

Color spaces of #ebd37e

RGB 235211126
HSL0.130.730.71
HSV47°46°92°
CMYK 0.000.100.46   0.08
XYZ61.321165.757129.1991
Yxy65.75710.39240.4208
Hunter Lab81.0908-6.926535.4144
CIE-Lab84.8724-2.751544.9446

#ebd37e color RGB value is (235,211,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 01111110
Octal 353 323 176
Decimal 235 211 126
Hex EB D3 7E

RGB Percentages of Color #ebd37e

%41.08
%36.89
%22.03

CMYK Percentages of Color #ebd37e

%0
%10
%46
%8

Triadic Colors of #ebd37e

#ebd37e #7eebd3 #d37eeb

Analogous Colors of #ebd37e

#ebd37e #cdeb7e #eb9d7e

Monochromatic Colors of #ebd37e

#ebd37e

Complementary Color

#ebd37e #7e96eb

#ebd37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd37e Color CSS Codes

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

#ebd37e Text Font Color

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

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


#ebd37e Background Color

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

This div background color is #ebd37e


#ebd37e Border Color

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

This div border color is #ebd37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd37e


Comments

No comments written yet.

Please login to write comment.