Color Hex Logo

#e1bc9c Color Hex

#E1BC9C
(225,188,156)
0 Favorites   0 Comments

Color spaces of #e1bc9c

RGB 225188156
HSL0.080.530.75
HSV28°31°88°
CMYK 0.000.160.31   0.12
XYZ55.035354.374339.0471
Yxy54.37430.37070.3663
Hunter Lab73.73894.180920.2213
CIE-Lab78.67958.644321.1474

#e1bc9c color RGB value is (225,188,156).

#e1bc9c hex color red value is 225, green value is 188 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e1bc9c hue: 0.08 , saturation: 0.53 and the lightness value of e1bc9c is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111100 10011100
Octal 341 274 234
Decimal 225 188 156
Hex E1 BC 9C

RGB Percentages of Color #e1bc9c

%39.54
%33.04
%27.42

CMYK Percentages of Color #e1bc9c

%0
%16
%31
%12

Triadic Colors of #e1bc9c

#e1bc9c #9ce1bc #bc9ce1

Analogous Colors of #e1bc9c

#e1bc9c #e1df9c #e19c9f

Monochromatic Colors of #e1bc9c

#e1bc9c

Complementary Color

#e1bc9c #9cc1e1

#e1bc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bc9c Color CSS Codes

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

#e1bc9c Text Font Color

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

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


#e1bc9c Background Color

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

This div background color is #e1bc9c


#e1bc9c Border Color

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

This div border color is #e1bc9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,188,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bc9c


Comments

No comments written yet.

Please login to write comment.