Color Hex Logo

#eddb9d Color Hex

#EDDB9D
(237,219,157)
0 Favorites   0 Comments

Color spaces of #eddb9d

RGB 237219157
HSL0.130.690.77
HSV47°34°93°
CMYK 0.000.080.34   0.07
XYZ66.342471.101942.1257
Yxy71.10190.36950.3960
Hunter Lab84.3219-7.124129.4052
CIE-Lab87.5345-2.741532.7744

#eddb9d color RGB value is (237,219,157).

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

The process color (four color CMYK) of #eddb9d color hex is 0.00, 0.08, 0.34, 0.07. Web safe color of #eddb9d is #ffcc99. Color #eddb9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10011101
Octal 355 333 235
Decimal 237 219 157
Hex ED DB 9D

RGB Percentages of Color #eddb9d

%38.66
%35.73
%25.61

CMYK Percentages of Color #eddb9d

%0
%8
%34
%7

Triadic Colors of #eddb9d

#eddb9d #9deddb #db9ded

Analogous Colors of #eddb9d

#eddb9d #d7ed9d #edb39d

Monochromatic Colors of #eddb9d

#eddb9d

Complementary Color

#eddb9d #9dafed

#eddb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb9d Color CSS Codes

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

#eddb9d Text Font Color

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

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


#eddb9d Background Color

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

This div background color is #eddb9d


#eddb9d Border Color

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

This div border color is #eddb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb9d


Comments

No comments written yet.

Please login to write comment.