Color Hex Logo

#e8d47d Color Hex

#E8D47D
(232,212,125)
0 Favorites   0 Comments

Color spaces of #e8d47d

RGB 232212125
HSL0.140.700.70
HSV49°46°91°
CMYK 0.000.090.46   0.09
XYZ60.523965.723428.8980
Yxy65.72340.39010.4236
Hunter Lab81.0700-8.610835.6146
CIE-Lab84.8551-4.557645.3597

#e8d47d color RGB value is (232,212,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11010100 01111101
Octal 350 324 175
Decimal 232 212 125
Hex E8 D4 7D

RGB Percentages of Color #e8d47d

%40.77
%37.26
%21.97

CMYK Percentages of Color #e8d47d

%0
%9
%46
%9

Triadic Colors of #e8d47d

#e8d47d #7de8d4 #d47de8

Analogous Colors of #e8d47d

#e8d47d #c7e87d #e89f7d

Monochromatic Colors of #e8d47d

#e8d47d

Complementary Color

#e8d47d #7d91e8

#e8d47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8d47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8d47d Color CSS Codes

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

#e8d47d Text Font Color

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

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


#e8d47d Background Color

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

This div background color is #e8d47d


#e8d47d Border Color

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

This div border color is #e8d47d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,212,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8d47d


Comments

No comments written yet.

Please login to write comment.