Color Hex Logo

#ead13e Color Hex

#EAD13E
(234,209,62)
0 Favorites   0 Comments

Color spaces of #ead13e

RGB 23420962
HSL0.140.800.58
HSV51°74°92°
CMYK 0.000.110.74   0.08
XYZ57.601763.441213.7669
Yxy63.44120.42730.4706
Hunter Lab79.6500-10.298945.5072
CIE-Lab83.6740-6.503971.4698

#ead13e color RGB value is (234,209,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 00111110
Octal 352 321 76
Decimal 234 209 62
Hex EA D1 3E

RGB Percentages of Color #ead13e

%46.34
%41.39
%12.28

CMYK Percentages of Color #ead13e

%0
%11
%74
%8

Triadic Colors of #ead13e

#ead13e #3eead1 #d13eea

Analogous Colors of #ead13e

#ead13e #adea3e #ea7b3e

Monochromatic Colors of #ead13e

#ead13e

Complementary Color

#ead13e #3e57ea

#ead13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead13e Color CSS Codes

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

#ead13e Text Font Color

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

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


#ead13e Background Color

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

This div background color is #ead13e


#ead13e Border Color

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

This div border color is #ead13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead13e


Comments

No comments written yet.

Please login to write comment.