Color Hex Logo

#eadd1a Color Hex

#EADD1A
(234,221,26)
0 Favorites   0 Comments

Color spaces of #eadd1a

RGB 23422126
HSL0.160.830.51
HSV56°89°92°
CMYK 0.000.060.89   0.08
XYZ59.974669.279911.1886
Yxy69.27990.42700.4933
Hunter Lab83.2345-17.042450.2943
CIE-Lab86.6425-13.566983.2923

#eadd1a color RGB value is (234,221,26).

#eadd1a hex color red value is 234, green value is 221 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #eadd1a hue: 0.16 , saturation: 0.83 and the lightness value of eadd1a is 0.51.

The process color (four color CMYK) of #eadd1a color hex is 0.00, 0.06, 0.89, 0.08. Web safe color of #eadd1a is #ffcc33. Color #eadd1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 00011010
Octal 352 335 32
Decimal 234 221 26
Hex EA DD 1A

RGB Percentages of Color #eadd1a

%48.65
%45.95
%5.41

CMYK Percentages of Color #eadd1a

%0
%6
%89
%8

Triadic Colors of #eadd1a

#eadd1a #1aeadd #dd1aea

Analogous Colors of #eadd1a

#eadd1a #8fea1a #ea751a

Monochromatic Colors of #eadd1a

#eadd1a

Complementary Color

#eadd1a #1a27ea

#eadd1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd1a Color CSS Codes

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

#eadd1a Text Font Color

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

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


#eadd1a Background Color

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

This div background color is #eadd1a


#eadd1a Border Color

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

This div border color is #eadd1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd1a


Comments

No comments written yet.

Please login to write comment.