Color Hex Logo

#eac6ad Color Hex

#EAC6AD
(234,198,173)
0 Favorites   0 Comments

Color spaces of #eac6ad

RGB 234198173
HSL0.070.590.80
HSV25°26°92°
CMYK 0.000.150.26   0.08
XYZ61.668660.897748.0393
Yxy60.89770.36150.3570
Hunter Lab78.03704.494618.1272
CIE-Lab82.32379.048717.2673

#eac6ad color RGB value is (234,198,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 10101101
Octal 352 306 255
Decimal 234 198 173
Hex EA C6 AD

RGB Percentages of Color #eac6ad

%38.68
%32.73
%28.60

CMYK Percentages of Color #eac6ad

%0
%15
%26
%8

Triadic Colors of #eac6ad

#eac6ad #adeac6 #c6adea

Analogous Colors of #eac6ad

#eac6ad #eae5ad #eaadb3

Monochromatic Colors of #eac6ad

#eac6ad

Complementary Color

#eac6ad #add1ea

#eac6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac6ad Color CSS Codes

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

#eac6ad Text Font Color

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

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


#eac6ad Background Color

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

This div background color is #eac6ad


#eac6ad Border Color

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

This div border color is #eac6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac6ad

#eac6ad Color Palettes


Comments

No comments written yet.

Please login to write comment.