Color Hex Logo

#ead32e Color Hex

#EAD32E
(234,211,46)
0 Favorites   0 Comments

Color spaces of #ead32e

RGB 23421146
HSL0.150.820.55
HSV53°80°92°
CMYK 0.000.100.80   0.08
XYZ57.719164.278211.9496
Yxy64.27820.43090.4799
Hunter Lab80.1737-11.797247.2846
CIE-Lab84.1104-8.097876.8492

#ead32e color RGB value is (234,211,46).

#ead32e hex color red value is 234, green value is 211 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ead32e hue: 0.15 , saturation: 0.82 and the lightness value of ead32e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 00101110
Octal 352 323 56
Decimal 234 211 46
Hex EA D3 2E

RGB Percentages of Color #ead32e

%47.66
%42.97
%9.37

CMYK Percentages of Color #ead32e

%0
%10
%80
%8

Triadic Colors of #ead32e

#ead32e #2eead3 #d32eea

Analogous Colors of #ead32e

#ead32e #a3ea2e #ea752e

Monochromatic Colors of #ead32e

#ead32e

Complementary Color

#ead32e #2e45ea

#ead32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead32e Color CSS Codes

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

#ead32e Text Font Color

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

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


#ead32e Background Color

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

This div background color is #ead32e


#ead32e Border Color

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

This div border color is #ead32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead32e


Comments

No comments written yet.

Please login to write comment.