Color Hex Logo

#e4acad Color Hex

#E4ACAD
(228,172,173)
0 Favorites   0 Comments

Color spaces of #e4acad

RGB 228172173
HSL1.000.510.78
HSV359°25°89°
CMYK 0.000.250.24   0.11
XYZ54.290349.016246.1348
Yxy49.01620.36330.3280
Hunter Lab70.011615.89719.9384
CIE-Lab75.461420.62647.4749

#e4acad color RGB value is (228,172,173).

#e4acad hex color red value is 228, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e4acad hue: 1.00 , saturation: 0.51 and the lightness value of e4acad is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101100 10101101
Octal 344 254 255
Decimal 228 172 173
Hex E4 AC AD

RGB Percentages of Color #e4acad

%39.79
%30.02
%30.19

CMYK Percentages of Color #e4acad

%0
%25
%24
%11

Triadic Colors of #e4acad

#e4acad #ade4ac #acade4

Analogous Colors of #e4acad

#e4acad #e4c7ac #e4acc9

Monochromatic Colors of #e4acad

#e4acad

Complementary Color

#e4acad #ace4e3

#e4acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4acad Color CSS Codes

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

#e4acad Text Font Color

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

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


#e4acad Background Color

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

This div background color is #e4acad


#e4acad Border Color

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

This div border color is #e4acad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,172,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4acad


Comments

No comments written yet.

Please login to write comment.