Color Hex Logo

#ead50c Color Hex

#EAD50C
(234,213,12)
0 Favorites   0 Comments

Color spaces of #ead50c

RGB 23421312
HSL0.150.900.48
HSV54°95°92°
CMYK 0.000.090.95   0.08
XYZ57.792365.10759.8688
Yxy65.10750.43530.4904
Hunter Lab80.6892-13.358549.2309
CIE-Lab84.5391-9.766783.5043

#ead50c color RGB value is (234,213,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010101 00001100
Octal 352 325 14
Decimal 234 213 12
Hex EA D5 C

RGB Percentages of Color #ead50c

%50.98
%46.41
%2.61

CMYK Percentages of Color #ead50c

%0
%9
%95
%8

Triadic Colors of #ead50c

#ead50c #0cead5 #d50cea

Analogous Colors of #ead50c

#ead50c #90ea0c #ea660c

Monochromatic Colors of #ead50c

#ead50c

Complementary Color

#ead50c #0c21ea

#ead50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead50c Color CSS Codes

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

#ead50c Text Font Color

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

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


#ead50c Background Color

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

This div background color is #ead50c


#ead50c Border Color

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

This div border color is #ead50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead50c

#ead50c Color Palettes


Comments

No comments written yet.

Please login to write comment.