Color Hex Logo

#eeacab Color Hex

#EEACAB
(238,172,171)
0 Favorites   0 Comments

Color spaces of #eeacab

RGB 238172171
HSL0.000.660.80
HSV28°93°
CMYK 0.000.280.28   0.07
XYZ57.363150.622545.2758
Yxy50.62250.37430.3303
Hunter Lab71.149519.401112.0756
CIE-Lab76.449824.049810.1172

#eeacab color RGB value is (238,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 10101011
Octal 356 254 253
Decimal 238 172 171
Hex EE AC AB

RGB Percentages of Color #eeacab

%40.96
%29.60
%29.43

CMYK Percentages of Color #eeacab

%0
%28
%28
%7

Triadic Colors of #eeacab

#eeacab #abeeac #acabee

Analogous Colors of #eeacab

#eeacab #eeceab #eeabcc

Monochromatic Colors of #eeacab

#eeacab

Complementary Color

#eeacab #abedee

#eeacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeacab Color CSS Codes

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

#eeacab Text Font Color

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

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


#eeacab Background Color

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

This div background color is #eeacab


#eeacab Border Color

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

This div border color is #eeacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeacab


Comments

No comments written yet.

Please login to write comment.