Color Hex Logo

#eeb06d Color Hex

#EEB06D
(238,176,109)
0 Favorites   0 Comments

Color spaces of #eeb06d

RGB 238176109
HSL0.090.790.68
HSV31°54°93°
CMYK 0.000.260.54   0.07
XYZ53.545550.331921.3609
Yxy50.33190.42750.4019
Hunter Lab70.945010.568631.8098
CIE-Lab76.272515.224342.8789

#eeb06d color RGB value is (238,176,109).

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

The process color (four color CMYK) of #eeb06d color hex is 0.00, 0.26, 0.54, 0.07. Web safe color of #eeb06d is #ff9966. Color #eeb06d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 01101101
Octal 356 260 155
Decimal 238 176 109
Hex EE B0 6D

RGB Percentages of Color #eeb06d

%45.51
%33.65
%20.84

CMYK Percentages of Color #eeb06d

%0
%26
%54
%7

Triadic Colors of #eeb06d

#eeb06d #6deeb0 #b06dee

Analogous Colors of #eeb06d

#eeb06d #ecee6d #ee706d

Monochromatic Colors of #eeb06d

#eeb06d

Complementary Color

#eeb06d #6dabee

#eeb06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb06d Color CSS Codes

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

#eeb06d Text Font Color

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

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


#eeb06d Background Color

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

This div background color is #eeb06d


#eeb06d Border Color

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

This div border color is #eeb06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb06d

#eeb06d Color Palettes


Comments

No comments written yet.

Please login to write comment.