Color Hex Logo

#eeca8d Color Hex

#EECA8D
(238,202,141)
0 Favorites   0 Comments

Color spaces of #eeca8d

RGB 238202141
HSL0.100.740.74
HSV38°41°93°
CMYK 0.000.150.41   0.07
XYZ61.188162.341334.0074
Yxy62.34130.38840.3957
Hunter Lab78.95650.156429.7327
CIE-Lab83.09464.598835.1565

#eeca8d color RGB value is (238,202,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 10001101
Octal 356 312 215
Decimal 238 202 141
Hex EE CA 8D

RGB Percentages of Color #eeca8d

%40.96
%34.77
%24.27

CMYK Percentages of Color #eeca8d

%0
%15
%41
%7

Triadic Colors of #eeca8d

#eeca8d #8deeca #ca8dee

Analogous Colors of #eeca8d

#eeca8d #e2ee8d #ee9a8d

Monochromatic Colors of #eeca8d

#eeca8d

Complementary Color

#eeca8d #8db1ee

#eeca8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeca8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeca8d Color CSS Codes

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

#eeca8d Text Font Color

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

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


#eeca8d Background Color

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

This div background color is #eeca8d


#eeca8d Border Color

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

This div border color is #eeca8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeca8d


Comments

No comments written yet.

Please login to write comment.