Color Hex Logo

#e1dd12 Color Hex

#E1DD12
(225,221,18)
0 Favorites   0 Comments

Color spaces of #e1dd12

RGB 22522118
HSL0.160.850.48
HSV59°92°88°
CMYK 0.000.020.92   0.12
XYZ57.017067.764110.6469
Yxy67.76410.42100.5004
Hunter Lab82.3190-20.422849.9549
CIE-Lab85.8884-17.485283.5290

#e1dd12 color RGB value is (225,221,18).

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

The process color (four color CMYK) of #e1dd12 color hex is 0.00, 0.02, 0.92, 0.12. Web safe color of #e1dd12 is #cccc00. Color #e1dd12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011101 00010010
Octal 341 335 22
Decimal 225 221 18
Hex E1 DD 12

RGB Percentages of Color #e1dd12

%48.49
%47.63
%3.88

CMYK Percentages of Color #e1dd12

%0
%2
%92
%12

Triadic Colors of #e1dd12

#e1dd12 #12e1dd #dd12e1

Analogous Colors of #e1dd12

#e1dd12 #7ee112 #e17612

Monochromatic Colors of #e1dd12

#e1dd12

Complementary Color

#e1dd12 #1216e1

#e1dd12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dd12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dd12 Color CSS Codes

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

#e1dd12 Text Font Color

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

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


#e1dd12 Background Color

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

This div background color is #e1dd12


#e1dd12 Border Color

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

This div border color is #e1dd12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dd12


Comments

No comments written yet.

Please login to write comment.