Color Hex Logo

#ebc376 Color Hex

#EBC376
(235,195,118)
0 Favorites   0 Comments

Color spaces of #ebc376

RGB 235195118
HSL0.110.750.69
HSV39°50°92°
CMYK 0.000.170.50   0.08
XYZ57.046158.000425.3281
Yxy58.00040.40640.4132
Hunter Lab76.15800.428833.5923
CIE-Lab80.73904.781943.7898

#ebc376 color RGB value is (235,195,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 01110110
Octal 353 303 166
Decimal 235 195 118
Hex EB C3 76

RGB Percentages of Color #ebc376

%42.88
%35.58
%21.53

CMYK Percentages of Color #ebc376

%0
%17
%50
%8

Triadic Colors of #ebc376

#ebc376 #76ebc3 #c376eb

Analogous Colors of #ebc376

#ebc376 #d9eb76 #eb8976

Monochromatic Colors of #ebc376

#ebc376

Complementary Color

#ebc376 #769eeb

#ebc376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc376 Color CSS Codes

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

#ebc376 Text Font Color

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

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


#ebc376 Background Color

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

This div background color is #ebc376


#ebc376 Border Color

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

This div border color is #ebc376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc376


Comments

No comments written yet.

Please login to write comment.