Color Hex Logo

#eaad32 Color Hex

#EAAD32
(234,173,50)
0 Favorites   0 Comments

Color spaces of #eaad32

RGB 23417350
HSL0.110.810.56
HSV40°79°92°
CMYK 0.000.260.79   0.08
XYZ49.451047.60999.6009
Yxy47.60990.46360.4464
Hunter Lab68.99997.177840.0501
CIE-Lab74.578211.721367.1508

#eaad32 color RGB value is (234,173,50).

#eaad32 hex color red value is 234, green value is 173 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #eaad32 hue: 0.11 , saturation: 0.81 and the lightness value of eaad32 is 0.56.

The process color (four color CMYK) of #eaad32 color hex is 0.00, 0.26, 0.79, 0.08. Web safe color of #eaad32 is #ff9933. Color #eaad32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 00110010
Octal 352 255 62
Decimal 234 173 50
Hex EA AD 32

RGB Percentages of Color #eaad32

%51.20
%37.86
%10.94

CMYK Percentages of Color #eaad32

%0
%26
%79
%8

Triadic Colors of #eaad32

#eaad32 #32eaad #ad32ea

Analogous Colors of #eaad32

#eaad32 #cbea32 #ea5132

Monochromatic Colors of #eaad32

#eaad32

Complementary Color

#eaad32 #326fea

#eaad32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaad32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaad32 Color CSS Codes

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

#eaad32 Text Font Color

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

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


#eaad32 Background Color

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

This div background color is #eaad32


#eaad32 Border Color

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

This div border color is #eaad32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaad32


Comments

No comments written yet.

Please login to write comment.