Color Hex Logo

#eeb66c Color Hex

#EEB66C
(238,182,108)
0 Favorites   0 Comments

Color spaces of #eeb66c

RGB 238182108
HSL0.090.790.68
HSV34°55°93°
CMYK 0.000.240.55   0.07
XYZ54.694652.715721.4798
Yxy52.71570.42440.4090
Hunter Lab72.60567.406333.2834
CIE-Lab77.706811.975045.1366

#eeb66c color RGB value is (238,182,108).

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

The process color (four color CMYK) of #eeb66c color hex is 0.00, 0.24, 0.55, 0.07. Web safe color of #eeb66c is #ffcc66. Color #eeb66c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110110 01101100
Octal 356 266 154
Decimal 238 182 108
Hex EE B6 6C

RGB Percentages of Color #eeb66c

%45.08
%34.47
%20.45

CMYK Percentages of Color #eeb66c

%0
%24
%55
%7

Triadic Colors of #eeb66c

#eeb66c #6ceeb6 #b66cee

Analogous Colors of #eeb66c

#eeb66c #e5ee6c #ee756c

Monochromatic Colors of #eeb66c

#eeb66c

Complementary Color

#eeb66c #6ca4ee

#eeb66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb66c Color CSS Codes

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

#eeb66c Text Font Color

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

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


#eeb66c Background Color

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

This div background color is #eeb66c


#eeb66c Border Color

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

This div border color is #eeb66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb66c


Comments

No comments written yet.

Please login to write comment.