Color Hex Logo

#e4dcae Color Hex

#E4DCAE
(228,220,174)
0 Favorites   0 Comments

Color spaces of #e4dcae

RGB 228220174
HSL0.140.500.79
HSV51°24°89°
CMYK 0.000.040.24   0.11
XYZ65.228170.736450.2600
Yxy70.73640.35030.3798
Hunter Lab84.1049-8.746923.4425
CIE-Lab87.3568-4.472723.6341

#e4dcae color RGB value is (228,220,174).

#e4dcae hex color red value is 228, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e4dcae hue: 0.14 , saturation: 0.50 and the lightness value of e4dcae is 0.79.

The process color (four color CMYK) of #e4dcae color hex is 0.00, 0.04, 0.24, 0.11. Web safe color of #e4dcae is #cccc99. Color #e4dcae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011100 10101110
Octal 344 334 256
Decimal 228 220 174
Hex E4 DC AE

RGB Percentages of Color #e4dcae

%36.66
%35.37
%27.97

CMYK Percentages of Color #e4dcae

%0
%4
%24
%11

Triadic Colors of #e4dcae

#e4dcae #aee4dc #dcaee4

Analogous Colors of #e4dcae

#e4dcae #d1e4ae #e4c1ae

Monochromatic Colors of #e4dcae

#e4dcae

Complementary Color

#e4dcae #aeb6e4

#e4dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dcae Color CSS Codes

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

#e4dcae Text Font Color

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

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


#e4dcae Background Color

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

This div background color is #e4dcae


#e4dcae Border Color

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

This div border color is #e4dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dcae


Comments

No comments written yet.

Please login to write comment.