Color Hex Logo

#ead32a Color Hex

#EAD32A
(234,211,42)
0 Favorites   0 Comments

Color spaces of #ead32a

RGB 23421142
HSL0.150.820.54
HSV53°82°92°
CMYK 0.000.100.82   0.08
XYZ57.643964.248111.5535
Yxy64.24810.43200.4815
Hunter Lab80.1549-11.901747.5624
CIE-Lab84.0948-8.214477.8922

#ead32a color RGB value is (234,211,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 00101010
Octal 352 323 52
Decimal 234 211 42
Hex EA D3 2A

RGB Percentages of Color #ead32a

%48.05
%43.33
%8.62

CMYK Percentages of Color #ead32a

%0
%10
%82
%8

Triadic Colors of #ead32a

#ead32a #2aead3 #d32aea

Analogous Colors of #ead32a

#ead32a #a1ea2a #ea732a

Monochromatic Colors of #ead32a

#ead32a

Complementary Color

#ead32a #2a41ea

#ead32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead32a Color CSS Codes

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

#ead32a Text Font Color

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

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


#ead32a Background Color

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

This div background color is #ead32a


#ead32a Border Color

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

This div border color is #ead32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead32a


Comments

No comments written yet.

Please login to write comment.