Color Hex Logo

#eead7a Color Hex

#EEAD7A
(238,173,122)
0 Favorites   0 Comments

Color spaces of #eead7a

RGB 238173122
HSL0.070.770.71
HSV26°49°93°
CMYK 0.000.270.49   0.07
XYZ53.716349.469425.1298
Yxy49.46940.41860.3855
Hunter Lab70.334513.239828.0504
CIE-Lab75.742417.947835.4968

#eead7a color RGB value is (238,173,122).

#eead7a hex color red value is 238, green value is 173 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eead7a hue: 0.07 , saturation: 0.77 and the lightness value of eead7a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 01111010
Octal 356 255 172
Decimal 238 173 122
Hex EE AD 7A

RGB Percentages of Color #eead7a

%44.65
%32.46
%22.89

CMYK Percentages of Color #eead7a

%0
%27
%49
%7

Triadic Colors of #eead7a

#eead7a #7aeead #ad7aee

Analogous Colors of #eead7a

#eead7a #eee77a #ee7a81

Monochromatic Colors of #eead7a

#eead7a

Complementary Color

#eead7a #7abbee

#eead7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eead7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eead7a Color CSS Codes

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

#eead7a Text Font Color

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

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


#eead7a Background Color

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

This div background color is #eead7a


#eead7a Border Color

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

This div border color is #eead7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eead7a


Comments

No comments written yet.

Please login to write comment.