Color Hex Logo

#ebdc76 Color Hex

#EBDC76
(235,220,118)
0 Favorites   0 Comments

Color spaces of #ebdc76

RGB 235220118
HSL0.150.750.69
HSV52°50°92°
CMYK 0.000.060.50   0.08
XYZ63.124270.156627.3541
Yxy70.15660.39300.4367
Hunter Lab83.7595-12.055239.2688
CIE-Lab87.0736-8.045851.5156

#ebdc76 color RGB value is (235,220,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 01110110
Octal 353 334 166
Decimal 235 220 118
Hex EB DC 76

RGB Percentages of Color #ebdc76

%41.01
%38.39
%20.59

CMYK Percentages of Color #ebdc76

%0
%6
%50
%8

Triadic Colors of #ebdc76

#ebdc76 #76ebdc #dc76eb

Analogous Colors of #ebdc76

#ebdc76 #c0eb76 #eba276

Monochromatic Colors of #ebdc76

#ebdc76

Complementary Color

#ebdc76 #7685eb

#ebdc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc76 Color CSS Codes

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

#ebdc76 Text Font Color

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

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


#ebdc76 Background Color

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

This div background color is #ebdc76


#ebdc76 Border Color

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

This div border color is #ebdc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc76


Comments

No comments written yet.

Please login to write comment.