Color Hex Logo

#eaad46 Color Hex

#EAAD46
(234,173,70)
0 Favorites   0 Comments

Color spaces of #eaad46

RGB 23417370
HSL0.100.800.60
HSV38°70°92°
CMYK 0.000.260.70   0.08
XYZ49.980747.821812.3906
Yxy47.82180.45360.4340
Hunter Lab69.15337.993037.7840
CIE-Lab74.712412.573759.4820

#eaad46 color RGB value is (234,173,70).

#eaad46 hex color red value is 234, green value is 173 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #eaad46 hue: 0.10 , saturation: 0.80 and the lightness value of eaad46 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 01000110
Octal 352 255 106
Decimal 234 173 70
Hex EA AD 46

RGB Percentages of Color #eaad46

%49.06
%36.27
%14.68

CMYK Percentages of Color #eaad46

%0
%26
%70
%8

Triadic Colors of #eaad46

#eaad46 #46eaad #ad46ea

Analogous Colors of #eaad46

#eaad46 #d5ea46 #ea5b46

Monochromatic Colors of #eaad46

#eaad46

Complementary Color

#eaad46 #4683ea

#eaad46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaad46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaad46 Color CSS Codes

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

#eaad46 Text Font Color

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

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


#eaad46 Background Color

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

This div background color is #eaad46


#eaad46 Border Color

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

This div border color is #eaad46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaad46


Comments

No comments written yet.

Please login to write comment.