Color Hex Logo

#eaad6c Color Hex

#EAAD6C
(234,173,108)
0 Favorites   0 Comments

Color spaces of #eaad6c

RGB 234173108
HSL0.090.750.67
HSV31°54°92°
CMYK 0.000.260.54   0.08
XYZ51.582048.462320.8228
Yxy48.46230.42680.4010
Hunter Lab69.614910.435830.9959
CIE-Lab75.115615.100541.8683

#eaad6c color RGB value is (234,173,108).

#eaad6c hex color red value is 234, green value is 173 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #eaad6c hue: 0.09 , saturation: 0.75 and the lightness value of eaad6c is 0.67.

The process color (four color CMYK) of #eaad6c color hex is 0.00, 0.26, 0.54, 0.08. Web safe color of #eaad6c is #ff9966. Color #eaad6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 01101100
Octal 352 255 154
Decimal 234 173 108
Hex EA AD 6C

RGB Percentages of Color #eaad6c

%45.44
%33.59
%20.97

CMYK Percentages of Color #eaad6c

%0
%26
%54
%8

Triadic Colors of #eaad6c

#eaad6c #6ceaad #ad6cea

Analogous Colors of #eaad6c

#eaad6c #e8ea6c #ea6e6c

Monochromatic Colors of #eaad6c

#eaad6c

Complementary Color

#eaad6c #6ca9ea

#eaad6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaad6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaad6c Color CSS Codes

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

#eaad6c Text Font Color

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

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


#eaad6c Background Color

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

This div background color is #eaad6c


#eaad6c Border Color

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

This div border color is #eaad6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaad6c


Comments

No comments written yet.

Please login to write comment.