Color Hex Logo

#ead93c Color Hex

#EAD93C
(234,217,60)
0 Favorites   0 Comments

Color spaces of #ead93c

RGB 23421760
HSL0.150.810.58
HSV54°74°92°
CMYK 0.000.070.74   0.08
XYZ59.560167.444414.1539
Yxy67.44440.42190.4778
Hunter Lab82.1245-14.262447.2687
CIE-Lab85.7279-10.615074.0791

#ead93c color RGB value is (234,217,60).

#ead93c hex color red value is 234, green value is 217 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ead93c hue: 0.15 , saturation: 0.81 and the lightness value of ead93c is 0.58.

The process color (four color CMYK) of #ead93c color hex is 0.00, 0.07, 0.74, 0.08. Web safe color of #ead93c is #ffcc33. Color #ead93c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 00111100
Octal 352 331 74
Decimal 234 217 60
Hex EA D9 3C

RGB Percentages of Color #ead93c

%45.79
%42.47
%11.74

CMYK Percentages of Color #ead93c

%0
%7
%74
%8

Triadic Colors of #ead93c

#ead93c #3cead9 #d93cea

Analogous Colors of #ead93c

#ead93c #a4ea3c #ea823c

Monochromatic Colors of #ead93c

#ead93c

Complementary Color

#ead93c #3c4dea

#ead93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead93c Color CSS Codes

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

#ead93c Text Font Color

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

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


#ead93c Background Color

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

This div background color is #ead93c


#ead93c Border Color

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

This div border color is #ead93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead93c


Comments

No comments written yet.

Please login to write comment.