Color Hex Logo

#eaa666 Color Hex

#EAA666
(234,166,102)
0 Favorites   0 Comments

Color spaces of #eaa666

RGB 234166102
HSL0.080.760.66
HSV29°56°92°
CMYK 0.000.290.56   0.08
XYZ49.966245.724218.7625
Yxy45.72420.43660.3995
Hunter Lab67.619713.564630.8825
CIE-Lab73.366218.337142.7852

#eaa666 color RGB value is (234,166,102).

#eaa666 hex color red value is 234, green value is 166 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #eaa666 hue: 0.08 , saturation: 0.76 and the lightness value of eaa666 is 0.66.

The process color (four color CMYK) of #eaa666 color hex is 0.00, 0.29, 0.56, 0.08. Web safe color of #eaa666 is #ff9966. Color #eaa666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 01100110
Octal 352 246 146
Decimal 234 166 102
Hex EA A6 66

RGB Percentages of Color #eaa666

%46.61
%33.07
%20.32

CMYK Percentages of Color #eaa666

%0
%29
%56
%8

Triadic Colors of #eaa666

#eaa666 #66eaa6 #a666ea

Analogous Colors of #eaa666

#eaa666 #eae866 #ea6668

Monochromatic Colors of #eaa666

#eaa666

Complementary Color

#eaa666 #66aaea

#eaa666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa666 Color CSS Codes

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

#eaa666 Text Font Color

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

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


#eaa666 Background Color

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

This div background color is #eaa666


#eaa666 Border Color

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

This div border color is #eaa666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa666


Comments

No comments written yet.

Please login to write comment.