Color Hex Logo

#eacc82 Color Hex

#EACC82
(234,204,130)
0 Favorites   0 Comments

Color spaces of #eacc82

RGB 234204130
HSL0.120.710.71
HSV43°44°92°
CMYK 0.000.130.44   0.08
XYZ59.553862.289930.0034
Yxy62.28990.39220.4102
Hunter Lab78.9240-3.425832.7073
CIE-Lab83.06730.837740.6590

#eacc82 color RGB value is (234,204,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 10000010
Octal 352 314 202
Decimal 234 204 130
Hex EA CC 82

RGB Percentages of Color #eacc82

%41.20
%35.92
%22.89

CMYK Percentages of Color #eacc82

%0
%13
%44
%8

Triadic Colors of #eacc82

#eacc82 #82eacc #cc82ea

Analogous Colors of #eacc82

#eacc82 #d4ea82 #ea9882

Monochromatic Colors of #eacc82

#eacc82

Complementary Color

#eacc82 #82a0ea

#eacc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacc82 Color CSS Codes

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

#eacc82 Text Font Color

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

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


#eacc82 Background Color

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

This div background color is #eacc82


#eacc82 Border Color

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

This div border color is #eacc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacc82


Comments

No comments written yet.

Please login to write comment.