Color Hex Logo

#eadb2d Color Hex

#EADB2D
(234,219,45)
0 Favorites   0 Comments

Color spaces of #eadb2d

RGB 23421945
HSL0.150.820.55
HSV55°81°92°
CMYK 0.000.060.81   0.08
XYZ59.736968.344912.5260
Yxy68.34490.42480.4861
Hunter Lab82.6710-15.692648.8863
CIE-Lab86.1786-12.134978.8996

#eadb2d color RGB value is (234,219,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 00101101
Octal 352 333 55
Decimal 234 219 45
Hex EA DB 2D

RGB Percentages of Color #eadb2d

%46.99
%43.98
%9.04

CMYK Percentages of Color #eadb2d

%0
%6
%81
%8

Triadic Colors of #eadb2d

#eadb2d #2deadb #db2dea

Analogous Colors of #eadb2d

#eadb2d #9bea2d #ea7d2d

Monochromatic Colors of #eadb2d

#eadb2d

Complementary Color

#eadb2d #2d3cea

#eadb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadb2d Color CSS Codes

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

#eadb2d Text Font Color

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

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


#eadb2d Background Color

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

This div background color is #eadb2d


#eadb2d Border Color

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

This div border color is #eadb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadb2d


Comments

No comments written yet.

Please login to write comment.