Color Hex Logo

#eeab6c Color Hex

#EEAB6C
(238,171,108)
0 Favorites   0 Comments

Color spaces of #eeab6c

RGB 238171108
HSL0.080.790.68
HSV29°55°93°
CMYK 0.000.280.55   0.07
XYZ52.529648.385720.7581
Yxy48.38570.43170.3977
Hunter Lab69.559813.068430.9985
CIE-Lab75.067617.789941.9049

#eeab6c color RGB value is (238,171,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 01101100
Octal 356 253 154
Decimal 238 171 108
Hex EE AB 6C

RGB Percentages of Color #eeab6c

%46.03
%33.08
%20.89

CMYK Percentages of Color #eeab6c

%0
%28
%55
%7

Triadic Colors of #eeab6c

#eeab6c #6ceeab #ab6cee

Analogous Colors of #eeab6c

#eeab6c #eeec6c #ee6c6e

Monochromatic Colors of #eeab6c

#eeab6c

Complementary Color

#eeab6c #6cafee

#eeab6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeab6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeab6c Color CSS Codes

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

#eeab6c Text Font Color

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

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


#eeab6c Background Color

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

This div background color is #eeab6c


#eeab6c Border Color

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

This div border color is #eeab6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeab6c


Comments

No comments written yet.

Please login to write comment.