Color Hex Logo

#e8d46f Color Hex

#E8D46F
(232,212,111)
0 Favorites   0 Comments

Color spaces of #e8d46f

RGB 232212111
HSL0.140.720.67
HSV50°52°91°
CMYK 0.000.090.52   0.09
XYZ59.691465.390524.5145
Yxy65.39050.39900.4371
Hunter Lab80.8644-9.749938.6310
CIE-Lab84.6846-5.803851.9238

#e8d46f color RGB value is (232,212,111).

#e8d46f hex color red value is 232, green value is 212 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e8d46f hue: 0.14 , saturation: 0.72 and the lightness value of e8d46f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11010100 01101111
Octal 350 324 157
Decimal 232 212 111
Hex E8 D4 6F

RGB Percentages of Color #e8d46f

%41.80
%38.20
%20.00

CMYK Percentages of Color #e8d46f

%0
%9
%52
%9

Triadic Colors of #e8d46f

#e8d46f #6fe8d4 #d46fe8

Analogous Colors of #e8d46f

#e8d46f #c0e86f #e8986f

Monochromatic Colors of #e8d46f

#e8d46f

Complementary Color

#e8d46f #6f83e8

#e8d46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8d46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8d46f Color CSS Codes

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

#e8d46f Text Font Color

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

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


#e8d46f Background Color

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

This div background color is #e8d46f


#e8d46f Border Color

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

This div border color is #e8d46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8d46f


Comments

No comments written yet.

Please login to write comment.