Color Hex Logo

#e0da34 Color Hex

#E0DA34
(224,218,52)
0 Favorites   0 Comments

Color spaces of #e0da34

RGB 22421852
HSL0.160.740.54
HSV58°77°88°
CMYK 0.000.030.77   0.12
XYZ56.431766.238013.0598
Yxy66.23800.41580.4880
Hunter Lab81.3867-18.659047.4567
CIE-Lab85.1177-15.611275.7078

#e0da34 color RGB value is (224,218,52).

#e0da34 hex color red value is 224, green value is 218 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #e0da34 hue: 0.16 , saturation: 0.74 and the lightness value of e0da34 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011010 00110100
Octal 340 332 64
Decimal 224 218 52
Hex E0 DA 34

RGB Percentages of Color #e0da34

%45.34
%44.13
%10.53

CMYK Percentages of Color #e0da34

%0
%3
%77
%12

Triadic Colors of #e0da34

#e0da34 #34e0da #da34e0

Analogous Colors of #e0da34

#e0da34 #90e034 #e08434

Monochromatic Colors of #e0da34

#e0da34

Complementary Color

#e0da34 #343ae0

#e0da34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0da34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0da34 Color CSS Codes

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

#e0da34 Text Font Color

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

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


#e0da34 Background Color

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

This div background color is #e0da34


#e0da34 Border Color

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

This div border color is #e0da34


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,218,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 #e0da34">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0da34


Comments

No comments written yet.

Please login to write comment.