Color Hex Logo

#eac694 Color Hex

#EAC694
(234,198,148)
0 Favorites   0 Comments

Color spaces of #eac694

RGB 234198148
HSL0.100.670.75
HSV35°37°92°
CMYK 0.000.150.37   0.08
XYZ59.471160.018736.4673
Yxy60.01870.38130.3848
Hunter Lab77.47171.449826.3214
CIE-Lab81.84845.893829.8119

#eac694 color RGB value is (234,198,148).

#eac694 hex color red value is 234, green value is 198 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #eac694 hue: 0.10 , saturation: 0.67 and the lightness value of eac694 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 10010100
Octal 352 306 224
Decimal 234 198 148
Hex EA C6 94

RGB Percentages of Color #eac694

%40.34
%34.14
%25.52

CMYK Percentages of Color #eac694

%0
%15
%37
%8

Triadic Colors of #eac694

#eac694 #94eac6 #c694ea

Analogous Colors of #eac694

#eac694 #e3ea94 #ea9b94

Monochromatic Colors of #eac694

#eac694

Complementary Color

#eac694 #94b8ea

#eac694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac694 Color CSS Codes

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

#eac694 Text Font Color

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

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


#eac694 Background Color

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

This div background color is #eac694


#eac694 Border Color

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

This div border color is #eac694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac694


Comments

No comments written yet.

Please login to write comment.