Color Hex Logo

#e1b776 Color Hex

#E1B776
(225,183,118)
0 Favorites   0 Comments

Color spaces of #e1b776

RGB 225183118
HSL0.100.640.67
HSV36°48°88°
CMYK 0.000.190.48   0.12
XYZ51.254851.182524.3173
Yxy51.18250.40440.4038
Hunter Lab71.54192.684429.9265
CIE-Lab76.78947.021538.6387

#e1b776 color RGB value is (225,183,118).

#e1b776 hex color red value is 225, green value is 183 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #e1b776 hue: 0.10 , saturation: 0.64 and the lightness value of e1b776 is 0.67.

The process color (four color CMYK) of #e1b776 color hex is 0.00, 0.19, 0.48, 0.12. Web safe color of #e1b776 is #cccc66. Color #e1b776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10110111 01110110
Octal 341 267 166
Decimal 225 183 118
Hex E1 B7 76

RGB Percentages of Color #e1b776

%42.78
%34.79
%22.43

CMYK Percentages of Color #e1b776

%0
%19
%48
%12

Triadic Colors of #e1b776

#e1b776 #76e1b7 #b776e1

Analogous Colors of #e1b776

#e1b776 #d6e176 #e18276

Monochromatic Colors of #e1b776

#e1b776

Complementary Color

#e1b776 #76a0e1

#e1b776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b776 Color CSS Codes

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

#e1b776 Text Font Color

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

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


#e1b776 Background Color

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

This div background color is #e1b776


#e1b776 Border Color

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

This div border color is #e1b776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b776


Comments

No comments written yet.

Please login to write comment.