Color Hex Logo

#e1dd3e Color Hex

#E1DD3E
(225,221,62)
0 Favorites   0 Comments

Color spaces of #e1dd3e

RGB 22522162
HSL0.160.730.56
HSV59°72°88°
CMYK 0.000.020.72   0.12
XYZ57.777368.068314.6507
Yxy68.06830.41120.4845
Hunter Lab82.5035-19.377447.2239
CIE-Lab86.0406-16.275373.4465

#e1dd3e color RGB value is (225,221,62).

#e1dd3e hex color red value is 225, green value is 221 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #e1dd3e hue: 0.16 , saturation: 0.73 and the lightness value of e1dd3e is 0.56.

The process color (four color CMYK) of #e1dd3e color hex is 0.00, 0.02, 0.72, 0.12. Web safe color of #e1dd3e is #cccc33. Color #e1dd3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011101 00111110
Octal 341 335 76
Decimal 225 221 62
Hex E1 DD 3E

RGB Percentages of Color #e1dd3e

%44.29
%43.50
%12.20

CMYK Percentages of Color #e1dd3e

%0
%2
%72
%12

Triadic Colors of #e1dd3e

#e1dd3e #3ee1dd #dd3ee1

Analogous Colors of #e1dd3e

#e1dd3e #94e13e #e18c3e

Monochromatic Colors of #e1dd3e

#e1dd3e

Complementary Color

#e1dd3e #3e42e1

#e1dd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dd3e Color CSS Codes

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

#e1dd3e Text Font Color

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

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


#e1dd3e Background Color

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

This div background color is #e1dd3e


#e1dd3e Border Color

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

This div border color is #e1dd3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dd3e


Comments

No comments written yet.

Please login to write comment.