Color Hex Logo

#e2dc4e Color Hex

#E2DC4E
(226,220,78)
0 Favorites   0 Comments

Color spaces of #e2dc4e

RGB 22622078
HSL0.160.720.60
HSV58°65°89°
CMYK 0.000.030.65   0.11
XYZ58.332467.905217.2403
Yxy67.90520.40660.4733
Hunter Lab82.4046-17.851945.2789
CIE-Lab85.9590-14.571667.5920

#e2dc4e color RGB value is (226,220,78).

#e2dc4e hex color red value is 226, green value is 220 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e2dc4e hue: 0.16 , saturation: 0.72 and the lightness value of e2dc4e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011100 01001110
Octal 342 334 116
Decimal 226 220 78
Hex E2 DC 4E

RGB Percentages of Color #e2dc4e

%43.13
%41.98
%14.89

CMYK Percentages of Color #e2dc4e

%0
%3
%65
%11

Triadic Colors of #e2dc4e

#e2dc4e #4ee2dc #dc4ee2

Analogous Colors of #e2dc4e

#e2dc4e #9ee24e #e2924e

Monochromatic Colors of #e2dc4e

#e2dc4e

Complementary Color

#e2dc4e #4e54e2

#e2dc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dc4e Color CSS Codes

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

#e2dc4e Text Font Color

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

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


#e2dc4e Background Color

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

This div background color is #e2dc4e


#e2dc4e Border Color

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

This div border color is #e2dc4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,220,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dc4e


Comments

No comments written yet.

Please login to write comment.