Color Hex Logo

#e1c49d Color Hex

#E1C49D
(225,196,157)
0 Favorites   0 Comments

Color spaces of #e1c49d

RGB 225196157
HSL0.100.530.75
HSV34°30°88°
CMYK 0.000.130.30   0.12
XYZ56.877157.921740.0806
Yxy57.92170.36720.3740
Hunter Lab76.10630.213722.0499
CIE-Lab80.69524.553723.3801

#e1c49d color RGB value is (225,196,157).

#e1c49d hex color red value is 225, green value is 196 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #e1c49d hue: 0.10 , saturation: 0.53 and the lightness value of e1c49d is 0.75.

The process color (four color CMYK) of #e1c49d color hex is 0.00, 0.13, 0.30, 0.12. Web safe color of #e1c49d is #cccc99. Color #e1c49d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11000100 10011101
Octal 341 304 235
Decimal 225 196 157
Hex E1 C4 9D

RGB Percentages of Color #e1c49d

%38.93
%33.91
%27.16

CMYK Percentages of Color #e1c49d

%0
%13
%30
%12

Triadic Colors of #e1c49d

#e1c49d #9de1c4 #c49de1

Analogous Colors of #e1c49d

#e1c49d #dce19d #e1a29d

Monochromatic Colors of #e1c49d

#e1c49d

Complementary Color

#e1c49d #9dbae1

#e1c49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1c49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1c49d Color CSS Codes

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

#e1c49d Text Font Color

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

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


#e1c49d Background Color

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

This div background color is #e1c49d


#e1c49d Border Color

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

This div border color is #e1c49d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,196,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1c49d


Comments

No comments written yet.

Please login to write comment.