Color Hex Logo

#e1de4e Color Hex

#E1DE4E
(225,222,78)
0 Favorites   0 Comments

Color spaces of #e1de4e

RGB 22522278
HSL0.160.710.59
HSV59°65°88°
CMYK 0.000.010.65   0.12
XYZ58.547868.800217.4017
Yxy68.80020.40450.4753
Hunter Lab82.9459-19.160145.6233
CIE-Lab86.4050-15.971668.0244

#e1de4e color RGB value is (225,222,78).

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

The process color (four color CMYK) of #e1de4e color hex is 0.00, 0.01, 0.65, 0.12. Web safe color of #e1de4e is #cccc66. Color #e1de4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 01001110
Octal 341 336 116
Decimal 225 222 78
Hex E1 DE 4E

RGB Percentages of Color #e1de4e

%42.86
%42.29
%14.86

CMYK Percentages of Color #e1de4e

%0
%1
%65
%12

Triadic Colors of #e1de4e

#e1de4e #4ee1de #de4ee1

Analogous Colors of #e1de4e

#e1de4e #9be14e #e1954e

Monochromatic Colors of #e1de4e

#e1de4e

Complementary Color

#e1de4e #4e51e1

#e1de4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1de4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1de4e Color CSS Codes

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

#e1de4e Text Font Color

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

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


#e1de4e Background Color

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

This div background color is #e1de4e


#e1de4e Border Color

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

This div border color is #e1de4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1de4e


Comments

No comments written yet.

Please login to write comment.