Color Hex Logo

#ead20a Color Hex

#EAD20A
(234,210,10)
0 Favorites   0 Comments

Color spaces of #ead20a

RGB 23421010
HSL0.150.920.48
HSV54°96°92°
CMYK 0.000.100.96   0.08
XYZ57.033163.60759.5587
Yxy63.60750.43800.4885
Hunter Lab79.7543-11.922948.7220
CIE-Lab83.7610-8.275983.1138

#ead20a color RGB value is (234,210,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010010 00001010
Octal 352 322 12
Decimal 234 210 10
Hex EA D2 A

RGB Percentages of Color #ead20a

%51.54
%46.26
%2.20

CMYK Percentages of Color #ead20a

%0
%10
%96
%8

Triadic Colors of #ead20a

#ead20a #0aead2 #d20aea

Analogous Colors of #ead20a

#ead20a #92ea0a #ea620a

Monochromatic Colors of #ead20a

#ead20a

Complementary Color

#ead20a #0a22ea

#ead20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead20a Color CSS Codes

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

#ead20a Text Font Color

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

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


#ead20a Background Color

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

This div background color is #ead20a


#ead20a Border Color

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

This div border color is #ead20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead20a


Comments

No comments written yet.

Please login to write comment.