Color Hex Logo

#ead519 Color Hex

#EAD519
(234,213,25)
0 Favorites   0 Comments

Color spaces of #ead519

RGB 23421325
HSL0.150.830.51
HSV54°89°92°
CMYK 0.000.090.89   0.08
XYZ57.901465.151110.4434
Yxy65.15110.43370.4880
Hunter Lab80.7162-13.207348.8302
CIE-Lab84.5615-9.597181.8322

#ead519 color RGB value is (234,213,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010101 00011001
Octal 352 325 31
Decimal 234 213 25
Hex EA D5 19

RGB Percentages of Color #ead519

%49.58
%45.13
%5.30

CMYK Percentages of Color #ead519

%0
%9
%89
%8

Triadic Colors of #ead519

#ead519 #19ead5 #d519ea

Analogous Colors of #ead519

#ead519 #97ea19 #ea6d19

Monochromatic Colors of #ead519

#ead519

Complementary Color

#ead519 #192eea

#ead519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead519 Color CSS Codes

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

#ead519 Text Font Color

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

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


#ead519 Background Color

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

This div background color is #ead519


#ead519 Border Color

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

This div border color is #ead519


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,213,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 #ead519">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead519


Comments

No comments written yet.

Please login to write comment.