Color Hex Logo

#eadb1e Color Hex

#EADB1E
(234,219,30)
0 Favorites   0 Comments

Color spaces of #eadb1e

RGB 23421930
HSL0.150.830.52
HSV56°87°92°
CMYK 0.000.060.87   0.08
XYZ59.497568.249211.2659
Yxy68.24920.42800.4910
Hunter Lab82.6131-16.018149.7438
CIE-Lab86.1309-12.502282.1950

#eadb1e color RGB value is (234,219,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 00011110
Octal 352 333 36
Decimal 234 219 30
Hex EA DB 1E

RGB Percentages of Color #eadb1e

%48.45
%45.34
%6.21

CMYK Percentages of Color #eadb1e

%0
%6
%87
%8

Triadic Colors of #eadb1e

#eadb1e #1eeadb #db1eea

Analogous Colors of #eadb1e

#eadb1e #93ea1e #ea751e

Monochromatic Colors of #eadb1e

#eadb1e

Complementary Color

#eadb1e #1e2dea

#eadb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadb1e Color CSS Codes

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

#eadb1e Text Font Color

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

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


#eadb1e Background Color

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

This div background color is #eadb1e


#eadb1e Border Color

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

This div border color is #eadb1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadb1e


Comments

No comments written yet.

Please login to write comment.