Color Hex Logo

#eadd60 Color Hex

#EADD60
(234,221,96)
0 Favorites   0 Comments

Color spaces of #eadd60

RGB 23422196
HSL0.150.770.65
HSV54°59°92°
CMYK 0.000.060.59   0.08
XYZ61.899570.049921.3249
Yxy70.04990.40380.4570
Hunter Lab83.6958-14.453243.4805
CIE-Lab87.0213-10.660161.4766

#eadd60 color RGB value is (234,221,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 01100000
Octal 352 335 140
Decimal 234 221 96
Hex EA DD 60

RGB Percentages of Color #eadd60

%42.47
%40.11
%17.42

CMYK Percentages of Color #eadd60

%0
%6
%59
%8

Triadic Colors of #eadd60

#eadd60 #60eadd #dd60ea

Analogous Colors of #eadd60

#eadd60 #b2ea60 #ea9860

Monochromatic Colors of #eadd60

#eadd60

Complementary Color

#eadd60 #606dea

#eadd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd60 Color CSS Codes

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

#eadd60 Text Font Color

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

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


#eadd60 Background Color

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

This div background color is #eadd60


#eadd60 Border Color

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

This div border color is #eadd60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd60


Comments

No comments written yet.

Please login to write comment.