Color Hex Logo

#eacd79 Color Hex

#EACD79
(234,205,121)
0 Favorites   0 Comments

Color spaces of #eacd79

RGB 234205121
HSL0.120.730.70
HSV45°48°92°
CMYK 0.000.120.48   0.08
XYZ59.214262.535527.0388
Yxy62.53550.39800.4203
Hunter Lab79.0794-4.729135.0832
CIE-Lab83.1974-0.537645.3192

#eacd79 color RGB value is (234,205,121).

#eacd79 hex color red value is 234, green value is 205 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #eacd79 hue: 0.12 , saturation: 0.73 and the lightness value of eacd79 is 0.70.

The process color (four color CMYK) of #eacd79 color hex is 0.00, 0.12, 0.48, 0.08. Web safe color of #eacd79 is #ffcc66. Color #eacd79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001101 01111001
Octal 352 315 171
Decimal 234 205 121
Hex EA CD 79

RGB Percentages of Color #eacd79

%41.79
%36.61
%21.61

CMYK Percentages of Color #eacd79

%0
%12
%48
%8

Triadic Colors of #eacd79

#eacd79 #79eacd #cd79ea

Analogous Colors of #eacd79

#eacd79 #cfea79 #ea9579

Monochromatic Colors of #eacd79

#eacd79

Complementary Color

#eacd79 #7996ea

#eacd79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacd79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacd79 Color CSS Codes

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

#eacd79 Text Font Color

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

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


#eacd79 Background Color

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

This div background color is #eacd79


#eacd79 Border Color

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

This div border color is #eacd79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacd79


Comments

No comments written yet.

Please login to write comment.