Color Hex Logo

#e5be95 Color Hex

#E5BE95
(229,190,149)
0 Favorites   0 Comments

Color spaces of #e5be95

RGB 229190149
HSL0.090.610.74
HSV31°35°90°
CMYK 0.000.170.35   0.10
XYZ56.151455.654936.2167
Yxy55.65490.37930.3760
Hunter Lab74.60223.799023.4384
CIE-Lab79.41708.263725.9388

#e5be95 color RGB value is (229,190,149).

#e5be95 hex color red value is 229, green value is 190 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #e5be95 hue: 0.09 , saturation: 0.61 and the lightness value of e5be95 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111110 10010101
Octal 345 276 225
Decimal 229 190 149
Hex E5 BE 95

RGB Percentages of Color #e5be95

%40.32
%33.45
%26.23

CMYK Percentages of Color #e5be95

%0
%17
%35
%10

Triadic Colors of #e5be95

#e5be95 #95e5be #be95e5

Analogous Colors of #e5be95

#e5be95 #e4e595 #e59695

Monochromatic Colors of #e5be95

#e5be95

Complementary Color

#e5be95 #95bce5

#e5be95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5be95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5be95 Color CSS Codes

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

#e5be95 Text Font Color

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

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


#e5be95 Background Color

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

This div background color is #e5be95


#e5be95 Border Color

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

This div border color is #e5be95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5be95

#e5be95 Color Palettes


Comments

No comments written yet.

Please login to write comment.