Color Hex Logo

#e3d66e Color Hex

#E3D66E
(227,214,110)
0 Favorites   0 Comments

Color spaces of #e3d66e

RGB 227214110
HSL0.150.680.66
HSV53°52°89°
CMYK 0.000.060.52   0.11
XYZ58.539665.549824.3189
Yxy65.54980.39440.4417
Hunter Lab80.9628-12.621838.8650
CIE-Lab84.7663-8.927952.3892

#e3d66e color RGB value is (227,214,110).

#e3d66e hex color red value is 227, green value is 214 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e3d66e hue: 0.15 , saturation: 0.68 and the lightness value of e3d66e is 0.66.

The process color (four color CMYK) of #e3d66e color hex is 0.00, 0.06, 0.52, 0.11. Web safe color of #e3d66e is #cccc66. Color #e3d66e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11010110 01101110
Octal 343 326 156
Decimal 227 214 110
Hex E3 D6 6E

RGB Percentages of Color #e3d66e

%41.20
%38.84
%19.96

CMYK Percentages of Color #e3d66e

%0
%6
%52
%11

Triadic Colors of #e3d66e

#e3d66e #6ee3d6 #d66ee3

Analogous Colors of #e3d66e

#e3d66e #b6e36e #e39c6e

Monochromatic Colors of #e3d66e

#e3d66e

Complementary Color

#e3d66e #6e7be3

#e3d66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3d66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3d66e Color CSS Codes

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

#e3d66e Text Font Color

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

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


#e3d66e Background Color

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

This div background color is #e3d66e


#e3d66e Border Color

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

This div border color is #e3d66e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,214,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3d66e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3d66e;
  -webkit-box-shadow: 1px 1px 3px 2px #e3d66e;
  box-shadow:         1px 1px 3px 2px #e3d66e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,214,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3d66e


Comments

No comments written yet.

Please login to write comment.