Color Hex Logo

#e1b98c Color Hex

#E1B98C
(225,185,140)
0 Favorites   0 Comments

Color spaces of #e1b98c

RGB 225185140
HSL0.090.590.72
HSV32°38°88°
CMYK 0.000.180.38   0.12
XYZ53.133952.598932.1631
Yxy52.59890.38530.3814
Hunter Lab72.52513.855124.4739
CIE-Lab77.63768.279628.2467

#e1b98c color RGB value is (225,185,140).

#e1b98c hex color red value is 225, green value is 185 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e1b98c hue: 0.09 , saturation: 0.59 and the lightness value of e1b98c is 0.72.

The process color (four color CMYK) of #e1b98c color hex is 0.00, 0.18, 0.38, 0.12. Web safe color of #e1b98c is #cccc99. Color #e1b98c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111001 10001100
Octal 341 271 214
Decimal 225 185 140
Hex E1 B9 8C

RGB Percentages of Color #e1b98c

%40.91
%33.64
%25.45

CMYK Percentages of Color #e1b98c

%0
%18
%38
%12

Triadic Colors of #e1b98c

#e1b98c #8ce1b9 #b98ce1

Analogous Colors of #e1b98c

#e1b98c #dfe18c #e18f8c

Monochromatic Colors of #e1b98c

#e1b98c

Complementary Color

#e1b98c #8cb4e1

#e1b98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b98c Color CSS Codes

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

#e1b98c Text Font Color

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

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


#e1b98c Background Color

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

This div background color is #e1b98c


#e1b98c Border Color

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

This div border color is #e1b98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b98c


Comments

No comments written yet.

Please login to write comment.