Color Hex Logo

#ead23c Color Hex

#EAD23C
(234,210,60)
0 Favorites   0 Comments

Color spaces of #ead23c

RGB 23421060
HSL0.140.810.58
HSV52°74°92°
CMYK 0.000.100.74   0.08
XYZ57.793963.911913.5651
Yxy63.91190.42720.4725
Hunter Lab79.9449-10.862145.9011
CIE-Lab83.9199-7.093872.3867

#ead23c color RGB value is (234,210,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010010 00111100
Octal 352 322 74
Decimal 234 210 60
Hex EA D2 3C

RGB Percentages of Color #ead23c

%46.43
%41.67
%11.90

CMYK Percentages of Color #ead23c

%0
%10
%74
%8

Triadic Colors of #ead23c

#ead23c #3cead2 #d23cea

Analogous Colors of #ead23c

#ead23c #abea3c #ea7b3c

Monochromatic Colors of #ead23c

#ead23c

Complementary Color

#ead23c #3c54ea

#ead23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead23c Color CSS Codes

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

#ead23c Text Font Color

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

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


#ead23c Background Color

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

This div background color is #ead23c


#ead23c Border Color

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

This div border color is #ead23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead23c


Comments

No comments written yet.

Please login to write comment.