Color Hex Logo

#e5bd4f Color Hex

#E5BD4F
(229,189,79)
0 Favorites   0 Comments

Color spaces of #e5bd4f

RGB 22918979
HSL0.120.740.60
HSV44°66°90°
CMYK 0.000.170.66   0.10
XYZ51.922053.617715.0098
Yxy53.61770.43070.4448
Hunter Lab73.2241-1.570839.1034
CIE-Lab78.23832.534759.1636

#e5bd4f color RGB value is (229,189,79).

#e5bd4f hex color red value is 229, green value is 189 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e5bd4f hue: 0.12 , saturation: 0.74 and the lightness value of e5bd4f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111101 01001111
Octal 345 275 117
Decimal 229 189 79
Hex E5 BD 4F

RGB Percentages of Color #e5bd4f

%46.08
%38.03
%15.90

CMYK Percentages of Color #e5bd4f

%0
%17
%66
%10

Triadic Colors of #e5bd4f

#e5bd4f #4fe5bd #bd4fe5

Analogous Colors of #e5bd4f

#e5bd4f #c2e54f #e5724f

Monochromatic Colors of #e5bd4f

#e5bd4f

Complementary Color

#e5bd4f #4f77e5

#e5bd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bd4f Color CSS Codes

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

#e5bd4f Text Font Color

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

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


#e5bd4f Background Color

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

This div background color is #e5bd4f


#e5bd4f Border Color

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

This div border color is #e5bd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bd4f


Comments

No comments written yet.

Please login to write comment.