Color Hex Logo

#e1cdae Color Hex

#E1CDAE
(225,205,174)
0 Favorites   0 Comments

Color spaces of #e1cdae

RGB 225205174
HSL0.100.460.78
HSV36°23°88°
CMYK 0.000.090.23   0.12
XYZ60.522662.726248.9619
Yxy62.72620.35140.3642
Hunter Lab79.1999-2.194518.7864
CIE-Lab83.29812.150617.9787

#e1cdae color RGB value is (225,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001101 10101110
Octal 341 315 256
Decimal 225 205 174
Hex E1 CD AE

RGB Percentages of Color #e1cdae

%37.25
%33.94
%28.81

CMYK Percentages of Color #e1cdae

%0
%9
%23
%12

Triadic Colors of #e1cdae

#e1cdae #aee1cd #cdaee1

Analogous Colors of #e1cdae

#e1cdae #dce1ae #e1b4ae

Monochromatic Colors of #e1cdae

#e1cdae

Complementary Color

#e1cdae #aec2e1

#e1cdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cdae Color CSS Codes

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

#e1cdae Text Font Color

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

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


#e1cdae Background Color

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

This div background color is #e1cdae


#e1cdae Border Color

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

This div border color is #e1cdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cdae

#e1cdae Color Palettes


Comments

No comments written yet.

Please login to write comment.