Color Hex Logo

#e1bb7e Color Hex

#E1BB7E
(225,187,126)
0 Favorites   0 Comments

Color spaces of #e1bb7e

RGB 225187126
HSL0.100.620.69
HSV37°44°88°
CMYK 0.000.170.44   0.12
XYZ52.587653.054627.2076
Yxy53.05460.39580.3994
Hunter Lab72.83861.404928.8403
CIE-Lab77.90725.700835.9372

#e1bb7e color RGB value is (225,187,126).

#e1bb7e hex color red value is 225, green value is 187 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e1bb7e hue: 0.10 , saturation: 0.62 and the lightness value of e1bb7e is 0.69.

The process color (four color CMYK) of #e1bb7e color hex is 0.00, 0.17, 0.44, 0.12. Web safe color of #e1bb7e is #cccc66. Color #e1bb7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111011 01111110
Octal 341 273 176
Decimal 225 187 126
Hex E1 BB 7E

RGB Percentages of Color #e1bb7e

%41.82
%34.76
%23.42

CMYK Percentages of Color #e1bb7e

%0
%17
%44
%12

Triadic Colors of #e1bb7e

#e1bb7e #7ee1bb #bb7ee1

Analogous Colors of #e1bb7e

#e1bb7e #d6e17e #e18a7e

Monochromatic Colors of #e1bb7e

#e1bb7e

Complementary Color

#e1bb7e #7ea4e1

#e1bb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bb7e Color CSS Codes

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

#e1bb7e Text Font Color

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

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


#e1bb7e Background Color

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

This div background color is #e1bb7e


#e1bb7e Border Color

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

This div border color is #e1bb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bb7e


Comments

No comments written yet.

Please login to write comment.