Color Hex Logo

#eadb2e Color Hex

#EADB2E
(234,219,46)
0 Favorites   0 Comments

Color spaces of #eadb2e

RGB 23421946
HSL0.150.820.55
HSV55°80°92°
CMYK 0.000.060.80   0.08
XYZ59.756368.352712.6287
Yxy68.35270.42460.4857
Hunter Lab82.6757-15.666348.8164
CIE-Lab86.1825-12.105378.6412

#eadb2e color RGB value is (234,219,46).

#eadb2e hex color red value is 234, green value is 219 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eadb2e hue: 0.15 , saturation: 0.82 and the lightness value of eadb2e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 00101110
Octal 352 333 56
Decimal 234 219 46
Hex EA DB 2E

RGB Percentages of Color #eadb2e

%46.89
%43.89
%9.22

CMYK Percentages of Color #eadb2e

%0
%6
%80
%8

Triadic Colors of #eadb2e

#eadb2e #2eeadb #db2eea

Analogous Colors of #eadb2e

#eadb2e #9bea2e #ea7d2e

Monochromatic Colors of #eadb2e

#eadb2e

Complementary Color

#eadb2e #2e3dea

#eadb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadb2e Color CSS Codes

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

#eadb2e Text Font Color

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

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


#eadb2e Background Color

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

This div background color is #eadb2e


#eadb2e Border Color

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

This div border color is #eadb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadb2e


Comments

No comments written yet.

Please login to write comment.