Color Hex Logo

#e1dc43 Color Hex

#E1DC43
(225,220,67)
0 Favorites   0 Comments

Color spaces of #e1dc43

RGB 22522067
HSL0.160.720.57
HSV58°70°88°
CMYK 0.000.020.70   0.12
XYZ57.657767.599215.3193
Yxy67.59920.41020.4809
Hunter Lab82.2187-18.705746.5060
CIE-Lab85.8056-15.555171.5055

#e1dc43 color RGB value is (225,220,67).

#e1dc43 hex color red value is 225, green value is 220 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #e1dc43 hue: 0.16 , saturation: 0.72 and the lightness value of e1dc43 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011100 01000011
Octal 341 334 103
Decimal 225 220 67
Hex E1 DC 43

RGB Percentages of Color #e1dc43

%43.95
%42.97
%13.09

CMYK Percentages of Color #e1dc43

%0
%2
%70
%12

Triadic Colors of #e1dc43

#e1dc43 #43e1dc #dc43e1

Analogous Colors of #e1dc43

#e1dc43 #97e143 #e18d43

Monochromatic Colors of #e1dc43

#e1dc43

Complementary Color

#e1dc43 #4348e1

#e1dc43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dc43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dc43 Color CSS Codes

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

#e1dc43 Text Font Color

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

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


#e1dc43 Background Color

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

This div background color is #e1dc43


#e1dc43 Border Color

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

This div border color is #e1dc43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dc43


Comments

No comments written yet.

Please login to write comment.