Color Hex Logo

#eeae86 Color Hex

#EEAE86
(238,174,134)
0 Favorites   0 Comments

Color spaces of #eeae86

RGB 238174134
HSL0.060.750.73
HSV23°44°93°
CMYK 0.000.270.44   0.07
XYZ54.699050.170529.3552
Yxy50.17050.40750.3738
Hunter Lab70.831113.891325.0097
CIE-Lab76.173818.594129.7176

#eeae86 color RGB value is (238,174,134).

#eeae86 hex color red value is 238, green value is 174 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #eeae86 hue: 0.06 , saturation: 0.75 and the lightness value of eeae86 is 0.73.

The process color (four color CMYK) of #eeae86 color hex is 0.00, 0.27, 0.44, 0.07. Web safe color of #eeae86 is #ff9999. Color #eeae86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 10000110
Octal 356 256 206
Decimal 238 174 134
Hex EE AE 86

RGB Percentages of Color #eeae86

%43.59
%31.87
%24.54

CMYK Percentages of Color #eeae86

%0
%27
%44
%7

Triadic Colors of #eeae86

#eeae86 #86eeae #ae86ee

Analogous Colors of #eeae86

#eeae86 #eee286 #ee8692

Monochromatic Colors of #eeae86

#eeae86

Complementary Color

#eeae86 #86c6ee

#eeae86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeae86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeae86 Color CSS Codes

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

#eeae86 Text Font Color

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

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


#eeae86 Background Color

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

This div background color is #eeae86


#eeae86 Border Color

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

This div border color is #eeae86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeae86


Comments

No comments written yet.

Please login to write comment.