Color Hex Logo

#eeaa6d Color Hex

#EEAA6D
(238,170,109)
0 Favorites   0 Comments

Color spaces of #eeaa6d

RGB 238170109
HSL0.080.790.68
HSV28°54°93°
CMYK 0.000.290.54   0.07
XYZ52.394948.030720.9773
Yxy48.03070.43160.3956
Hunter Lab69.304213.666130.5668
CIE-Lab74.844318.401241.1162

#eeaa6d color RGB value is (238,170,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 01101101
Octal 356 252 155
Decimal 238 170 109
Hex EE AA 6D

RGB Percentages of Color #eeaa6d

%46.03
%32.88
%21.08

CMYK Percentages of Color #eeaa6d

%0
%29
%54
%7

Triadic Colors of #eeaa6d

#eeaa6d #6deeaa #aa6dee

Analogous Colors of #eeaa6d

#eeaa6d #eeeb6d #ee6d71

Monochromatic Colors of #eeaa6d

#eeaa6d

Complementary Color

#eeaa6d #6db1ee

#eeaa6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaa6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaa6d Color CSS Codes

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

#eeaa6d Text Font Color

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

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


#eeaa6d Background Color

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

This div background color is #eeaa6d


#eeaa6d Border Color

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

This div border color is #eeaa6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaa6d


Comments

No comments written yet.

Please login to write comment.