Color Hex Logo

#eac5ae Color Hex

#EAC5AE
(234,197,174)
0 Favorites   0 Comments

Color spaces of #eac5ae

RGB 234197174
HSL0.060.590.80
HSV23°26°92°
CMYK 0.000.160.26   0.08
XYZ61.537960.480948.4750
Yxy60.48090.36090.3547
Hunter Lab77.76955.148017.4822
CIE-Lab82.09899.711716.4207

#eac5ae color RGB value is (234,197,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 10101110
Octal 352 305 256
Decimal 234 197 174
Hex EA C5 AE

RGB Percentages of Color #eac5ae

%38.68
%32.56
%28.76

CMYK Percentages of Color #eac5ae

%0
%16
%26
%8

Triadic Colors of #eac5ae

#eac5ae #aeeac5 #c5aeea

Analogous Colors of #eac5ae

#eac5ae #eae3ae #eaaeb5

Monochromatic Colors of #eac5ae

#eac5ae

Complementary Color

#eac5ae #aed3ea

#eac5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac5ae Color CSS Codes

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

#eac5ae Text Font Color

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

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


#eac5ae Background Color

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

This div background color is #eac5ae


#eac5ae Border Color

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

This div border color is #eac5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac5ae


Comments

No comments written yet.

Please login to write comment.