Color Hex Logo

#e2df5c Color Hex

#E2DF5C
(226,223,92)
0 Favorites   0 Comments

Color spaces of #e2df5c

RGB 22622392
HSL0.160.700.62
HSV59°59°89°
CMYK 0.000.010.59   0.11
XYZ59.683569.716820.4363
Yxy69.71680.39830.4653
Hunter Lab83.4966-18.526943.9360
CIE-Lab86.8578-15.190062.8308

#e2df5c color RGB value is (226,223,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 01011100
Octal 342 337 134
Decimal 226 223 92
Hex E2 DF 5C

RGB Percentages of Color #e2df5c

%41.77
%41.22
%17.01

CMYK Percentages of Color #e2df5c

%0
%1
%59
%11

Triadic Colors of #e2df5c

#e2df5c #5ce2df #df5ce2

Analogous Colors of #e2df5c

#e2df5c #a2e25c #e29c5c

Monochromatic Colors of #e2df5c

#e2df5c

Complementary Color

#e2df5c #5c5fe2

#e2df5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2df5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2df5c Color CSS Codes

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

#e2df5c Text Font Color

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

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


#e2df5c Background Color

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

This div background color is #e2df5c


#e2df5c Border Color

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

This div border color is #e2df5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2df5c


Comments

No comments written yet.

Please login to write comment.