Color Hex Logo

#ead319 Color Hex

#EAD319
(234,211,25)
0 Favorites   0 Comments

Color spaces of #ead319

RGB 23421125
HSL0.150.830.51
HSV53°89°92°
CMYK 0.000.100.89   0.08
XYZ57.401464.151110.2767
Yxy64.15110.43540.4866
Hunter Lab80.0944-12.239248.4587
CIE-Lab84.0444-8.591581.4303

#ead319 color RGB value is (234,211,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 00011001
Octal 352 323 31
Decimal 234 211 25
Hex EA D3 19

RGB Percentages of Color #ead319

%49.79
%44.89
%5.32

CMYK Percentages of Color #ead319

%0
%10
%89
%8

Triadic Colors of #ead319

#ead319 #19ead3 #d319ea

Analogous Colors of #ead319

#ead319 #99ea19 #ea6b19

Monochromatic Colors of #ead319

#ead319

Complementary Color

#ead319 #1930ea

#ead319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead319 Color CSS Codes

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

#ead319 Text Font Color

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

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


#ead319 Background Color

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

This div background color is #ead319


#ead319 Border Color

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

This div border color is #ead319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead319


Comments

No comments written yet.

Please login to write comment.