Color Hex Logo

#eea696 Color Hex

#EEA696
(238,166,150)
0 Favorites   0 Comments

Color spaces of #eea696

RGB 238166150
HSL0.030.720.76
HSV11°37°93°
CMYK 0.000.300.37   0.07
XYZ54.401147.651635.1846
Yxy47.65160.39640.3472
Hunter Lab69.030119.869118.1010
CIE-Lab74.604624.601318.9707

#eea696 color RGB value is (238,166,150).

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

The process color (four color CMYK) of #eea696 color hex is 0.00, 0.30, 0.37, 0.07. Web safe color of #eea696 is #ff9999. Color #eea696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 10010110
Octal 356 246 226
Decimal 238 166 150
Hex EE A6 96

RGB Percentages of Color #eea696

%42.96
%29.96
%27.08

CMYK Percentages of Color #eea696

%0
%30
%37
%7

Triadic Colors of #eea696

#eea696 #96eea6 #a696ee

Analogous Colors of #eea696

#eea696 #eed296 #ee96b2

Monochromatic Colors of #eea696

#eea696

Complementary Color

#eea696 #96deee

#eea696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea696 Color CSS Codes

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

#eea696 Text Font Color

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

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


#eea696 Background Color

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

This div background color is #eea696


#eea696 Border Color

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

This div border color is #eea696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea696

#eea696 Color Palettes


Comments

No comments written yet.

Please login to write comment.