Color Hex Logo

#e5bea1 Color Hex

#E5BEA1
(229,190,161)
0 Favorites   0 Comments

Color spaces of #e5bea1

RGB 229190161
HSL0.070.570.76
HSV26°30°90°
CMYK 0.000.170.30   0.10
XYZ57.159656.058141.5259
Yxy56.05810.36940.3623
Hunter Lab74.87205.246619.5266
CIE-Lab79.64699.769019.8700

#e5bea1 color RGB value is (229,190,161).

#e5bea1 hex color red value is 229, green value is 190 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #e5bea1 hue: 0.07 , saturation: 0.57 and the lightness value of e5bea1 is 0.76.

The process color (four color CMYK) of #e5bea1 color hex is 0.00, 0.17, 0.30, 0.10. Web safe color of #e5bea1 is #cccc99. Color #e5bea1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111110 10100001
Octal 345 276 241
Decimal 229 190 161
Hex E5 BE A1

RGB Percentages of Color #e5bea1

%39.48
%32.76
%27.76

CMYK Percentages of Color #e5bea1

%0
%17
%30
%10

Triadic Colors of #e5bea1

#e5bea1 #a1e5be #bea1e5

Analogous Colors of #e5bea1

#e5bea1 #e5e0a1 #e5a1a6

Monochromatic Colors of #e5bea1

#e5bea1

Complementary Color

#e5bea1 #a1c8e5

#e5bea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bea1 Color CSS Codes

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

#e5bea1 Text Font Color

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

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


#e5bea1 Background Color

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

This div background color is #e5bea1


#e5bea1 Border Color

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

This div border color is #e5bea1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,190,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5bea1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5bea1;
  -webkit-box-shadow: 1px 1px 3px 2px #e5bea1;
  box-shadow:         1px 1px 3px 2px #e5bea1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,190,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bea1


Comments

No comments written yet.

Please login to write comment.