Color Hex Logo

#e5d815 Color Hex

#E5D815
(229,216,21)
0 Favorites   0 Comments

Color spaces of #e5d815

RGB 22921621
HSL0.160.830.49
HSV56°91°90°
CMYK 0.000.060.91   0.10
XYZ57.004365.823910.4103
Yxy65.82390.42780.4940
Hunter Lab81.1319-16.564649.1847
CIE-Lab84.9065-13.284482.5238

#e5d815 color RGB value is (229,216,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011000 00010101
Octal 345 330 25
Decimal 229 216 21
Hex E5 D8 15

RGB Percentages of Color #e5d815

%49.14
%46.35
%4.51

CMYK Percentages of Color #e5d815

%0
%6
%91
%10

Triadic Colors of #e5d815

#e5d815 #15e5d8 #d815e5

Analogous Colors of #e5d815

#e5d815 #8ae515 #e57015

Monochromatic Colors of #e5d815

#e5d815

Complementary Color

#e5d815 #1522e5

#e5d815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5d815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5d815 Color CSS Codes

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

#e5d815 Text Font Color

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

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


#e5d815 Background Color

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

This div background color is #e5d815


#e5d815 Border Color

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

This div border color is #e5d815


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,216,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 #e5d815">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5d815


Comments

No comments written yet.

Please login to write comment.