Color Hex Logo

#eab09f Color Hex

#EAB09F
(234,176,159)
0 Favorites   0 Comments

Color spaces of #eab09f

RGB 234176159
HSL0.040.640.77
HSV14°32°92°
CMYK 0.000.250.32   0.08
XYZ55.715051.046339.7173
Yxy51.04630.38040.3485
Hunter Lab71.446714.164817.0533
CIE-Lab76.707018.854816.9383

#eab09f color RGB value is (234,176,159).

#eab09f hex color red value is 234, green value is 176 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #eab09f hue: 0.04 , saturation: 0.64 and the lightness value of eab09f is 0.77.

The process color (four color CMYK) of #eab09f color hex is 0.00, 0.25, 0.32, 0.08. Web safe color of #eab09f is #ff9999. Color #eab09f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 10011111
Octal 352 260 237
Decimal 234 176 159
Hex EA B0 9F

RGB Percentages of Color #eab09f

%41.12
%30.93
%27.94

CMYK Percentages of Color #eab09f

%0
%25
%32
%8

Triadic Colors of #eab09f

#eab09f #9feab0 #b09fea

Analogous Colors of #eab09f

#eab09f #ead69f #ea9fb4

Monochromatic Colors of #eab09f

#eab09f

Complementary Color

#eab09f #9fd9ea

#eab09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab09f Color CSS Codes

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

#eab09f Text Font Color

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

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


#eab09f Background Color

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

This div background color is #eab09f


#eab09f Border Color

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

This div border color is #eab09f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,176,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab09f


Comments

No comments written yet.

Please login to write comment.