Color Hex Logo

#eddbac Color Hex

#EDDBAC
(237,219,172)
0 Favorites   0 Comments

Color spaces of #eddbac

RGB 237219172
HSL0.120.640.80
HSV43°27°93°
CMYK 0.000.080.27   0.07
XYZ67.703071.646149.2905
Yxy71.64610.35890.3798
Hunter Lab84.6440-5.352824.7246
CIE-Lab87.7980-0.865625.3951

#eddbac color RGB value is (237,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10101100
Octal 355 333 254
Decimal 237 219 172
Hex ED DB AC

RGB Percentages of Color #eddbac

%37.74
%34.87
%27.39

CMYK Percentages of Color #eddbac

%0
%8
%27
%7

Triadic Colors of #eddbac

#eddbac #aceddb #dbaced

Analogous Colors of #eddbac

#eddbac #dfedac #edbbac

Monochromatic Colors of #eddbac

#eddbac

Complementary Color

#eddbac #acbeed

#eddbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbac Color CSS Codes

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

#eddbac Text Font Color

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

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


#eddbac Background Color

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

This div background color is #eddbac


#eddbac Border Color

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

This div border color is #eddbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbac


Comments

No comments written yet.

Please login to write comment.