Color Hex Logo

#e7dc4f Color Hex

#E7DC4F
(231,220,79)
0 Favorites   0 Comments

Color spaces of #e7dc4f

RGB 23122079
HSL0.150.760.61
HSV56°66°91°
CMYK 0.000.050.66   0.09
XYZ59.959568.739817.5050
Yxy68.73980.41010.4702
Hunter Lab82.9095-16.001745.5185
CIE-Lab86.3750-12.450267.7583

#e7dc4f color RGB value is (231,220,79).

#e7dc4f hex color red value is 231, green value is 220 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e7dc4f hue: 0.15 , saturation: 0.76 and the lightness value of e7dc4f is 0.61.

The process color (four color CMYK) of #e7dc4f color hex is 0.00, 0.05, 0.66, 0.09. Web safe color of #e7dc4f is #ffcc66. Color #e7dc4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011100 01001111
Octal 347 334 117
Decimal 231 220 79
Hex E7 DC 4F

RGB Percentages of Color #e7dc4f

%43.58
%41.51
%14.91

CMYK Percentages of Color #e7dc4f

%0
%5
%66
%9

Triadic Colors of #e7dc4f

#e7dc4f #4fe7dc #dc4fe7

Analogous Colors of #e7dc4f

#e7dc4f #a6e74f #e7904f

Monochromatic Colors of #e7dc4f

#e7dc4f

Complementary Color

#e7dc4f #4f5ae7

#e7dc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dc4f Color CSS Codes

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

#e7dc4f Text Font Color

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

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


#e7dc4f Background Color

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

This div background color is #e7dc4f


#e7dc4f Border Color

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

This div border color is #e7dc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dc4f


Comments

No comments written yet.

Please login to write comment.