Color Hex Logo

#e2e179 Color Hex

#E2E179
(226,225,121)
0 Favorites   0 Comments

Color spaces of #e2e179

RGB 226225121
HSL0.170.640.68
HSV59°46°89°
CMYK 0.000.000.46   0.11
XYZ61.740471.399728.6166
Yxy71.39970.38170.4414
Hunter Lab84.4983-17.447539.0694
CIE-Lab87.6788-13.865850.6467

#e2e179 color RGB value is (226,225,121).

#e2e179 hex color red value is 226, green value is 225 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e2e179 hue: 0.17 , saturation: 0.64 and the lightness value of e2e179 is 0.68.

The process color (four color CMYK) of #e2e179 color hex is 0.00, 0.00, 0.46, 0.11. Web safe color of #e2e179 is #cccc66. Color #e2e179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11100001 01111001
Octal 342 341 171
Decimal 226 225 121
Hex E2 E1 79

RGB Percentages of Color #e2e179

%39.51
%39.34
%21.15

CMYK Percentages of Color #e2e179

%0
%0
%46
%11

Triadic Colors of #e2e179

#e2e179 #79e2e1 #e179e2

Analogous Colors of #e2e179

#e2e179 #afe279 #e2ad79

Monochromatic Colors of #e2e179

#e2e179

Complementary Color

#e2e179 #797ae2

#e2e179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2e179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2e179 Color CSS Codes

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

#e2e179 Text Font Color

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

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


#e2e179 Background Color

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

This div background color is #e2e179


#e2e179 Border Color

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

This div border color is #e2e179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2e179


Comments

No comments written yet.

Please login to write comment.