Color Hex Logo

#e7cdae Color Hex

#E7CDAE
(231,205,174)
0 Favorites   0 Comments

Color spaces of #e7cdae

RGB 231205174
HSL0.090.540.79
HSV33°25°91°
CMYK 0.000.110.25   0.09
XYZ62.426363.707649.0510
Yxy63.70760.35630.3637
Hunter Lab79.8170-0.071919.4357
CIE-Lab83.81334.393618.7741

#e7cdae color RGB value is (231,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001101 10101110
Octal 347 315 256
Decimal 231 205 174
Hex E7 CD AE

RGB Percentages of Color #e7cdae

%37.87
%33.61
%28.52

CMYK Percentages of Color #e7cdae

%0
%11
%25
%9

Triadic Colors of #e7cdae

#e7cdae #aee7cd #cdaee7

Analogous Colors of #e7cdae

#e7cdae #e5e7ae #e7b1ae

Monochromatic Colors of #e7cdae

#e7cdae

Complementary Color

#e7cdae #aec8e7

#e7cdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cdae Color CSS Codes

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

#e7cdae Text Font Color

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

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


#e7cdae Background Color

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

This div background color is #e7cdae


#e7cdae Border Color

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

This div border color is #e7cdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cdae

#e7cdae Color Palettes


Comments

No comments written yet.

Please login to write comment.