Color Hex Logo

#eab66f Color Hex

#EAB66F
(234,182,111)
0 Favorites   0 Comments

Color spaces of #eab66f

RGB 234182111
HSL0.100.750.68
HSV35°53°92°
CMYK 0.000.220.53   0.08
XYZ53.528952.096022.2732
Yxy52.09600.41850.4073
Hunter Lab72.17766.069932.2280
CIE-Lab77.338210.588243.0848

#eab66f color RGB value is (234,182,111).

#eab66f hex color red value is 234, green value is 182 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eab66f hue: 0.10 , saturation: 0.75 and the lightness value of eab66f is 0.68.

The process color (four color CMYK) of #eab66f color hex is 0.00, 0.22, 0.53, 0.08. Web safe color of #eab66f is #ffcc66. Color #eab66f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 01101111
Octal 352 266 157
Decimal 234 182 111
Hex EA B6 6F

RGB Percentages of Color #eab66f

%44.40
%34.54
%21.06

CMYK Percentages of Color #eab66f

%0
%22
%53
%8

Triadic Colors of #eab66f

#eab66f #6feab6 #b66fea

Analogous Colors of #eab66f

#eab66f #e1ea6f #ea796f

Monochromatic Colors of #eab66f

#eab66f

Complementary Color

#eab66f #6fa3ea

#eab66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab66f Color CSS Codes

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

#eab66f Text Font Color

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

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


#eab66f Background Color

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

This div background color is #eab66f


#eab66f Border Color

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

This div border color is #eab66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab66f


Comments

No comments written yet.

Please login to write comment.