Color Hex Logo

#e2aeaf Color Hex

#E2AEAF
(226,174,175)
0 Favorites   0 Comments

Color spaces of #e2aeaf

RGB 226174175
HSL1.000.470.78
HSV359°23°89°
CMYK 0.000.230.23   0.11
XYZ54.237949.536047.2602
Yxy49.53600.35910.3280
Hunter Lab70.381814.38829.4550
CIE-Lab75.783619.10426.8187

#e2aeaf color RGB value is (226,174,175).

#e2aeaf hex color red value is 226, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e2aeaf hue: 1.00 , saturation: 0.47 and the lightness value of e2aeaf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101110 10101111
Octal 342 256 257
Decimal 226 174 175
Hex E2 AE AF

RGB Percentages of Color #e2aeaf

%39.30
%30.26
%30.43

CMYK Percentages of Color #e2aeaf

%0
%23
%23
%11

Triadic Colors of #e2aeaf

#e2aeaf #afe2ae #aeafe2

Analogous Colors of #e2aeaf

#e2aeaf #e2c7ae #e2aec9

Monochromatic Colors of #e2aeaf

#e2aeaf

Complementary Color

#e2aeaf #aee2e1

#e2aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2aeaf Color CSS Codes

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

#e2aeaf Text Font Color

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

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


#e2aeaf Background Color

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

This div background color is #e2aeaf


#e2aeaf Border Color

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

This div border color is #e2aeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,174,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e2aeaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2aeaf


Comments

No comments written yet.

Please login to write comment.