Color Hex Logo

#eeb1ac Color Hex

#EEB1AC
(238,177,172)
0 Favorites   0 Comments

Color spaces of #eeb1ac

RGB 238177172
HSL0.010.660.80
HSV28°93°
CMYK 0.000.260.28   0.07
XYZ58.428452.600046.1030
Yxy52.60000.37180.3348
Hunter Lab72.525916.883213.0788
CIE-Lab77.638221.526811.2626

#eeb1ac color RGB value is (238,177,172).

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

The process color (four color CMYK) of #eeb1ac color hex is 0.00, 0.26, 0.28, 0.07. Web safe color of #eeb1ac is #ff9999. Color #eeb1ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 10101100
Octal 356 261 254
Decimal 238 177 172
Hex EE B1 AC

RGB Percentages of Color #eeb1ac

%40.55
%30.15
%29.30

CMYK Percentages of Color #eeb1ac

%0
%26
%28
%7

Triadic Colors of #eeb1ac

#eeb1ac #aceeb1 #b1acee

Analogous Colors of #eeb1ac

#eeb1ac #eed2ac #eeacc8

Monochromatic Colors of #eeb1ac

#eeb1ac

Complementary Color

#eeb1ac #ace9ee

#eeb1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb1ac Color CSS Codes

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

#eeb1ac Text Font Color

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

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


#eeb1ac Background Color

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

This div background color is #eeb1ac


#eeb1ac Border Color

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

This div border color is #eeb1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb1ac


Comments

No comments written yet.

Please login to write comment.