Color Hex Logo

#e2e07a Color Hex

#E2E07A
(226,224,122)
0 Favorites   0 Comments

Color spaces of #e2e07a

RGB 226224122
HSL0.160.640.68
HSV59°46°89°
CMYK 0.000.010.46   0.11
XYZ61.532570.885228.8515
Yxy70.88520.38160.4395
Hunter Lab84.1933-16.882138.6178
CIE-Lab87.4292-13.276449.8667

#e2e07a color RGB value is (226,224,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11100000 01111010
Octal 342 340 172
Decimal 226 224 122
Hex E2 E0 7A

RGB Percentages of Color #e2e07a

%39.51
%39.16
%21.33

CMYK Percentages of Color #e2e07a

%0
%1
%46
%11

Triadic Colors of #e2e07a

#e2e07a #7ae2e0 #e07ae2

Analogous Colors of #e2e07a

#e2e07a #b0e27a #e2ac7a

Monochromatic Colors of #e2e07a

#e2e07a

Complementary Color

#e2e07a #7a7ce2

#e2e07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2e07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2e07a Color CSS Codes

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

#e2e07a Text Font Color

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

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


#e2e07a Background Color

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

This div background color is #e2e07a


#e2e07a Border Color

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

This div border color is #e2e07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2e07a


Comments

No comments written yet.

Please login to write comment.