Color Hex Logo

#ebd376 Color Hex

#EBD376
(235,211,118)
0 Favorites   0 Comments

Color spaces of #ebd376

RGB 235211118
HSL0.130.750.69
HSV48°50°92°
CMYK 0.000.100.50   0.08
XYZ60.825265.558726.5878
Yxy65.55870.39760.4286
Hunter Lab80.9683-7.601437.2086
CIE-Lab84.7708-3.481548.7349

#ebd376 color RGB value is (235,211,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 01110110
Octal 353 323 166
Decimal 235 211 118
Hex EB D3 76

RGB Percentages of Color #ebd376

%41.67
%37.41
%20.92

CMYK Percentages of Color #ebd376

%0
%10
%50
%8

Triadic Colors of #ebd376

#ebd376 #76ebd3 #d376eb

Analogous Colors of #ebd376

#ebd376 #c9eb76 #eb9976

Monochromatic Colors of #ebd376

#ebd376

Complementary Color

#ebd376 #768eeb

#ebd376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd376 Color CSS Codes

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

#ebd376 Text Font Color

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

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


#ebd376 Background Color

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

This div background color is #ebd376


#ebd376 Border Color

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

This div border color is #ebd376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd376

#ebd376 Color Palettes


Comments

No comments written yet.

Please login to write comment.