Color Hex Logo

#eaab66 Color Hex

#EAAB66
(234,171,102)
0 Favorites   0 Comments

Color spaces of #eaab66

RGB 234171102
HSL0.090.760.66
HSV31°56°92°
CMYK 0.000.270.56   0.08
XYZ50.892947.577619.0714
Yxy47.57760.43300.4048
Hunter Lab68.976510.993631.8904
CIE-Lab74.557715.680844.2321

#eaab66 color RGB value is (234,171,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 01100110
Octal 352 253 146
Decimal 234 171 102
Hex EA AB 66

RGB Percentages of Color #eaab66

%46.15
%33.73
%20.12

CMYK Percentages of Color #eaab66

%0
%27
%56
%8

Triadic Colors of #eaab66

#eaab66 #66eaab #ab66ea

Analogous Colors of #eaab66

#eaab66 #e7ea66 #ea6966

Monochromatic Colors of #eaab66

#eaab66

Complementary Color

#eaab66 #66a5ea

#eaab66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaab66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaab66 Color CSS Codes

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

#eaab66 Text Font Color

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

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


#eaab66 Background Color

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

This div background color is #eaab66


#eaab66 Border Color

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

This div border color is #eaab66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaab66


Comments

No comments written yet.

Please login to write comment.