Color Hex Logo

#e2ec4a Color Hex

#E2EC4A
(226,236,74)
0 Favorites   0 Comments

Color spaces of #e2ec4a

RGB 22623674
HSL0.180.810.61
HSV64°69°93°
CMYK 0.040.000.69   0.07
XYZ62.595576.654117.9751
Yxy76.65410.39810.4875
Hunter Lab87.5523-25.598149.1140
CIE-Lab90.1622-22.579973.3230

#e2ec4a color RGB value is (226,236,74).

#e2ec4a hex color red value is 226, green value is 236 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e2ec4a hue: 0.18 , saturation: 0.81 and the lightness value of e2ec4a is 0.61.

The process color (four color CMYK) of #e2ec4a color hex is 0.04, 0.00, 0.69, 0.07. Web safe color of #e2ec4a is #ccff33. Color #e2ec4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101100 01001010
Octal 342 354 112
Decimal 226 236 74
Hex E2 EC 4A

RGB Percentages of Color #e2ec4a

%42.16
%44.03
%13.81

CMYK Percentages of Color #e2ec4a

%4
%0
%69
%7

Triadic Colors of #e2ec4a

#e2ec4a #4ae2ec #ec4ae2

Analogous Colors of #e2ec4a

#e2ec4a #91ec4a #eca54a

Monochromatic Colors of #e2ec4a

#e2ec4a

Complementary Color

#e2ec4a #544aec

#e2ec4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ec4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ec4a Color CSS Codes

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

#e2ec4a Text Font Color

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

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


#e2ec4a Background Color

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

This div background color is #e2ec4a


#e2ec4a Border Color

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

This div border color is #e2ec4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ec4a


Comments

No comments written yet.

Please login to write comment.