Color Hex Logo

#e8d96e Color Hex

#E8D96E
(232,217,110)
0 Favorites   0 Comments

Color spaces of #e8d96e

RGB 232217110
HSL0.150.730.67
HSV53°53°91°
CMYK 0.000.060.53   0.09
XYZ60.906067.907324.6492
Yxy67.90730.39690.4425
Hunter Lab82.4059-12.281439.9493
CIE-Lab85.9601-8.417053.9006

#e8d96e color RGB value is (232,217,110).

#e8d96e hex color red value is 232, green value is 217 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e8d96e hue: 0.15 , saturation: 0.73 and the lightness value of e8d96e is 0.67.

The process color (four color CMYK) of #e8d96e color hex is 0.00, 0.06, 0.53, 0.09. Web safe color of #e8d96e is #ffcc66. Color #e8d96e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011001 01101110
Octal 350 331 156
Decimal 232 217 110
Hex E8 D9 6E

RGB Percentages of Color #e8d96e

%41.50
%38.82
%19.68

CMYK Percentages of Color #e8d96e

%0
%6
%53
%9

Triadic Colors of #e8d96e

#e8d96e #6ee8d9 #d96ee8

Analogous Colors of #e8d96e

#e8d96e #bae86e #e89c6e

Monochromatic Colors of #e8d96e

#e8d96e

Complementary Color

#e8d96e #6e7de8

#e8d96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8d96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8d96e Color CSS Codes

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

#e8d96e Text Font Color

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

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


#e8d96e Background Color

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

This div background color is #e8d96e


#e8d96e Border Color

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

This div border color is #e8d96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8d96e


Comments

No comments written yet.

Please login to write comment.