Color Hex Logo

#eac994 Color Hex

#EAC994
(234,201,148)
0 Favorites   0 Comments

Color spaces of #eac994

RGB 234201148
HSL0.100.670.75
HSV37°37°92°
CMYK 0.000.140.37   0.08
XYZ60.163661.403836.6981
Yxy61.40380.38010.3880
Hunter Lab78.3606-0.082527.0855
CIE-Lab82.59534.327630.8074

#eac994 color RGB value is (234,201,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001001 10010100
Octal 352 311 224
Decimal 234 201 148
Hex EA C9 94

RGB Percentages of Color #eac994

%40.14
%34.48
%25.39

CMYK Percentages of Color #eac994

%0
%14
%37
%8

Triadic Colors of #eac994

#eac994 #94eac9 #c994ea

Analogous Colors of #eac994

#eac994 #e0ea94 #ea9e94

Monochromatic Colors of #eac994

#eac994

Complementary Color

#eac994 #94b5ea

#eac994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac994 Color CSS Codes

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

#eac994 Text Font Color

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

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


#eac994 Background Color

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

This div background color is #eac994


#eac994 Border Color

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

This div border color is #eac994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac994


Comments

No comments written yet.

Please login to write comment.