Color Hex Logo

#eeb16c Color Hex

#EEB16C
(238,177,108)
0 Favorites   0 Comments

Color spaces of #eeb16c

RGB 238177108
HSL0.090.790.68
HSV32°55°93°
CMYK 0.000.260.55   0.07
XYZ53.688850.704121.1445
Yxy50.70410.42770.4039
Hunter Lab71.20689.974232.2389
CIE-Lab76.499414.614343.6638

#eeb16c color RGB value is (238,177,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 01101100
Octal 356 261 154
Decimal 238 177 108
Hex EE B1 6C

RGB Percentages of Color #eeb16c

%45.51
%33.84
%20.65

CMYK Percentages of Color #eeb16c

%0
%26
%55
%7

Triadic Colors of #eeb16c

#eeb16c #6ceeb1 #b16cee

Analogous Colors of #eeb16c

#eeb16c #eaee6c #ee706c

Monochromatic Colors of #eeb16c

#eeb16c

Complementary Color

#eeb16c #6ca9ee

#eeb16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb16c Color CSS Codes

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

#eeb16c Text Font Color

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

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


#eeb16c Background Color

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

This div background color is #eeb16c


#eeb16c Border Color

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

This div border color is #eeb16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb16c


Comments

No comments written yet.

Please login to write comment.