Color Hex Logo

#eab8ac Color Hex

#EAB8AC
(234,184,172)
0 Favorites   0 Comments

Color spaces of #eab8ac

RGB 234184172
HSL0.030.600.80
HSV12°26°92°
CMYK 0.000.210.26   0.08
XYZ58.518654.752046.5136
Yxy54.75200.36620.3427
Hunter Lab73.994611.676114.5260
CIE-Lab78.898216.314612.9904

#eab8ac color RGB value is (234,184,172).

#eab8ac hex color red value is 234, green value is 184 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eab8ac hue: 0.03 , saturation: 0.60 and the lightness value of eab8ac is 0.80.

The process color (four color CMYK) of #eab8ac color hex is 0.00, 0.21, 0.26, 0.08. Web safe color of #eab8ac is #ffcc99. Color #eab8ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111000 10101100
Octal 352 270 254
Decimal 234 184 172
Hex EA B8 AC

RGB Percentages of Color #eab8ac

%39.66
%31.19
%29.15

CMYK Percentages of Color #eab8ac

%0
%21
%26
%8

Triadic Colors of #eab8ac

#eab8ac #aceab8 #b8acea

Analogous Colors of #eab8ac

#eab8ac #ead7ac #eaacbf

Monochromatic Colors of #eab8ac

#eab8ac

Complementary Color

#eab8ac #acdeea

#eab8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab8ac Color CSS Codes

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

#eab8ac Text Font Color

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

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


#eab8ac Background Color

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

This div background color is #eab8ac


#eab8ac Border Color

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

This div border color is #eab8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab8ac


Comments

No comments written yet.

Please login to write comment.