Color Hex Logo

#e2df3a Color Hex

#E2DF3A
(226,223,58)
0 Favorites   0 Comments

Color spaces of #e2df3a

RGB 22622358
HSL0.160.740.56
HSV59°74°89°
CMYK 0.000.010.74   0.11
XYZ58.515469.249614.2854
Yxy69.24960.41190.4875
Hunter Lab83.2163-20.112448.0734
CIE-Lab86.6275-17.009175.3174

#e2df3a color RGB value is (226,223,58).

#e2df3a hex color red value is 226, green value is 223 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e2df3a hue: 0.16 , saturation: 0.74 and the lightness value of e2df3a is 0.56.

The process color (four color CMYK) of #e2df3a color hex is 0.00, 0.01, 0.74, 0.11. Web safe color of #e2df3a is #cccc33. Color #e2df3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 00111010
Octal 342 337 72
Decimal 226 223 58
Hex E2 DF 3A

RGB Percentages of Color #e2df3a

%44.58
%43.98
%11.44

CMYK Percentages of Color #e2df3a

%0
%1
%74
%11

Triadic Colors of #e2df3a

#e2df3a #3ae2df #df3ae2

Analogous Colors of #e2df3a

#e2df3a #91e23a #e28b3a

Monochromatic Colors of #e2df3a

#e2df3a

Complementary Color

#e2df3a #3a3de2

#e2df3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2df3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2df3a Color CSS Codes

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

#e2df3a Text Font Color

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

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


#e2df3a Background Color

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

This div background color is #e2df3a


#e2df3a Border Color

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

This div border color is #e2df3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2df3a


Comments

No comments written yet.

Please login to write comment.