Color Hex Logo

#ead419 Color Hex

#EAD419
(234,212,25)
0 Favorites   0 Comments

Color spaces of #ead419

RGB 23421225
HSL0.150.830.51
HSV54°89°92°
CMYK 0.000.090.89   0.08
XYZ57.650664.649610.3598
Yxy64.64960.43460.4873
Hunter Lab80.4050-12.723748.6442
CIE-Lab84.3028-9.094981.6311

#ead419 color RGB value is (234,212,25).

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

The process color (four color CMYK) of #ead419 color hex is 0.00, 0.09, 0.89, 0.08. Web safe color of #ead419 is #ffcc00. Color #ead419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 00011001
Octal 352 324 31
Decimal 234 212 25
Hex EA D4 19

RGB Percentages of Color #ead419

%49.68
%45.01
%5.31

CMYK Percentages of Color #ead419

%0
%9
%89
%8

Triadic Colors of #ead419

#ead419 #19ead4 #d419ea

Analogous Colors of #ead419

#ead419 #98ea19 #ea6c19

Monochromatic Colors of #ead419

#ead419

Complementary Color

#ead419 #192fea

#ead419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead419 Color CSS Codes

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

#ead419 Text Font Color

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

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


#ead419 Background Color

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

This div background color is #ead419


#ead419 Border Color

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

This div border color is #ead419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead419

#ead419 Color Palettes


Comments

No comments written yet.

Please login to write comment.