Color Hex Logo

#eeacba Color Hex

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

Color spaces of #eeacba

RGB 238172186
HSL0.960.660.80
HSV347°28°93°
CMYK 0.000.280.22   0.07
XYZ58.875351.227453.2392
Yxy51.22740.36040.3136
Hunter Lab71.573321.57855.9990
CIE-Lab76.816626.14972.4657

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

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

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

Base Numbers

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

RGB Percentages of Color #eeacba

%39.93
%28.86
%31.21

CMYK Percentages of Color #eeacba

%0
%28
%22
%7

Triadic Colors of #eeacba

#eeacba #baeeac #acbaee

Analogous Colors of #eeacba

#eeacba #eebfac #eeacdb

Monochromatic Colors of #eeacba

#eeacba

Complementary Color

#eeacba #aceee0

#eeacba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacba Color CSS Codes

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

#eeacba Text Font Color

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

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


#eeacba Background Color

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

This div background color is #eeacba


#eeacba Border Color

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

This div border color is #eeacba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacba


Comments

No comments written yet.

Please login to write comment.