Color Hex Logo

#e2d314 Color Hex

#E2D314
(226,211,20)
0 Favorites   0 Comments

Color spaces of #e2d314

RGB 22621120
HSL0.150.840.48
HSV56°91°89°
CMYK 0.000.070.91   0.11
XYZ54.784662.80789.8975
Yxy62.80780.42970.4926
Hunter Lab79.2514-15.297148.0714
CIE-Lab83.3411-12.082881.3519

#e2d314 color RGB value is (226,211,20).

#e2d314 hex color red value is 226, green value is 211 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #e2d314 hue: 0.15 , saturation: 0.84 and the lightness value of e2d314 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11010011 00010100
Octal 342 323 24
Decimal 226 211 20
Hex E2 D3 14

RGB Percentages of Color #e2d314

%49.45
%46.17
%4.38

CMYK Percentages of Color #e2d314

%0
%7
%91
%11

Triadic Colors of #e2d314

#e2d314 #14e2d3 #d314e2

Analogous Colors of #e2d314

#e2d314 #8ae214 #e26c14

Monochromatic Colors of #e2d314

#e2d314

Complementary Color

#e2d314 #1423e2

#e2d314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d314 Color CSS Codes

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

#e2d314 Text Font Color

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

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


#e2d314 Background Color

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

This div background color is #e2d314


#e2d314 Border Color

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

This div border color is #e2d314


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,211,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2d314; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2d314;
  -webkit-box-shadow: 1px 1px 3px 2px #e2d314;
  box-shadow:         1px 1px 3px 2px #e2d314; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,211,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d314


Comments

No comments written yet.

Please login to write comment.