Color Hex Logo

#e2db34 Color Hex

#E2DB34
(226,219,52)
0 Favorites   0 Comments

Color spaces of #e2db34

RGB 22621952
HSL0.160.750.55
HSV58°77°89°
CMYK 0.000.030.77   0.11
XYZ57.315467.079713.1757
Yxy67.07970.41660.4876
Hunter Lab81.9022-18.414047.7935
CIE-Lab85.5442-15.267376.1523

#e2db34 color RGB value is (226,219,52).

#e2db34 hex color red value is 226, green value is 219 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #e2db34 hue: 0.16 , saturation: 0.75 and the lightness value of e2db34 is 0.55.

The process color (four color CMYK) of #e2db34 color hex is 0.00, 0.03, 0.77, 0.11. Web safe color of #e2db34 is #cccc33. Color #e2db34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011011 00110100
Octal 342 333 64
Decimal 226 219 52
Hex E2 DB 34

RGB Percentages of Color #e2db34

%45.47
%44.06
%10.46

CMYK Percentages of Color #e2db34

%0
%3
%77
%11

Triadic Colors of #e2db34

#e2db34 #34e2db #db34e2

Analogous Colors of #e2db34

#e2db34 #92e234 #e28434

Monochromatic Colors of #e2db34

#e2db34

Complementary Color

#e2db34 #343be2

#e2db34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2db34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2db34 Color CSS Codes

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

#e2db34 Text Font Color

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

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


#e2db34 Background Color

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

This div background color is #e2db34


#e2db34 Border Color

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

This div border color is #e2db34


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,219,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2db34; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2db34;
  -webkit-box-shadow: 1px 1px 3px 2px #e2db34;
  box-shadow:         1px 1px 3px 2px #e2db34; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,219,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2db34


Comments

No comments written yet.

Please login to write comment.