Color Hex Logo

#eead6c Color Hex

#EEAD6C
(238,173,108)
0 Favorites   0 Comments

Color spaces of #eead6c

RGB 238173108
HSL0.080.790.68
HSV30°55°93°
CMYK 0.000.270.55   0.07
XYZ52.910249.147020.8850
Yxy49.14700.43040.3998
Hunter Lab70.104912.035531.4103
CIE-Lab75.542716.730542.4900

#eead6c color RGB value is (238,173,108).

#eead6c hex color red value is 238, green value is 173 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #eead6c hue: 0.08 , saturation: 0.79 and the lightness value of eead6c is 0.68.

The process color (four color CMYK) of #eead6c color hex is 0.00, 0.27, 0.55, 0.07. Web safe color of #eead6c is #ff9966. Color #eead6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 01101100
Octal 356 255 154
Decimal 238 173 108
Hex EE AD 6C

RGB Percentages of Color #eead6c

%45.86
%33.33
%20.81

CMYK Percentages of Color #eead6c

%0
%27
%55
%7

Triadic Colors of #eead6c

#eead6c #6ceead #ad6cee

Analogous Colors of #eead6c

#eead6c #eeee6c #ee6c6c

Monochromatic Colors of #eead6c

#eead6c

Complementary Color

#eead6c #6cadee

#eead6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eead6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eead6c Color CSS Codes

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

#eead6c Text Font Color

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

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


#eead6c Background Color

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

This div background color is #eead6c


#eead6c Border Color

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

This div border color is #eead6c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,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 #eead6c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eead6c


Comments

No comments written yet.

Please login to write comment.