Color Hex Logo

#e5ba2f Color Hex

#E5BA2F
(229,186,47)
0 Favorites   0 Comments

Color spaces of #e5ba2f

RGB 22918647
HSL0.130.780.54
HSV46°79°90°
CMYK 0.000.190.79   0.10
XYZ50.385151.981110.0671
Yxy51.98110.44810.4623
Hunter Lab72.0979-1.427942.1898
CIE-Lab77.26952.637070.3728

#e5ba2f color RGB value is (229,186,47).

#e5ba2f hex color red value is 229, green value is 186 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e5ba2f hue: 0.13 , saturation: 0.78 and the lightness value of e5ba2f is 0.54.

The process color (four color CMYK) of #e5ba2f color hex is 0.00, 0.19, 0.79, 0.10. Web safe color of #e5ba2f is #cccc33. Color #e5ba2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111010 00101111
Octal 345 272 57
Decimal 229 186 47
Hex E5 BA 2F

RGB Percentages of Color #e5ba2f

%49.57
%40.26
%10.17

CMYK Percentages of Color #e5ba2f

%0
%19
%79
%10

Triadic Colors of #e5ba2f

#e5ba2f #2fe5ba #ba2fe5

Analogous Colors of #e5ba2f

#e5ba2f #b5e52f #e55f2f

Monochromatic Colors of #e5ba2f

#e5ba2f

Complementary Color

#e5ba2f #2f5ae5

#e5ba2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ba2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ba2f Color CSS Codes

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

#e5ba2f Text Font Color

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

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


#e5ba2f Background Color

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

This div background color is #e5ba2f


#e5ba2f Border Color

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

This div border color is #e5ba2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ba2f


Comments

No comments written yet.

Please login to write comment.