Color Hex Logo

#eddbad Color Hex

#EDDBAD
(237,219,173)
0 Favorites   0 Comments

Color spaces of #eddbad

RGB 237219173
HSL0.120.640.80
HSV43°27°93°
CMYK 0.000.080.27   0.07
XYZ67.799471.684749.7983
Yxy71.68470.35820.3787
Hunter Lab84.6668-5.227924.3943
CIE-Lab87.8166-0.734124.9017

#eddbad color RGB value is (237,219,173).

#eddbad hex color red value is 237, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eddbad hue: 0.12 , saturation: 0.64 and the lightness value of eddbad is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10101101
Octal 355 333 255
Decimal 237 219 173
Hex ED DB AD

RGB Percentages of Color #eddbad

%37.68
%34.82
%27.50

CMYK Percentages of Color #eddbad

%0
%8
%27
%7

Triadic Colors of #eddbad

#eddbad #adeddb #dbaded

Analogous Colors of #eddbad

#eddbad #dfedad #edbbad

Monochromatic Colors of #eddbad

#eddbad

Complementary Color

#eddbad #adbfed

#eddbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbad Color CSS Codes

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

#eddbad Text Font Color

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

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


#eddbad Background Color

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

This div background color is #eddbad


#eddbad Border Color

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

This div border color is #eddbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbad

#eddbad Color Palettes


Comments

No comments written yet.

Please login to write comment.