Color Hex Logo

#eaa696 Color Hex

#EAA696
(234,166,150)
0 Favorites   0 Comments

Color spaces of #eaa696

RGB 234166150
HSL0.030.670.75
HSV11°36°92°
CMYK 0.000.290.36   0.08
XYZ53.072946.966935.1224
Yxy46.96690.39270.3475
Hunter Lab68.532418.302417.5869
CIE-Lab74.168623.074518.2998

#eaa696 color RGB value is (234,166,150).

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

The process color (four color CMYK) of #eaa696 color hex is 0.00, 0.29, 0.36, 0.08. Web safe color of #eaa696 is #ff9999. Color #eaa696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 10010110
Octal 352 246 226
Decimal 234 166 150
Hex EA A6 96

RGB Percentages of Color #eaa696

%42.55
%30.18
%27.27

CMYK Percentages of Color #eaa696

%0
%29
%36
%8

Triadic Colors of #eaa696

#eaa696 #96eaa6 #a696ea

Analogous Colors of #eaa696

#eaa696 #ead096 #ea96b0

Monochromatic Colors of #eaa696

#eaa696

Complementary Color

#eaa696 #96daea

#eaa696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa696 Color CSS Codes

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

#eaa696 Text Font Color

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

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


#eaa696 Background Color

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

This div background color is #eaa696


#eaa696 Border Color

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

This div border color is #eaa696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa696


Comments

No comments written yet.

Please login to write comment.