Color Hex Logo

#e8cdae Color Hex

#E8CDAE
(232,205,174)
0 Favorites   0 Comments

Color spaces of #e8cdae

RGB 232205174
HSL0.090.560.80
HSV32°25°91°
CMYK 0.000.120.25   0.09
XYZ62.750063.874449.0661
Yxy63.87440.35720.3636
Hunter Lab79.92150.286019.5452
CIE-Lab83.90034.768418.9084

#e8cdae color RGB value is (232,205,174).

#e8cdae hex color red value is 232, green value is 205 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e8cdae hue: 0.09 , saturation: 0.56 and the lightness value of e8cdae is 0.80.

The process color (four color CMYK) of #e8cdae color hex is 0.00, 0.12, 0.25, 0.09. Web safe color of #e8cdae is #ffcc99. Color #e8cdae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001101 10101110
Octal 350 315 256
Decimal 232 205 174
Hex E8 CD AE

RGB Percentages of Color #e8cdae

%37.97
%33.55
%28.48

CMYK Percentages of Color #e8cdae

%0
%12
%25
%9

Triadic Colors of #e8cdae

#e8cdae #aee8cd #cdaee8

Analogous Colors of #e8cdae

#e8cdae #e6e8ae #e8b0ae

Monochromatic Colors of #e8cdae

#e8cdae

Complementary Color

#e8cdae #aec9e8

#e8cdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cdae Color CSS Codes

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

#e8cdae Text Font Color

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

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


#e8cdae Background Color

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

This div background color is #e8cdae


#e8cdae Border Color

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

This div border color is #e8cdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cdae


Comments

No comments written yet.

Please login to write comment.