Color Hex Logo

#e1dcae Color Hex

#E1DCAE
(225,220,174)
0 Favorites   0 Comments

Color spaces of #e1dcae

RGB 225220174
HSL0.150.460.78
HSV54°23°88°
CMYK 0.000.020.23   0.12
XYZ64.284570.249950.2158
Yxy70.24990.34800.3802
Hunter Lab83.8152-9.770923.1485
CIE-Lab87.1193-5.586023.2699

#e1dcae color RGB value is (225,220,174).

#e1dcae hex color red value is 225, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e1dcae hue: 0.15 , saturation: 0.46 and the lightness value of e1dcae is 0.78.

The process color (four color CMYK) of #e1dcae color hex is 0.00, 0.02, 0.23, 0.12. Web safe color of #e1dcae is #cccc99. Color #e1dcae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011100 10101110
Octal 341 334 256
Decimal 225 220 174
Hex E1 DC AE

RGB Percentages of Color #e1dcae

%36.35
%35.54
%28.11

CMYK Percentages of Color #e1dcae

%0
%2
%23
%12

Triadic Colors of #e1dcae

#e1dcae #aee1dc #dcaee1

Analogous Colors of #e1dcae

#e1dcae #cde1ae #e1c3ae

Monochromatic Colors of #e1dcae

#e1dcae

Complementary Color

#e1dcae #aeb3e1

#e1dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dcae Color CSS Codes

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

#e1dcae Text Font Color

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

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


#e1dcae Background Color

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

This div background color is #e1dcae


#e1dcae Border Color

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

This div border color is #e1dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dcae


Comments

No comments written yet.

Please login to write comment.