Color Hex Logo

#e1bf9e Color Hex

#E1BF9E
(225,191,158)
0 Favorites   0 Comments

Color spaces of #e1bf9e

RGB 225191158
HSL0.080.530.75
HSV30°30°88°
CMYK 0.000.150.30   0.12
XYZ55.853755.737840.1624
Yxy55.73780.36810.3673
Hunter Lab74.65782.890120.3652
CIE-Lab79.46447.316821.1605

#e1bf9e color RGB value is (225,191,158).

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

The process color (four color CMYK) of #e1bf9e color hex is 0.00, 0.15, 0.30, 0.12. Web safe color of #e1bf9e is #cccc99. Color #e1bf9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111111 10011110
Octal 341 277 236
Decimal 225 191 158
Hex E1 BF 9E

RGB Percentages of Color #e1bf9e

%39.20
%33.28
%27.53

CMYK Percentages of Color #e1bf9e

%0
%15
%30
%12

Triadic Colors of #e1bf9e

#e1bf9e #9ee1bf #bf9ee1

Analogous Colors of #e1bf9e

#e1bf9e #e1e19e #e19e9f

Monochromatic Colors of #e1bf9e

#e1bf9e

Complementary Color

#e1bf9e #9ec0e1

#e1bf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bf9e Color CSS Codes

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

#e1bf9e Text Font Color

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

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


#e1bf9e Background Color

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

This div background color is #e1bf9e


#e1bf9e Border Color

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

This div border color is #e1bf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bf9e


Comments

No comments written yet.

Please login to write comment.