Color Hex Logo

#eea894 Color Hex

#EEA894
(238,168,148)
0 Favorites   0 Comments

Color spaces of #eea894

RGB 238168148
HSL0.040.730.76
HSV13°38°93°
CMYK 0.000.290.38   0.07
XYZ54.607848.320534.4656
Yxy48.32050.39750.3517
Hunter Lab69.512918.577919.2622
CIE-Lab75.026623.307520.6395

#eea894 color RGB value is (238,168,148).

#eea894 hex color red value is 238, green value is 168 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #eea894 hue: 0.04 , saturation: 0.73 and the lightness value of eea894 is 0.76.

The process color (four color CMYK) of #eea894 color hex is 0.00, 0.29, 0.38, 0.07. Web safe color of #eea894 is #ff9999. Color #eea894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101000 10010100
Octal 356 250 224
Decimal 238 168 148
Hex EE A8 94

RGB Percentages of Color #eea894

%42.96
%30.32
%26.71

CMYK Percentages of Color #eea894

%0
%29
%38
%7

Triadic Colors of #eea894

#eea894 #94eea8 #a894ee

Analogous Colors of #eea894

#eea894 #eed594 #ee94ad

Monochromatic Colors of #eea894

#eea894

Complementary Color

#eea894 #94daee

#eea894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea894 Color CSS Codes

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

#eea894 Text Font Color

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

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


#eea894 Background Color

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

This div background color is #eea894


#eea894 Border Color

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

This div border color is #eea894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea894


Comments

No comments written yet.

Please login to write comment.