Color Hex Logo

#eaab93 Color Hex

#EAAB93
(234,171,147)
0 Favorites   0 Comments

Color spaces of #eaab93

RGB 234171147
HSL0.050.670.75
HSV17°37°92°
CMYK 0.000.270.37   0.08
XYZ53.761148.724834.1751
Yxy48.72480.39340.3565
Hunter Lab69.803215.321919.8343
CIE-Lab75.279820.056821.4600

#eaab93 color RGB value is (234,171,147).

#eaab93 hex color red value is 234, green value is 171 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #eaab93 hue: 0.05 , saturation: 0.67 and the lightness value of eaab93 is 0.75.

The process color (four color CMYK) of #eaab93 color hex is 0.00, 0.27, 0.37, 0.08. Web safe color of #eaab93 is #ff9999. Color #eaab93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 10010011
Octal 352 253 223
Decimal 234 171 147
Hex EA AB 93

RGB Percentages of Color #eaab93

%42.39
%30.98
%26.63

CMYK Percentages of Color #eaab93

%0
%27
%37
%8

Triadic Colors of #eaab93

#eaab93 #93eaab #ab93ea

Analogous Colors of #eaab93

#eaab93 #ead793 #ea93a7

Monochromatic Colors of #eaab93

#eaab93

Complementary Color

#eaab93 #93d2ea

#eaab93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaab93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaab93 Color CSS Codes

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

#eaab93 Text Font Color

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

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


#eaab93 Background Color

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

This div background color is #eaab93


#eaab93 Border Color

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

This div border color is #eaab93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaab93


Comments

No comments written yet.

Please login to write comment.