Color Hex Logo

#eeca8a Color Hex

#EECA8A
(238,202,138)
0 Favorites   0 Comments

Color spaces of #eeca8a

RGB 238202138
HSL0.110.750.74
HSV38°42°93°
CMYK 0.000.150.42   0.07
XYZ60.967962.253232.8475
Yxy62.25320.39060.3989
Hunter Lab78.9007-0.146330.5472
CIE-Lab83.04794.281636.6366

#eeca8a color RGB value is (238,202,138).

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

The process color (four color CMYK) of #eeca8a color hex is 0.00, 0.15, 0.42, 0.07. Web safe color of #eeca8a is #ffcc99. Color #eeca8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 10001010
Octal 356 312 212
Decimal 238 202 138
Hex EE CA 8A

RGB Percentages of Color #eeca8a

%41.18
%34.95
%23.88

CMYK Percentages of Color #eeca8a

%0
%15
%42
%7

Triadic Colors of #eeca8a

#eeca8a #8aeeca #ca8aee

Analogous Colors of #eeca8a

#eeca8a #e0ee8a #ee988a

Monochromatic Colors of #eeca8a

#eeca8a

Complementary Color

#eeca8a #8aaeee

#eeca8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeca8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeca8a Color CSS Codes

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

#eeca8a Text Font Color

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

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


#eeca8a Background Color

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

This div background color is #eeca8a


#eeca8a Border Color

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

This div border color is #eeca8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeca8a


Comments

No comments written yet.

Please login to write comment.