Color Hex Logo

#e5d37f Color Hex

#E5D37F
(229,211,127)
0 Favorites   0 Comments

Color spaces of #e5d37f

RGB 229211127
HSL0.140.660.70
HSV49°45°90°
CMYK 0.000.080.45   0.10
XYZ59.438164.778929.4495
Yxy64.77890.38680.4216
Hunter Lab80.4853-9.027834.6456
CIE-Lab84.3697-5.053043.7102

#e5d37f color RGB value is (229,211,127).

#e5d37f hex color red value is 229, green value is 211 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e5d37f hue: 0.14 , saturation: 0.66 and the lightness value of e5d37f is 0.70.

The process color (four color CMYK) of #e5d37f color hex is 0.00, 0.08, 0.45, 0.10. Web safe color of #e5d37f is #cccc66. Color #e5d37f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11010011 01111111
Octal 345 323 177
Decimal 229 211 127
Hex E5 D3 7F

RGB Percentages of Color #e5d37f

%40.39
%37.21
%22.40

CMYK Percentages of Color #e5d37f

%0
%8
%45
%10

Triadic Colors of #e5d37f

#e5d37f #7fe5d3 #d37fe5

Analogous Colors of #e5d37f

#e5d37f #c4e57f #e5a07f

Monochromatic Colors of #e5d37f

#e5d37f

Complementary Color

#e5d37f #7f91e5

#e5d37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5d37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5d37f Color CSS Codes

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

#e5d37f Text Font Color

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

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


#e5d37f Background Color

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

This div background color is #e5d37f


#e5d37f Border Color

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

This div border color is #e5d37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5d37f


Comments

No comments written yet.

Please login to write comment.