Color Hex Logo

#e5be75 Color Hex

#E5BE75
(229,190,117)
0 Favorites   0 Comments

Color spaces of #e5be75

RGB 229190117
HSL0.110.680.68
HSV39°49°90°
CMYK 0.000.170.49   0.10
XYZ53.937454.769324.5583
Yxy54.76930.40470.4110
Hunter Lab74.00630.583732.1296
CIE-Lab78.90824.868641.8922

#e5be75 color RGB value is (229,190,117).

#e5be75 hex color red value is 229, green value is 190 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e5be75 hue: 0.11 , saturation: 0.68 and the lightness value of e5be75 is 0.68.

The process color (four color CMYK) of #e5be75 color hex is 0.00, 0.17, 0.49, 0.10. Web safe color of #e5be75 is #cccc66. Color #e5be75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111110 01110101
Octal 345 276 165
Decimal 229 190 117
Hex E5 BE 75

RGB Percentages of Color #e5be75

%42.72
%35.45
%21.83

CMYK Percentages of Color #e5be75

%0
%17
%49
%10

Triadic Colors of #e5be75

#e5be75 #75e5be #be75e5

Analogous Colors of #e5be75

#e5be75 #d4e575 #e58675

Monochromatic Colors of #e5be75

#e5be75

Complementary Color

#e5be75 #759ce5

#e5be75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5be75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5be75 Color CSS Codes

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

#e5be75 Text Font Color

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

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


#e5be75 Background Color

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

This div background color is #e5be75


#e5be75 Border Color

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

This div border color is #e5be75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5be75


Comments

No comments written yet.

Please login to write comment.