Color Hex Logo

#e1de20 Color Hex

#E1DE20
(225,222,32)
0 Favorites   0 Comments

Color spaces of #e1de20

RGB 22522232
HSL0.160.760.50
HSV59°86°88°
CMYK 0.000.010.86   0.12
XYZ57.433368.354411.5332
Yxy68.35440.41820.4978
Hunter Lab82.6767-20.685149.6029
CIE-Lab86.1834-17.733081.5487

#e1de20 color RGB value is (225,222,32).

#e1de20 hex color red value is 225, green value is 222 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e1de20 hue: 0.16 , saturation: 0.76 and the lightness value of e1de20 is 0.50.

The process color (four color CMYK) of #e1de20 color hex is 0.00, 0.01, 0.86, 0.12. Web safe color of #e1de20 is #cccc33. Color #e1de20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 00100000
Octal 341 336 40
Decimal 225 222 32
Hex E1 DE 20

RGB Percentages of Color #e1de20

%46.97
%46.35
%6.68

CMYK Percentages of Color #e1de20

%0
%1
%86
%12

Triadic Colors of #e1de20

#e1de20 #20e1de #de20e1

Analogous Colors of #e1de20

#e1de20 #84e120 #e17e20

Monochromatic Colors of #e1de20

#e1de20

Complementary Color

#e1de20 #2023e1

#e1de20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1de20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1de20 Color CSS Codes

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

#e1de20 Text Font Color

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

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


#e1de20 Background Color

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

This div background color is #e1de20


#e1de20 Border Color

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

This div border color is #e1de20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1de20


Comments

No comments written yet.

Please login to write comment.