Color Hex Logo

#eab994 Color Hex

#EAB994
(234,185,148)
0 Favorites   0 Comments

Color spaces of #eab994

RGB 234185148
HSL0.070.670.75
HSV26°37°92°
CMYK 0.000.210.37   0.08
XYZ56.625954.328535.5189
Yxy54.32850.38660.3709
Hunter Lab73.70798.143423.0244
CIE-Lab78.652912.735725.5171

#eab994 color RGB value is (234,185,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 10010100
Octal 352 271 224
Decimal 234 185 148
Hex EA B9 94

RGB Percentages of Color #eab994

%41.27
%32.63
%26.10

CMYK Percentages of Color #eab994

%0
%21
%37
%8

Triadic Colors of #eab994

#eab994 #94eab9 #b994ea

Analogous Colors of #eab994

#eab994 #eae494 #ea949a

Monochromatic Colors of #eab994

#eab994

Complementary Color

#eab994 #94c5ea

#eab994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab994 Color CSS Codes

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

#eab994 Text Font Color

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

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


#eab994 Background Color

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

This div background color is #eab994


#eab994 Border Color

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

This div border color is #eab994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab994


Comments

No comments written yet.

Please login to write comment.