Color Hex Logo

#eac79d Color Hex

#EAC79D
(234,199,157)
0 Favorites   0 Comments

Color spaces of #eac79d

RGB 234199157
HSL0.090.650.77
HSV33°33°92°
CMYK 0.000.150.33   0.08
XYZ60.440960.773640.4432
Yxy60.77360.37390.3759
Hunter Lab77.95741.966723.8114
CIE-Lab82.25696.445025.6417

#eac79d color RGB value is (234,199,157).

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

The process color (four color CMYK) of #eac79d color hex is 0.00, 0.15, 0.33, 0.08. Web safe color of #eac79d is #ffcc99. Color #eac79d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000111 10011101
Octal 352 307 235
Decimal 234 199 157
Hex EA C7 9D

RGB Percentages of Color #eac79d

%39.66
%33.73
%26.61

CMYK Percentages of Color #eac79d

%0
%15
%33
%8

Triadic Colors of #eac79d

#eac79d #9deac7 #c79dea

Analogous Colors of #eac79d

#eac79d #e7ea9d #eaa19d

Monochromatic Colors of #eac79d

#eac79d

Complementary Color

#eac79d #9dc0ea

#eac79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac79d Color CSS Codes

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

#eac79d Text Font Color

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

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


#eac79d Background Color

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

This div background color is #eac79d


#eac79d Border Color

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

This div border color is #eac79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac79d


Comments

No comments written yet.

Please login to write comment.