Color Hex Logo

#eac48d Color Hex

#EAC48D
(234,196,141)
0 Favorites   0 Comments

Color spaces of #eac48d

RGB 234196141
HSL0.100.690.74
HSV35°40°92°
CMYK 0.000.160.40   0.08
XYZ58.479358.895433.4851
Yxy58.89540.38760.3904
Hunter Lab76.74331.718227.8506
CIE-Lab81.23416.151032.6470

#eac48d color RGB value is (234,196,141).

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

The process color (four color CMYK) of #eac48d color hex is 0.00, 0.16, 0.40, 0.08. Web safe color of #eac48d is #ffcc99. Color #eac48d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000100 10001101
Octal 352 304 215
Decimal 234 196 141
Hex EA C4 8D

RGB Percentages of Color #eac48d

%40.98
%34.33
%24.69

CMYK Percentages of Color #eac48d

%0
%16
%40
%8

Triadic Colors of #eac48d

#eac48d #8deac4 #c48dea

Analogous Colors of #eac48d

#eac48d #e2ea8d #ea968d

Monochromatic Colors of #eac48d

#eac48d

Complementary Color

#eac48d #8db3ea

#eac48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac48d Color CSS Codes

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

#eac48d Text Font Color

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

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


#eac48d Background Color

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

This div background color is #eac48d


#eac48d Border Color

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

This div border color is #eac48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac48d


Comments

No comments written yet.

Please login to write comment.