Color Hex Logo

#e0ceae Color Hex

#E0CEAE
(224,206,174)
0 Favorites   0 Comments

Color spaces of #e0ceae

RGB 224206174
HSL0.110.450.78
HSV38°22°88°
CMYK 0.000.080.22   0.12
XYZ60.451863.045949.0273
Yxy63.04590.35040.3654
Hunter Lab79.4014-3.052718.9717
CIE-Lab83.46651.256918.2009

#e0ceae color RGB value is (224,206,174).

#e0ceae hex color red value is 224, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e0ceae hue: 0.11 , saturation: 0.45 and the lightness value of e0ceae is 0.78.

The process color (four color CMYK) of #e0ceae color hex is 0.00, 0.08, 0.22, 0.12. Web safe color of #e0ceae is #cccc99. Color #e0ceae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001110 10101110
Octal 340 316 256
Decimal 224 206 174
Hex E0 CE AE

RGB Percentages of Color #e0ceae

%37.09
%34.11
%28.81

CMYK Percentages of Color #e0ceae

%0
%8
%22
%12

Triadic Colors of #e0ceae

#e0ceae #aee0ce #ceaee0

Analogous Colors of #e0ceae

#e0ceae #d9e0ae #e0b5ae

Monochromatic Colors of #e0ceae

#e0ceae

Complementary Color

#e0ceae #aec0e0

#e0ceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ceae Color CSS Codes

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

#e0ceae Text Font Color

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

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


#e0ceae Background Color

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

This div background color is #e0ceae


#e0ceae Border Color

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

This div border color is #e0ceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ceae


Comments

No comments written yet.

Please login to write comment.