Color Hex Logo

#eea194 Color Hex

#EEA194
(238,161,148)
0 Favorites   0 Comments

Color spaces of #eea194

RGB 238161148
HSL0.020.730.76
HSV38°93°
CMYK 0.000.320.38   0.07
XYZ53.350145.805034.0464
Yxy45.80500.40050.3439
Hunter Lab67.679422.268517.5495
CIE-Lab73.418827.021818.4223

#eea194 color RGB value is (238,161,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 10010100
Octal 356 241 224
Decimal 238 161 148
Hex EE A1 94

RGB Percentages of Color #eea194

%43.51
%29.43
%27.06

CMYK Percentages of Color #eea194

%0
%32
%38
%7

Triadic Colors of #eea194

#eea194 #94eea1 #a194ee

Analogous Colors of #eea194

#eea194 #eece94 #ee94b4

Monochromatic Colors of #eea194

#eea194

Complementary Color

#eea194 #94e1ee

#eea194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea194 Color CSS Codes

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

#eea194 Text Font Color

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

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


#eea194 Background Color

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

This div background color is #eea194


#eea194 Border Color

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

This div border color is #eea194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea194


Comments

No comments written yet.

Please login to write comment.