Color Hex Logo

#eeaca8 Color Hex

#EEACA8
(238,172,168)
0 Favorites   0 Comments

Color spaces of #eeaca8

RGB 238172168
HSL0.010.670.80
HSV29°93°
CMYK 0.000.280.29   0.07
XYZ57.080350.509343.7866
Yxy50.50930.37710.3337
Hunter Lab71.069918.991213.2200
CIE-Lab76.380823.651611.6532

#eeaca8 color RGB value is (238,172,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 10101000
Octal 356 254 250
Decimal 238 172 168
Hex EE AC A8

RGB Percentages of Color #eeaca8

%41.18
%29.76
%29.07

CMYK Percentages of Color #eeaca8

%0
%28
%29
%7

Triadic Colors of #eeaca8

#eeaca8 #a8eeac #aca8ee

Analogous Colors of #eeaca8

#eeaca8 #eecfa8 #eea8c7

Monochromatic Colors of #eeaca8

#eeaca8

Complementary Color

#eeaca8 #a8eaee

#eeaca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaca8 Color CSS Codes

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

#eeaca8 Text Font Color

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

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


#eeaca8 Background Color

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

This div background color is #eeaca8


#eeaca8 Border Color

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

This div border color is #eeaca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaca8

#eeaca8 Color Palettes


Comments

No comments written yet.

Please login to write comment.