Color Hex Logo

#e1d0a0 Color Hex

#E1D0A0
(225,208,160)
0 Favorites   0 Comments

Color spaces of #e1d0a0

RGB 225208160
HSL0.120.520.75
HSV44°29°88°
CMYK 0.000.080.29   0.12
XYZ59.952463.657442.3850
Yxy63.65740.36120.3835
Hunter Lab79.7856-5.496524.3529
CIE-Lab83.7871-1.312126.0149

#e1d0a0 color RGB value is (225,208,160).

#e1d0a0 hex color red value is 225, green value is 208 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #e1d0a0 hue: 0.12 , saturation: 0.52 and the lightness value of e1d0a0 is 0.75.

The process color (four color CMYK) of #e1d0a0 color hex is 0.00, 0.08, 0.29, 0.12. Web safe color of #e1d0a0 is #cccc99. Color #e1d0a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11010000 10100000
Octal 341 320 240
Decimal 225 208 160
Hex E1 D0 A0

RGB Percentages of Color #e1d0a0

%37.94
%35.08
%26.98

CMYK Percentages of Color #e1d0a0

%0
%8
%29
%12

Triadic Colors of #e1d0a0

#e1d0a0 #a0e1d0 #d0a0e1

Analogous Colors of #e1d0a0

#e1d0a0 #d2e1a0 #e1b0a0

Monochromatic Colors of #e1d0a0

#e1d0a0

Complementary Color

#e1d0a0 #a0b1e1

#e1d0a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1d0a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1d0a0 Color CSS Codes

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

#e1d0a0 Text Font Color

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

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


#e1d0a0 Background Color

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

This div background color is #e1d0a0


#e1d0a0 Border Color

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

This div border color is #e1d0a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1d0a0


Comments

No comments written yet.

Please login to write comment.