Color Hex Logo

#eac0ab Color Hex

#EAC0AB
(234,192,171)
0 Favorites   0 Comments

Color spaces of #eac0ab

RGB 234192171
HSL0.060.600.79
HSV20°27°92°
CMYK 0.000.180.27   0.08
XYZ60.132058.132046.5794
Yxy58.13200.36480.3526
Hunter Lab76.24437.350917.1494
CIE-Lab80.812111.938716.2193

#eac0ab color RGB value is (234,192,171).

#eac0ab hex color red value is 234, green value is 192 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eac0ab hue: 0.06 , saturation: 0.60 and the lightness value of eac0ab is 0.79.

The process color (four color CMYK) of #eac0ab color hex is 0.00, 0.18, 0.27, 0.08. Web safe color of #eac0ab is #ffcc99. Color #eac0ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000000 10101011
Octal 352 300 253
Decimal 234 192 171
Hex EA C0 AB

RGB Percentages of Color #eac0ab

%39.20
%32.16
%28.64

CMYK Percentages of Color #eac0ab

%0
%18
%27
%8

Triadic Colors of #eac0ab

#eac0ab #abeac0 #c0abea

Analogous Colors of #eac0ab

#eac0ab #eae0ab #eaabb6

Monochromatic Colors of #eac0ab

#eac0ab

Complementary Color

#eac0ab #abd5ea

#eac0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac0ab Color CSS Codes

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

#eac0ab Text Font Color

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

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


#eac0ab Background Color

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

This div background color is #eac0ab


#eac0ab Border Color

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

This div border color is #eac0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac0ab


Comments

No comments written yet.

Please login to write comment.