Color Hex Logo

#eebaac Color Hex

#EEBAAC
(238,186,172)
0 Favorites   0 Comments

Color spaces of #eebaac

RGB 238186172
HSL0.040.660.80
HSV13°28°93°
CMYK 0.000.220.28   0.07
XYZ60.265256.273546.7153
Yxy56.27350.36910.3447
Hunter Lab75.015712.123815.5887
CIE-Lab79.769216.750614.2748

#eebaac color RGB value is (238,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 10101100
Octal 356 272 254
Decimal 238 186 172
Hex EE BA AC

RGB Percentages of Color #eebaac

%39.93
%31.21
%28.86

CMYK Percentages of Color #eebaac

%0
%22
%28
%7

Triadic Colors of #eebaac

#eebaac #aceeba #baacee

Analogous Colors of #eebaac

#eebaac #eedbac #eeacbf

Monochromatic Colors of #eebaac

#eebaac

Complementary Color

#eebaac #ace0ee

#eebaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebaac Color CSS Codes

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

#eebaac Text Font Color

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

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


#eebaac Background Color

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

This div background color is #eebaac


#eebaac Border Color

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

This div border color is #eebaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebaac


Comments

No comments written yet.

Please login to write comment.