Color Hex Logo

#eeae7a Color Hex

#EEAE7A
(238,174,122)
0 Favorites   0 Comments

Color spaces of #eeae7a

RGB 238174122
HSL0.070.770.71
HSV27°49°93°
CMYK 0.000.270.49   0.07
XYZ53.908849.854425.1939
Yxy49.85440.41800.3866
Hunter Lab70.607612.721028.2698
CIE-Lab75.979817.417835.8019

#eeae7a color RGB value is (238,174,122).

#eeae7a hex color red value is 238, green value is 174 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eeae7a hue: 0.07 , saturation: 0.77 and the lightness value of eeae7a is 0.71.

The process color (four color CMYK) of #eeae7a color hex is 0.00, 0.27, 0.49, 0.07. Web safe color of #eeae7a is #ff9966. Color #eeae7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 01111010
Octal 356 256 172
Decimal 238 174 122
Hex EE AE 7A

RGB Percentages of Color #eeae7a

%44.57
%32.58
%22.85

CMYK Percentages of Color #eeae7a

%0
%27
%49
%7

Triadic Colors of #eeae7a

#eeae7a #7aeeae #ae7aee

Analogous Colors of #eeae7a

#eeae7a #eee87a #ee7a80

Monochromatic Colors of #eeae7a

#eeae7a

Complementary Color

#eeae7a #7abaee

#eeae7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeae7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeae7a Color CSS Codes

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

#eeae7a Text Font Color

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

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


#eeae7a Background Color

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

This div background color is #eeae7a


#eeae7a Border Color

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

This div border color is #eeae7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeae7a


Comments

No comments written yet.

Please login to write comment.