Color Hex Logo

#e4bfac Color Hex

#E4BFAC
(228,191,172)
0 Favorites   0 Comments

Color spaces of #e4bfac

RGB 228191172
HSL0.060.510.78
HSV20°25°89°
CMYK 0.000.160.25   0.11
XYZ58.072156.734146.9198
Yxy56.73410.35910.3508
Hunter Lab75.32205.807115.7924
CIE-Lab80.029810.352414.5043

#e4bfac color RGB value is (228,191,172).

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

The process color (four color CMYK) of #e4bfac color hex is 0.00, 0.16, 0.25, 0.11. Web safe color of #e4bfac is #cccc99. Color #e4bfac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111111 10101100
Octal 344 277 254
Decimal 228 191 172
Hex E4 BF AC

RGB Percentages of Color #e4bfac

%38.58
%32.32
%29.10

CMYK Percentages of Color #e4bfac

%0
%16
%25
%11

Triadic Colors of #e4bfac

#e4bfac #ace4bf #bface4

Analogous Colors of #e4bfac

#e4bfac #e4dbac #e4acb5

Monochromatic Colors of #e4bfac

#e4bfac

Complementary Color

#e4bfac #acd1e4

#e4bfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bfac Color CSS Codes

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

#e4bfac Text Font Color

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

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


#e4bfac Background Color

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

This div background color is #e4bfac


#e4bfac Border Color

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

This div border color is #e4bfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bfac


Comments

No comments written yet.

Please login to write comment.