Color Hex Logo

#eeaca0 Color Hex

#EEACA0
(238,172,160)
0 Favorites   0 Comments

Color spaces of #eeaca0

RGB 238172160
HSL0.030.700.78
HSV33°93°
CMYK 0.000.280.33   0.07
XYZ56.357650.220339.9808
Yxy50.22030.38450.3427
Hunter Lab70.866317.939116.1566
CIE-Lab76.204322.624615.7562

#eeaca0 color RGB value is (238,172,160).

#eeaca0 hex color red value is 238, green value is 172 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #eeaca0 hue: 0.03 , saturation: 0.70 and the lightness value of eeaca0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 10100000
Octal 356 254 240
Decimal 238 172 160
Hex EE AC A0

RGB Percentages of Color #eeaca0

%41.75
%30.18
%28.07

CMYK Percentages of Color #eeaca0

%0
%28
%33
%7

Triadic Colors of #eeaca0

#eeaca0 #a0eeac #aca0ee

Analogous Colors of #eeaca0

#eeaca0 #eed3a0 #eea0bb

Monochromatic Colors of #eeaca0

#eeaca0

Complementary Color

#eeaca0 #a0e2ee

#eeaca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaca0 Color CSS Codes

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

#eeaca0 Text Font Color

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

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


#eeaca0 Background Color

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

This div background color is #eeaca0


#eeaca0 Border Color

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

This div border color is #eeaca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaca0


Comments

No comments written yet.

Please login to write comment.