color codes Logo

#e5dc2c color codes

#E5DC2C
(229,220,44)
0 Favorites   0 Comments

Color spaces of #e5dc2c

RGB 22922044
HSL0.160.780.54
HSV57°81°90°
CMYK 0.000.040.81   0.10
XYZ58.360968.026312.4373
Yxy68.02630.42040.4900
Hunter Lab82.4781-18.031248.7940
CIE-Lab86.0196-14.763578.8556

#e5dc2c color RGB value is (229,220,44).

#e5dc2c hex color red value is 229, green value is 220 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #e5dc2c hue: 0.16 , saturation: 0.78 and the lightness value of e5dc2c is 0.54.

The process color (four color CMYK) of #e5dc2c color code is 0.00, 0.04, 0.81, 0.10. Web safe color of #e5dc2c is #cccc33. Color #e5dc2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011100 00101100
Octal 345 334 54
Decimal 229 220 44
Hex E5 DC 2C

RGB Percentages of Color #e5dc2c

%46.45
%44.62
%8.92

CMYK Percentages of Color #e5dc2c

%0
%4
%81
%10

Triadic Colors of #e5dc2c

#e5dc2c #2ce5dc #dc2ce5

Analogous Colors of #e5dc2c

#e5dc2c #92e52c #e5802c

Monochromatic Colors of #e5dc2c

#e5dc2c

Complementary Color

#e5dc2c #2c35e5

#e5dc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dc2c Color CSS Codes

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

#e5dc2c Text Font Color

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

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


#e5dc2c Background Color

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

This div background color is #e5dc2c


#e5dc2c Border Color

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

This div border color is #e5dc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dc2c


Comments

No comments written yet.

Please login to write comment.