Color Hex Logo

#e0cfae Color Hex

#E0CFAE
(224,207,174)
0 Favorites   0 Comments

Color spaces of #e0cfae

RGB 224207174
HSL0.110.450.78
HSV40°22°88°
CMYK 0.000.080.22   0.12
XYZ60.693363.528949.1078
Yxy63.52890.35020.3665
Hunter Lab79.7050-3.560719.2638
CIE-Lab83.71990.736618.5539

#e0cfae color RGB value is (224,207,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001111 10101110
Octal 340 317 256
Decimal 224 207 174
Hex E0 CF AE

RGB Percentages of Color #e0cfae

%37.02
%34.21
%28.76

CMYK Percentages of Color #e0cfae

%0
%8
%22
%12

Triadic Colors of #e0cfae

#e0cfae #aee0cf #cfaee0

Analogous Colors of #e0cfae

#e0cfae #d8e0ae #e0b6ae

Monochromatic Colors of #e0cfae

#e0cfae

Complementary Color

#e0cfae #aebfe0

#e0cfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cfae Color CSS Codes

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

#e0cfae Text Font Color

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

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


#e0cfae Background Color

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

This div background color is #e0cfae


#e0cfae Border Color

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

This div border color is #e0cfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cfae


Comments

No comments written yet.

Please login to write comment.