Color Hex Logo

#e5be20 Color Hex

#E5BE20
(229,190,32)
0 Favorites   0 Comments

Color spaces of #e5be20

RGB 22919032
HSL0.130.790.51
HSV48°86°90°
CMYK 0.000.170.86   0.10
XYZ50.987353.58929.0229
Yxy53.58920.44880.4717
Hunter Lab73.2046-3.782243.9354
CIE-Lab78.22160.139275.2559

#e5be20 color RGB value is (229,190,32).

#e5be20 hex color red value is 229, green value is 190 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e5be20 hue: 0.13 , saturation: 0.79 and the lightness value of e5be20 is 0.51.

The process color (four color CMYK) of #e5be20 color hex is 0.00, 0.17, 0.86, 0.10. Web safe color of #e5be20 is #cccc33. Color #e5be20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111110 00100000
Octal 345 276 40
Decimal 229 190 32
Hex E5 BE 20

RGB Percentages of Color #e5be20

%50.78
%42.13
%7.10

CMYK Percentages of Color #e5be20

%0
%17
%86
%10

Triadic Colors of #e5be20

#e5be20 #20e5be #be20e5

Analogous Colors of #e5be20

#e5be20 #aae520 #e55c20

Monochromatic Colors of #e5be20

#e5be20

Complementary Color

#e5be20 #2047e5

#e5be20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5be20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5be20 Color CSS Codes

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

#e5be20 Text Font Color

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

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


#e5be20 Background Color

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

This div background color is #e5be20


#e5be20 Border Color

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

This div border color is #e5be20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5be20


Comments

No comments written yet.

Please login to write comment.