Color Hex Logo

#eddb6d Color Hex

#EDDB6D
(237,219,109)
0 Favorites   0 Comments

Color spaces of #eddb6d

RGB 237219109
HSL0.140.780.68
HSV52°54°93°
CMYK 0.000.080.54   0.07
XYZ63.016969.771724.6139
Yxy69.77170.40040.4433
Hunter Lab83.5295-11.511340.9994
CIE-Lab86.8848-7.479255.5531

#eddb6d color RGB value is (237,219,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 01101101
Octal 355 333 155
Decimal 237 219 109
Hex ED DB 6D

RGB Percentages of Color #eddb6d

%41.95
%38.76
%19.29

CMYK Percentages of Color #eddb6d

%0
%8
%54
%7

Triadic Colors of #eddb6d

#eddb6d #6deddb #db6ded

Analogous Colors of #eddb6d

#eddb6d #bfed6d #ed9b6d

Monochromatic Colors of #eddb6d

#eddb6d

Complementary Color

#eddb6d #6d7fed

#eddb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb6d Color CSS Codes

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

#eddb6d Text Font Color

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

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


#eddb6d Background Color

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

This div background color is #eddb6d


#eddb6d Border Color

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

This div border color is #eddb6d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,219,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb6d


Comments

No comments written yet.

Please login to write comment.