Color Hex Logo

#e5dc12 Color Hex

#E5DC12
(229,220,18)
0 Favorites   0 Comments

Color spaces of #e5dc12

RGB 22922018
HSL0.160.850.48
HSV57°92°90°
CMYK 0.000.040.92   0.10
XYZ58.015567.888110.6182
Yxy67.88810.42500.4973
Hunter Lab82.3942-18.504350.0352
CIE-Lab85.9505-15.305683.7189

#e5dc12 color RGB value is (229,220,18).

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

The process color (four color CMYK) of #e5dc12 color hex is 0.00, 0.04, 0.92, 0.10. Web safe color of #e5dc12 is #cccc00. Color #e5dc12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011100 00010010
Octal 345 334 22
Decimal 229 220 18
Hex E5 DC 12

RGB Percentages of Color #e5dc12

%49.04
%47.11
%3.85

CMYK Percentages of Color #e5dc12

%0
%4
%92
%10

Triadic Colors of #e5dc12

#e5dc12 #12e5dc #dc12e5

Analogous Colors of #e5dc12

#e5dc12 #85e512 #e57312

Monochromatic Colors of #e5dc12

#e5dc12

Complementary Color

#e5dc12 #121be5

#e5dc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dc12 Color CSS Codes

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

#e5dc12 Text Font Color

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

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


#e5dc12 Background Color

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

This div background color is #e5dc12


#e5dc12 Border Color

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

This div border color is #e5dc12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dc12


Comments

No comments written yet.

Please login to write comment.