Color Hex Logo

#e3acae Color Hex

#E3ACAE
(227,172,174)
0 Favorites   0 Comments

Color spaces of #e3acae

RGB 227172174
HSL0.990.500.78
HSV358°24°89°
CMYK 0.000.240.23   0.11
XYZ54.071148.891946.6316
Yxy48.89190.36150.3268
Hunter Lab69.922715.66889.4053
CIE-Lab75.384020.40086.8042

#e3acae color RGB value is (227,172,174).

#e3acae hex color red value is 227, green value is 172 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e3acae hue: 0.99 , saturation: 0.50 and the lightness value of e3acae is 0.78.

The process color (four color CMYK) of #e3acae color hex is 0.00, 0.24, 0.23, 0.11. Web safe color of #e3acae is #cc9999. Color #e3acae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101100 10101110
Octal 343 254 256
Decimal 227 172 174
Hex E3 AC AE

RGB Percentages of Color #e3acae

%39.62
%30.02
%30.37

CMYK Percentages of Color #e3acae

%0
%24
%23
%11

Triadic Colors of #e3acae

#e3acae #aee3ac #acaee3

Analogous Colors of #e3acae

#e3acae #e3c6ac #e3acca

Monochromatic Colors of #e3acae

#e3acae

Complementary Color

#e3acae #ace3e1

#e3acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3acae Color CSS Codes

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

#e3acae Text Font Color

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

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


#e3acae Background Color

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

This div background color is #e3acae


#e3acae Border Color

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

This div border color is #e3acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3acae


Comments

No comments written yet.

Please login to write comment.