Color Hex Logo

#e5d415 Color Hex

#E5D415
(229,212,21)
0 Favorites   0 Comments

Color spaces of #e5d415

RGB 22921221
HSL0.150.830.49
HSV55°91°90°
CMYK 0.000.070.91   0.10
XYZ55.991963.799110.0728
Yxy63.79910.43120.4913
Hunter Lab79.8743-14.651648.4351
CIE-Lab83.8611-11.289381.7205

#e5d415 color RGB value is (229,212,21).

#e5d415 hex color red value is 229, green value is 212 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #e5d415 hue: 0.15 , saturation: 0.83 and the lightness value of e5d415 is 0.49.

The process color (four color CMYK) of #e5d415 color hex is 0.00, 0.07, 0.91, 0.10. Web safe color of #e5d415 is #cccc00. Color #e5d415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11010100 00010101
Octal 345 324 25
Decimal 229 212 21
Hex E5 D4 15

RGB Percentages of Color #e5d415

%49.57
%45.89
%4.55

CMYK Percentages of Color #e5d415

%0
%7
%91
%10

Triadic Colors of #e5d415

#e5d415 #15e5d4 #d415e5

Analogous Colors of #e5d415

#e5d415 #8ee515 #e56c15

Monochromatic Colors of #e5d415

#e5d415

Complementary Color

#e5d415 #1526e5

#e5d415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5d415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5d415 Color CSS Codes

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

#e5d415 Text Font Color

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

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


#e5d415 Background Color

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

This div background color is #e5d415


#e5d415 Border Color

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

This div border color is #e5d415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5d415


Comments

No comments written yet.

Please login to write comment.