Color Hex Logo

#eddb76 Color Hex

#EDDB76
(237,219,118)
0 Favorites   0 Comments

Color spaces of #eddb76

RGB 237219118
HSL0.140.770.70
HSV51°50°93°
CMYK 0.000.080.50   0.07
XYZ63.526669.975627.2980
Yxy69.97560.39510.4352
Hunter Lab83.6514-10.833439.2079
CIE-Lab86.9849-6.738451.4490

#eddb76 color RGB value is (237,219,118).

#eddb76 hex color red value is 237, green value is 219 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #eddb76 hue: 0.14 , saturation: 0.77 and the lightness value of eddb76 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 01110110
Octal 355 333 166
Decimal 237 219 118
Hex ED DB 76

RGB Percentages of Color #eddb76

%41.29
%38.15
%20.56

CMYK Percentages of Color #eddb76

%0
%8
%50
%7

Triadic Colors of #eddb76

#eddb76 #76eddb #db76ed

Analogous Colors of #eddb76

#eddb76 #c4ed76 #eda076

Monochromatic Colors of #eddb76

#eddb76

Complementary Color

#eddb76 #7688ed

#eddb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb76 Color CSS Codes

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

#eddb76 Text Font Color

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

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


#eddb76 Background Color

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

This div background color is #eddb76


#eddb76 Border Color

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

This div border color is #eddb76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb76


Comments

No comments written yet.

Please login to write comment.