Color Hex Logo

#e1aeaf Color Hex

#E1AEAF
(225,174,175)
0 Favorites   0 Comments

Color spaces of #e1aeaf

RGB 225174175
HSL1.000.460.78
HSV359°23°88°
CMYK 0.000.230.22   0.12
XYZ53.925349.374847.2456
Yxy49.37480.35820.3280
Hunter Lab70.267214.01909.3222
CIE-Lab75.683918.73556.6625

#e1aeaf color RGB value is (225,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101110 10101111
Octal 341 256 257
Decimal 225 174 175
Hex E1 AE AF

RGB Percentages of Color #e1aeaf

%39.20
%30.31
%30.49

CMYK Percentages of Color #e1aeaf

%0
%23
%22
%12

Triadic Colors of #e1aeaf

#e1aeaf #afe1ae #aeafe1

Analogous Colors of #e1aeaf

#e1aeaf #e1c7ae #e1aec9

Monochromatic Colors of #e1aeaf

#e1aeaf

Complementary Color

#e1aeaf #aee1e0

#e1aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1aeaf Color CSS Codes

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

#e1aeaf Text Font Color

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

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


#e1aeaf Background Color

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

This div background color is #e1aeaf


#e1aeaf Border Color

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

This div border color is #e1aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1aeaf


Comments

No comments written yet.

Please login to write comment.