Color Hex Logo

#e1bcac Color Hex

#E1BCAC
(225,188,172)
0 Favorites   0 Comments

Color spaces of #e1bcac

RGB 225188172
HSL0.050.470.78
HSV18°24°88°
CMYK 0.000.160.24   0.12
XYZ56.481054.952546.6598
Yxy54.95250.35730.3476
Hunter Lab74.13006.275114.5719
CIE-Lab79.013910.820513.0323

#e1bcac color RGB value is (225,188,172).

#e1bcac hex color red value is 225, green value is 188 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e1bcac hue: 0.05 , saturation: 0.47 and the lightness value of e1bcac is 0.78.

The process color (four color CMYK) of #e1bcac color hex is 0.00, 0.16, 0.24, 0.12. Web safe color of #e1bcac is #cccc99. Color #e1bcac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111100 10101100
Octal 341 274 254
Decimal 225 188 172
Hex E1 BC AC

RGB Percentages of Color #e1bcac

%38.46
%32.14
%29.40

CMYK Percentages of Color #e1bcac

%0
%16
%24
%12

Triadic Colors of #e1bcac

#e1bcac #ace1bc #bcace1

Analogous Colors of #e1bcac

#e1bcac #e1d7ac #e1acb7

Monochromatic Colors of #e1bcac

#e1bcac

Complementary Color

#e1bcac #acd1e1

#e1bcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bcac Color CSS Codes

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

#e1bcac Text Font Color

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

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


#e1bcac Background Color

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

This div background color is #e1bcac


#e1bcac Border Color

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

This div border color is #e1bcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bcac


Comments

No comments written yet.

Please login to write comment.