Color Hex Logo

#eadd82 Color Hex

#EADD82
(234,221,130)
0 Favorites   0 Comments

Color spaces of #eadd82

RGB 234221130
HSL0.150.710.71
HSV53°44°92°
CMYK 0.000.060.44   0.08
XYZ63.817470.817031.4246
Yxy70.81700.38430.4265
Hunter Lab84.1528-11.901836.7667
CIE-Lab87.3960-7.844546.0989

#eadd82 color RGB value is (234,221,130).

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

The process color (four color CMYK) of #eadd82 color hex is 0.00, 0.06, 0.44, 0.08. Web safe color of #eadd82 is #ffcc99. Color #eadd82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 10000010
Octal 352 335 202
Decimal 234 221 130
Hex EA DD 82

RGB Percentages of Color #eadd82

%40.00
%37.78
%22.22

CMYK Percentages of Color #eadd82

%0
%6
%44
%8

Triadic Colors of #eadd82

#eadd82 #82eadd #dd82ea

Analogous Colors of #eadd82

#eadd82 #c3ea82 #eaa982

Monochromatic Colors of #eadd82

#eadd82

Complementary Color

#eadd82 #828fea

#eadd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd82 Color CSS Codes

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

#eadd82 Text Font Color

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

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


#eadd82 Background Color

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

This div background color is #eadd82


#eadd82 Border Color

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

This div border color is #eadd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd82


Comments

No comments written yet.

Please login to write comment.