Color Hex Logo

#e5ba5e Color Hex

#E5BA5E
(229,186,94)
0 Favorites   0 Comments

Color spaces of #e5ba5e

RGB 22918694
HSL0.110.720.63
HSV41°59°90°
CMYK 0.000.190.59   0.10
XYZ51.892452.584018.0044
Yxy52.58400.42370.4293
Hunter Lab72.51480.835636.0395
CIE-Lab77.62875.084451.6540

#e5ba5e color RGB value is (229,186,94).

#e5ba5e hex color red value is 229, green value is 186 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e5ba5e hue: 0.11 , saturation: 0.72 and the lightness value of e5ba5e is 0.63.

The process color (four color CMYK) of #e5ba5e color hex is 0.00, 0.19, 0.59, 0.10. Web safe color of #e5ba5e is #cccc66. Color #e5ba5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111010 01011110
Octal 345 272 136
Decimal 229 186 94
Hex E5 BA 5E

RGB Percentages of Color #e5ba5e

%44.99
%36.54
%18.47

CMYK Percentages of Color #e5ba5e

%0
%19
%59
%10

Triadic Colors of #e5ba5e

#e5ba5e #5ee5ba #ba5ee5

Analogous Colors of #e5ba5e

#e5ba5e #cde55e #e5775e

Monochromatic Colors of #e5ba5e

#e5ba5e

Complementary Color

#e5ba5e #5e89e5

#e5ba5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ba5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ba5e Color CSS Codes

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

#e5ba5e Text Font Color

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

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


#e5ba5e Background Color

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

This div background color is #e5ba5e


#e5ba5e Border Color

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

This div border color is #e5ba5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ba5e


Comments

No comments written yet.

Please login to write comment.