Color Hex Logo

#eadd6d Color Hex

#EADD6D
(234,221,109)
0 Favorites   0 Comments

Color spaces of #eadd6d

RGB 234221109
HSL0.150.750.67
HSV54°53°92°
CMYK 0.000.060.53   0.08
XYZ62.548570.309524.7424
Yxy70.30950.39690.4461
Hunter Lab83.8508-13.586741.2004
CIE-Lab87.1484-9.698655.7960

#eadd6d color RGB value is (234,221,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 01101101
Octal 352 335 155
Decimal 234 221 109
Hex EA DD 6D

RGB Percentages of Color #eadd6d

%41.49
%39.18
%19.33

CMYK Percentages of Color #eadd6d

%0
%6
%53
%8

Triadic Colors of #eadd6d

#eadd6d #6deadd #dd6dea

Analogous Colors of #eadd6d

#eadd6d #b9ea6d #ea9f6d

Monochromatic Colors of #eadd6d

#eadd6d

Complementary Color

#eadd6d #6d7aea

#eadd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd6d Color CSS Codes

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

#eadd6d Text Font Color

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

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


#eadd6d Background Color

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

This div background color is #eadd6d


#eadd6d Border Color

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

This div border color is #eadd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd6d


Comments

No comments written yet.

Please login to write comment.