Color Hex Logo

#e3a996 Color Hex

#E3A996
(227,169,150)
0 Favorites   0 Comments

Color spaces of #e3a996

RGB 227169150
HSL0.040.580.74
HSV15°34°89°
CMYK 0.000.260.34   0.11
XYZ51.371546.908835.2009
Yxy46.90880.38490.3514
Hunter Lab68.490014.027917.4705
CIE-Lab74.131418.787218.1335

#e3a996 color RGB value is (227,169,150).

#e3a996 hex color red value is 227, green value is 169 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e3a996 hue: 0.04 , saturation: 0.58 and the lightness value of e3a996 is 0.74.

The process color (four color CMYK) of #e3a996 color hex is 0.00, 0.26, 0.34, 0.11. Web safe color of #e3a996 is #cc9999. Color #e3a996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101001 10010110
Octal 343 251 226
Decimal 227 169 150
Hex E3 A9 96

RGB Percentages of Color #e3a996

%41.58
%30.95
%27.47

CMYK Percentages of Color #e3a996

%0
%26
%34
%11

Triadic Colors of #e3a996

#e3a996 #96e3a9 #a996e3

Analogous Colors of #e3a996

#e3a996 #e3d096 #e396aa

Monochromatic Colors of #e3a996

#e3a996

Complementary Color

#e3a996 #96d0e3

#e3a996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3a996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3a996 Color CSS Codes

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

#e3a996 Text Font Color

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

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


#e3a996 Background Color

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

This div background color is #e3a996


#e3a996 Border Color

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

This div border color is #e3a996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3a996


Comments

No comments written yet.

Please login to write comment.