Color Hex Logo

#ebc776 Color Hex

#EBC776
(235,199,118)
0 Favorites   0 Comments

Color spaces of #ebc776

RGB 235199118
HSL0.120.750.69
HSV42°50°92°
CMYK 0.000.150.50   0.08
XYZ57.954459.817025.6309
Yxy59.81700.40410.4171
Hunter Lab77.3415-1.591834.4904
CIE-Lab81.73862.700045.0250

#ebc776 color RGB value is (235,199,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 01110110
Octal 353 307 166
Decimal 235 199 118
Hex EB C7 76

RGB Percentages of Color #ebc776

%42.57
%36.05
%21.38

CMYK Percentages of Color #ebc776

%0
%15
%50
%8

Triadic Colors of #ebc776

#ebc776 #76ebc7 #c776eb

Analogous Colors of #ebc776

#ebc776 #d5eb76 #eb8d76

Monochromatic Colors of #ebc776

#ebc776

Complementary Color

#ebc776 #769aeb

#ebc776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc776 Color CSS Codes

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

#ebc776 Text Font Color

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

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


#ebc776 Background Color

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

This div background color is #ebc776


#ebc776 Border Color

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

This div border color is #ebc776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc776


Comments

No comments written yet.

Please login to write comment.