Color Hex Logo

#eea86a Color Hex

#EEA86A
(238,168,106)
0 Favorites   0 Comments

Color spaces of #eea86a

RGB 238168106
HSL0.080.800.67
HSV28°55°93°
CMYK 0.000.290.55   0.07
XYZ51.864047.223020.0171
Yxy47.22300.43550.3965
Hunter Lab68.719014.460330.8328
CIE-Lab74.332219.219142.0234

#eea86a color RGB value is (238,168,106).

#eea86a hex color red value is 238, green value is 168 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #eea86a hue: 0.08 , saturation: 0.80 and the lightness value of eea86a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101000 01101010
Octal 356 250 152
Decimal 238 168 106
Hex EE A8 6A

RGB Percentages of Color #eea86a

%46.48
%32.81
%20.70

CMYK Percentages of Color #eea86a

%0
%29
%55
%7

Triadic Colors of #eea86a

#eea86a #6aeea8 #a86aee

Analogous Colors of #eea86a

#eea86a #eeea6a #ee6a6e

Monochromatic Colors of #eea86a

#eea86a

Complementary Color

#eea86a #6ab0ee

#eea86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea86a Color CSS Codes

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

#eea86a Text Font Color

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

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


#eea86a Background Color

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

This div background color is #eea86a


#eea86a Border Color

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

This div border color is #eea86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea86a


Comments

No comments written yet.

Please login to write comment.