Color Hex Logo

#e0d40c Color Hex

#E0D40C
(224,212,12)
0 Favorites   0 Comments

Color spaces of #e0d40c

RGB 22421212
HSL0.160.900.46
HSV57°95°88°
CMYK 0.000.050.95   0.12
XYZ54.350362.96089.6359
Yxy62.96080.42810.4960
Hunter Lab79.3478-16.592948.3434
CIE-Lab83.4217-13.532782.2902

#e0d40c color RGB value is (224,212,12).

#e0d40c hex color red value is 224, green value is 212 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #e0d40c hue: 0.16 , saturation: 0.90 and the lightness value of e0d40c is 0.46.

The process color (four color CMYK) of #e0d40c color hex is 0.00, 0.05, 0.95, 0.12. Web safe color of #e0d40c is #cccc00. Color #e0d40c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11010100 00001100
Octal 340 324 14
Decimal 224 212 12
Hex E0 D4 C

RGB Percentages of Color #e0d40c

%50.00
%47.32
%2.68

CMYK Percentages of Color #e0d40c

%0
%5
%95
%12

Triadic Colors of #e0d40c

#e0d40c #0ce0d4 #d40ce0

Analogous Colors of #e0d40c

#e0d40c #82e00c #e06a0c

Monochromatic Colors of #e0d40c

#e0d40c

Complementary Color

#e0d40c #0c18e0

#e0d40c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0d40c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0d40c Color CSS Codes

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

#e0d40c Text Font Color

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

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


#e0d40c Background Color

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

This div background color is #e0d40c


#e0d40c Border Color

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

This div border color is #e0d40c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,212,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0d40c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0d40c;
  -webkit-box-shadow: 1px 1px 3px 2px #e0d40c;
  box-shadow:         1px 1px 3px 2px #e0d40c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,212,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0d40c


Comments

No comments written yet.

Please login to write comment.