Color Hex Logo

#eaa496 Color Hex

#EAA496
(234,164,150)
0 Favorites   0 Comments

Color spaces of #eaa496

RGB 234164150
HSL0.030.670.75
HSV10°36°92°
CMYK 0.000.300.36   0.08
XYZ52.712246.245435.0022
Yxy46.24540.39350.3452
Hunter Lab68.004019.354517.0857
CIE-Lab73.704524.140017.6562

#eaa496 color RGB value is (234,164,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 10010110
Octal 352 244 226
Decimal 234 164 150
Hex EA A4 96

RGB Percentages of Color #eaa496

%42.70
%29.93
%27.37

CMYK Percentages of Color #eaa496

%0
%30
%36
%8

Triadic Colors of #eaa496

#eaa496 #96eaa4 #a496ea

Analogous Colors of #eaa496

#eaa496 #eace96 #ea96b2

Monochromatic Colors of #eaa496

#eaa496

Complementary Color

#eaa496 #96dcea

#eaa496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa496 Color CSS Codes

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

#eaa496 Text Font Color

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

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


#eaa496 Background Color

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

This div background color is #eaa496


#eaa496 Border Color

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

This div border color is #eaa496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa496


Comments

No comments written yet.

Please login to write comment.