Color Hex Logo

#eac29d Color Hex

#EAC29D
(234,194,157)
0 Favorites   0 Comments

Color spaces of #eac29d

RGB 234194157
HSL0.080.650.77
HSV29°33°92°
CMYK 0.000.170.33   0.08
XYZ59.309358.510340.0660
Yxy58.51030.37560.3706
Hunter Lab76.49204.541722.4887
CIE-Lab81.02179.068923.9603

#eac29d color RGB value is (234,194,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 10011101
Octal 352 302 235
Decimal 234 194 157
Hex EA C2 9D

RGB Percentages of Color #eac29d

%40.00
%33.16
%26.84

CMYK Percentages of Color #eac29d

%0
%17
%33
%8

Triadic Colors of #eac29d

#eac29d #9deac2 #c29dea

Analogous Colors of #eac29d

#eac29d #eae99d #ea9d9f

Monochromatic Colors of #eac29d

#eac29d

Complementary Color

#eac29d #9dc5ea

#eac29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac29d Color CSS Codes

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

#eac29d Text Font Color

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

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


#eac29d Background Color

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

This div background color is #eac29d


#eac29d Border Color

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

This div border color is #eac29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac29d


Comments

No comments written yet.

Please login to write comment.