Color Hex Logo

#e0caae Color Hex

#E0CAAE
(224,202,174)
0 Favorites   0 Comments

Color spaces of #e0caae

RGB 224202174
HSL0.090.450.78
HSV34°22°88°
CMYK 0.000.100.22   0.12
XYZ59.501061.144348.7104
Yxy61.14430.35130.3610
Hunter Lab78.1948-1.014417.8025
CIE-Lab82.45633.345216.7901

#e0caae color RGB value is (224,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001010 10101110
Octal 340 312 256
Decimal 224 202 174
Hex E0 CA AE

RGB Percentages of Color #e0caae

%37.33
%33.67
%29.00

CMYK Percentages of Color #e0caae

%0
%10
%22
%12

Triadic Colors of #e0caae

#e0caae #aee0ca #caaee0

Analogous Colors of #e0caae

#e0caae #dde0ae #e0b1ae

Monochromatic Colors of #e0caae

#e0caae

Complementary Color

#e0caae #aec4e0

#e0caae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0caae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0caae Color CSS Codes

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

#e0caae Text Font Color

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

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


#e0caae Background Color

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

This div background color is #e0caae


#e0caae Border Color

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

This div border color is #e0caae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0caae


Comments

No comments written yet.

Please login to write comment.