Color Hex Logo

#eeab94 Color Hex

#EEAB94
(238,171,148)
0 Favorites   0 Comments

Color spaces of #eeab94

RGB 238171148
HSL0.040.730.76
HSV15°38°93°
CMYK 0.000.280.38   0.07
XYZ55.168149.441134.6524
Yxy49.44110.39610.3550
Hunter Lab70.314416.999620.0007
CIE-Lab75.724921.714421.5977

#eeab94 color RGB value is (238,171,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 10010100
Octal 356 253 224
Decimal 238 171 148
Hex EE AB 94

RGB Percentages of Color #eeab94

%42.73
%30.70
%26.57

CMYK Percentages of Color #eeab94

%0
%28
%38
%7

Triadic Colors of #eeab94

#eeab94 #94eeab #ab94ee

Analogous Colors of #eeab94

#eeab94 #eed894 #ee94aa

Monochromatic Colors of #eeab94

#eeab94

Complementary Color

#eeab94 #94d7ee

#eeab94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeab94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeab94 Color CSS Codes

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

#eeab94 Text Font Color

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

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


#eeab94 Background Color

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

This div background color is #eeab94


#eeab94 Border Color

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

This div border color is #eeab94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeab94


Comments

No comments written yet.

Please login to write comment.