Color Hex Logo

#e0aeaf Color Hex

#E0AEAF
(224,174,175)
0 Favorites   0 Comments

Color spaces of #e0aeaf

RGB 224174175
HSL1.000.450.78
HSV359°22°88°
CMYK 0.000.220.22   0.12
XYZ53.614449.214547.2310
Yxy49.21450.35730.3280
Hunter Lab70.153013.65069.1898
CIE-Lab75.584618.36666.5068

#e0aeaf color RGB value is (224,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101110 10101111
Octal 340 256 257
Decimal 224 174 175
Hex E0 AE AF

RGB Percentages of Color #e0aeaf

%39.09
%30.37
%30.54

CMYK Percentages of Color #e0aeaf

%0
%22
%22
%12

Triadic Colors of #e0aeaf

#e0aeaf #afe0ae #aeafe0

Analogous Colors of #e0aeaf

#e0aeaf #e0c6ae #e0aec8

Monochromatic Colors of #e0aeaf

#e0aeaf

Complementary Color

#e0aeaf #aee0df

#e0aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aeaf Color CSS Codes

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

#e0aeaf Text Font Color

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

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


#e0aeaf Background Color

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

This div background color is #e0aeaf


#e0aeaf Border Color

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

This div border color is #e0aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aeaf


Comments

No comments written yet.

Please login to write comment.