Color Hex Logo

#eab66d Color Hex

#EAB66D
(234,182,109)
0 Favorites   0 Comments

Color spaces of #eab66d

RGB 234182109
HSL0.100.750.67
HSV35°53°92°
CMYK 0.000.220.53   0.08
XYZ53.420052.052421.6996
Yxy52.05240.42010.4093
Hunter Lab72.14735.908732.6706
CIE-Lab77.312210.420244.0603

#eab66d color RGB value is (234,182,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 01101101
Octal 352 266 155
Decimal 234 182 109
Hex EA B6 6D

RGB Percentages of Color #eab66d

%44.57
%34.67
%20.76

CMYK Percentages of Color #eab66d

%0
%22
%53
%8

Triadic Colors of #eab66d

#eab66d #6deab6 #b66dea

Analogous Colors of #eab66d

#eab66d #e0ea6d #ea786d

Monochromatic Colors of #eab66d

#eab66d

Complementary Color

#eab66d #6da1ea

#eab66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab66d Color CSS Codes

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

#eab66d Text Font Color

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

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


#eab66d Background Color

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

This div background color is #eab66d


#eab66d Border Color

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

This div border color is #eab66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab66d


Comments

No comments written yet.

Please login to write comment.