Color Hex Logo

#eedbac Color Hex

#EEDBAC
(238,219,172)
0 Favorites   0 Comments

Color spaces of #eedbac

RGB 238219172
HSL0.120.660.80
HSV43°28°93°
CMYK 0.000.080.28   0.07
XYZ68.037871.818749.3062
Yxy71.81870.35970.3797
Hunter Lab84.7459-4.997624.8265
CIE-Lab87.8813-0.489725.5224

#eedbac color RGB value is (238,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 10101100
Octal 356 333 254
Decimal 238 219 172
Hex EE DB AC

RGB Percentages of Color #eedbac

%37.84
%34.82
%27.34

CMYK Percentages of Color #eedbac

%0
%8
%28
%7

Triadic Colors of #eedbac

#eedbac #aceedb #dbacee

Analogous Colors of #eedbac

#eedbac #e0eeac #eebaac

Monochromatic Colors of #eedbac

#eedbac

Complementary Color

#eedbac #acbfee

#eedbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbac Color CSS Codes

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

#eedbac Text Font Color

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

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


#eedbac Background Color

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

This div background color is #eedbac


#eedbac Border Color

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

This div border color is #eedbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbac


Comments

No comments written yet.

Please login to write comment.