Color Hex Logo

#eea97b Color Hex

#EEA97B
(238,169,123)
0 Favorites   0 Comments

Color spaces of #eea97b

RGB 238169123
HSL0.070.770.71
HSV24°48°93°
CMYK 0.000.290.48   0.07
XYZ53.023047.983125.2059
Yxy47.98310.42010.3802
Hunter Lab69.269815.411726.9144
CIE-Lab74.814320.162333.7728

#eea97b color RGB value is (238,169,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101001 01111011
Octal 356 251 173
Decimal 238 169 123
Hex EE A9 7B

RGB Percentages of Color #eea97b

%44.91
%31.89
%23.21

CMYK Percentages of Color #eea97b

%0
%29
%48
%7

Triadic Colors of #eea97b

#eea97b #7beea9 #a97bee

Analogous Colors of #eea97b

#eea97b #eee37b #ee7b87

Monochromatic Colors of #eea97b

#eea97b

Complementary Color

#eea97b #7bc0ee

#eea97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea97b Color CSS Codes

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

#eea97b Text Font Color

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

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


#eea97b Background Color

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

This div background color is #eea97b


#eea97b Border Color

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

This div border color is #eea97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea97b


Comments

No comments written yet.

Please login to write comment.