Color Hex Logo

#eead7b Color Hex

#EEAD7B
(238,173,123)
0 Favorites   0 Comments

Color spaces of #eead7b

RGB 238173123
HSL0.070.770.71
HSV26°48°93°
CMYK 0.000.270.48   0.07
XYZ53.778649.494325.4578
Yxy49.49430.41780.3845
Hunter Lab70.352213.332627.7917
CIE-Lab75.757818.041234.9919

#eead7b color RGB value is (238,173,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 01111011
Octal 356 255 173
Decimal 238 173 123
Hex EE AD 7B

RGB Percentages of Color #eead7b

%44.57
%32.40
%23.03

CMYK Percentages of Color #eead7b

%0
%27
%48
%7

Triadic Colors of #eead7b

#eead7b #7beead #ad7bee

Analogous Colors of #eead7b

#eead7b #eee77b #ee7b83

Monochromatic Colors of #eead7b

#eead7b

Complementary Color

#eead7b #7bbcee

#eead7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eead7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eead7b Color CSS Codes

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

#eead7b Text Font Color

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

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


#eead7b Background Color

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

This div background color is #eead7b


#eead7b Border Color

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

This div border color is #eead7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eead7b


Comments

No comments written yet.

Please login to write comment.