Color Hex Logo

#eeba8f Color Hex

#EEBA8F
(238,186,143)
0 Favorites   0 Comments

Color spaces of #eeba8f

RGB 238186143
HSL0.080.740.75
HSV27°40°93°
CMYK 0.000.220.40   0.07
XYZ57.776755.278133.6112
Yxy55.27810.39390.3769
Hunter Lab74.34928.600925.2411
CIE-Lab79.201213.203428.9728

#eeba8f color RGB value is (238,186,143).

#eeba8f hex color red value is 238, green value is 186 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #eeba8f hue: 0.08 , saturation: 0.74 and the lightness value of eeba8f is 0.75.

The process color (four color CMYK) of #eeba8f color hex is 0.00, 0.22, 0.40, 0.07. Web safe color of #eeba8f is #ffcc99. Color #eeba8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 10001111
Octal 356 272 217
Decimal 238 186 143
Hex EE BA 8F

RGB Percentages of Color #eeba8f

%41.98
%32.80
%25.22

CMYK Percentages of Color #eeba8f

%0
%22
%40
%7

Triadic Colors of #eeba8f

#eeba8f #8feeba #ba8fee

Analogous Colors of #eeba8f

#eeba8f #eeea8f #ee8f94

Monochromatic Colors of #eeba8f

#eeba8f

Complementary Color

#eeba8f #8fc3ee

#eeba8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeba8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeba8f Color CSS Codes

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

#eeba8f Text Font Color

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

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


#eeba8f Background Color

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

This div background color is #eeba8f


#eeba8f Border Color

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

This div border color is #eeba8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,186,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eeba8f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeba8f


Comments

No comments written yet.

Please login to write comment.