Color Hex Logo

#e8de7d Color Hex

#E8DE7D
(232,222,125)
1 Favorites   0 Comments

Color spaces of #e8de7d

RGB 232222125
HSL0.150.700.70
HSV54°46°91°
CMYK 0.000.040.46   0.09
XYZ63.101770.879029.7572
Yxy70.87900.38540.4329
Hunter Lab84.1897-13.542937.9765
CIE-Lab87.4262-9.617448.5312

#e8de7d color RGB value is (232,222,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011110 01111101
Octal 350 336 175
Decimal 232 222 125
Hex E8 DE 7D

RGB Percentages of Color #e8de7d

%40.07
%38.34
%21.59

CMYK Percentages of Color #e8de7d

%0
%4
%46
%9

Triadic Colors of #e8de7d

#e8de7d #7de8de #de7de8

Analogous Colors of #e8de7d

#e8de7d #bde87d #e8a97d

Monochromatic Colors of #e8de7d

#e8de7d

Complementary Color

#e8de7d #7d87e8

#e8de7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8de7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8de7d Color CSS Codes

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

#e8de7d Text Font Color

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

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


#e8de7d Background Color

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

This div background color is #e8de7d


#e8de7d Border Color

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

This div border color is #e8de7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8de7d


Comments

No comments written yet.

Please login to write comment.