Color Hex Logo

#e8dd6c Color Hex

#E8DD6C
(232,221,108)
0 Favorites   0 Comments

Color spaces of #e8dd6c

RGB 232221108
HSL0.150.730.67
HSV55°53°91°
CMYK 0.000.050.53   0.09
XYZ61.841969.951424.4299
Yxy69.95140.39590.4478
Hunter Lab83.6370-14.380241.2276
CIE-Lab86.9730-10.586456.0096

#e8dd6c color RGB value is (232,221,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011101 01101100
Octal 350 335 154
Decimal 232 221 108
Hex E8 DD 6C

RGB Percentages of Color #e8dd6c

%41.35
%39.39
%19.25

CMYK Percentages of Color #e8dd6c

%0
%5
%53
%9

Triadic Colors of #e8dd6c

#e8dd6c #6ce8dd #dd6ce8

Analogous Colors of #e8dd6c

#e8dd6c #b5e86c #e89f6c

Monochromatic Colors of #e8dd6c

#e8dd6c

Complementary Color

#e8dd6c #6c77e8

#e8dd6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dd6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dd6c Color CSS Codes

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

#e8dd6c Text Font Color

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

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


#e8dd6c Background Color

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

This div background color is #e8dd6c


#e8dd6c Border Color

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

This div border color is #e8dd6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dd6c


Comments

No comments written yet.

Please login to write comment.