Color Hex Logo

#eeb97f Color Hex

#EEB97F
(238,185,127)
0 Favorites   0 Comments

Color spaces of #eeb97f

RGB 238185127
HSL0.090.770.72
HSV31°47°93°
CMYK 0.000.220.47   0.07
XYZ56.439654.407427.6057
Yxy54.40740.40760.3930
Hunter Lab73.76147.499529.4433
CIE-Lab78.698712.076436.6904

#eeb97f color RGB value is (238,185,127).

#eeb97f hex color red value is 238, green value is 185 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #eeb97f hue: 0.09 , saturation: 0.77 and the lightness value of eeb97f is 0.72.

The process color (four color CMYK) of #eeb97f color hex is 0.00, 0.22, 0.47, 0.07. Web safe color of #eeb97f is #ffcc66. Color #eeb97f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111001 01111111
Octal 356 271 177
Decimal 238 185 127
Hex EE B9 7F

RGB Percentages of Color #eeb97f

%43.27
%33.64
%23.09

CMYK Percentages of Color #eeb97f

%0
%22
%47
%7

Triadic Colors of #eeb97f

#eeb97f #7feeb9 #b97fee

Analogous Colors of #eeb97f

#eeb97f #ecee7f #ee827f

Monochromatic Colors of #eeb97f

#eeb97f

Complementary Color

#eeb97f #7fb4ee

#eeb97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb97f Color CSS Codes

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

#eeb97f Text Font Color

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

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


#eeb97f Background Color

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

This div background color is #eeb97f


#eeb97f Border Color

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

This div border color is #eeb97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb97f


Comments

No comments written yet.

Please login to write comment.