Color Hex Logo

#e3bd4f Color Hex

#E3BD4F
(227,189,79)
0 Favorites   0 Comments

Color spaces of #e3bd4f

RGB 22718979
HSL0.120.730.60
HSV45°65°89°
CMYK 0.000.170.65   0.11
XYZ51.287453.290614.9801
Yxy53.29060.42900.4457
Hunter Lab73.0004-2.343238.9336
CIE-Lab78.04631.690458.9007

#e3bd4f color RGB value is (227,189,79).

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

The process color (four color CMYK) of #e3bd4f color hex is 0.00, 0.17, 0.65, 0.11. Web safe color of #e3bd4f is #cccc66. Color #e3bd4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111101 01001111
Octal 343 275 117
Decimal 227 189 79
Hex E3 BD 4F

RGB Percentages of Color #e3bd4f

%45.86
%38.18
%15.96

CMYK Percentages of Color #e3bd4f

%0
%17
%65
%11

Triadic Colors of #e3bd4f

#e3bd4f #4fe3bd #bd4fe3

Analogous Colors of #e3bd4f

#e3bd4f #bfe34f #e3734f

Monochromatic Colors of #e3bd4f

#e3bd4f

Complementary Color

#e3bd4f #4f75e3

#e3bd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bd4f Color CSS Codes

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

#e3bd4f Text Font Color

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

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


#e3bd4f Background Color

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

This div background color is #e3bd4f


#e3bd4f Border Color

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

This div border color is #e3bd4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,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 #e3bd4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bd4f


Comments

No comments written yet.

Please login to write comment.