Color Hex Logo

#e4aeaf Color Hex

#E4AEAF
(228,174,175)
0 Favorites   0 Comments

Color spaces of #e4aeaf

RGB 228174175
HSL1.000.500.79
HSV359°24°89°
CMYK 0.000.240.23   0.11
XYZ54.868849.861247.2897
Yxy49.86120.36090.3280
Hunter Lab70.612515.13019.7218
CIE-Lab75.984019.84227.1328

#e4aeaf color RGB value is (228,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101110 10101111
Octal 344 256 257
Decimal 228 174 175
Hex E4 AE AF

RGB Percentages of Color #e4aeaf

%39.51
%30.16
%30.33

CMYK Percentages of Color #e4aeaf

%0
%24
%23
%11

Triadic Colors of #e4aeaf

#e4aeaf #afe4ae #aeafe4

Analogous Colors of #e4aeaf

#e4aeaf #e4c8ae #e4aeca

Monochromatic Colors of #e4aeaf

#e4aeaf

Complementary Color

#e4aeaf #aee4e3

#e4aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4aeaf Color CSS Codes

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

#e4aeaf Text Font Color

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

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


#e4aeaf Background Color

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

This div background color is #e4aeaf


#e4aeaf Border Color

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

This div border color is #e4aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4aeaf


Comments

No comments written yet.

Please login to write comment.