Color Hex Logo

#eac3ad Color Hex

#EAC3AD
(234,195,173)
0 Favorites   0 Comments

Color spaces of #eac3ad

RGB 234195173
HSL0.060.590.80
HSV22°26°92°
CMYK 0.000.170.26   0.08
XYZ60.989659.539847.8130
Yxy59.53980.36230.3537
Hunter Lab77.16206.054517.2747
CIE-Lab81.587410.627916.2372

#eac3ad color RGB value is (234,195,173).

#eac3ad hex color red value is 234, green value is 195 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eac3ad hue: 0.06 , saturation: 0.59 and the lightness value of eac3ad is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 10101101
Octal 352 303 255
Decimal 234 195 173
Hex EA C3 AD

RGB Percentages of Color #eac3ad

%38.87
%32.39
%28.74

CMYK Percentages of Color #eac3ad

%0
%17
%26
%8

Triadic Colors of #eac3ad

#eac3ad #adeac3 #c3adea

Analogous Colors of #eac3ad

#eac3ad #eae2ad #eaadb6

Monochromatic Colors of #eac3ad

#eac3ad

Complementary Color

#eac3ad #add4ea

#eac3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac3ad Color CSS Codes

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

#eac3ad Text Font Color

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

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


#eac3ad Background Color

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

This div background color is #eac3ad


#eac3ad Border Color

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

This div border color is #eac3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac3ad


Comments

No comments written yet.

Please login to write comment.