Color Hex Logo

#eeea7a Color Hex

#EEEA7A
(238,234,122)
0 Favorites   0 Comments

Color spaces of #eeea7a

RGB 238234122
HSL0.160.770.71
HSV58°49°93°
CMYK 0.000.020.49   0.07
XYZ68.195678.427929.9562
Yxy78.42790.38620.4442
Hunter Lab88.5595-17.524641.9362
CIE-Lab90.9748-13.478554.3608

#eeea7a color RGB value is (238,234,122).

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

The process color (four color CMYK) of #eeea7a color hex is 0.00, 0.02, 0.49, 0.07. Web safe color of #eeea7a is #ffff66. Color #eeea7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 01111010
Octal 356 352 172
Decimal 238 234 122
Hex EE EA 7A

RGB Percentages of Color #eeea7a

%40.07
%39.39
%20.54

CMYK Percentages of Color #eeea7a

%0
%2
%49
%7

Triadic Colors of #eeea7a

#eeea7a #7aeeea #ea7aee

Analogous Colors of #eeea7a

#eeea7a #b8ee7a #eeb07a

Monochromatic Colors of #eeea7a

#eeea7a

Complementary Color

#eeea7a #7a7eee

#eeea7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeea7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeea7a Color CSS Codes

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

#eeea7a Text Font Color

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

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


#eeea7a Background Color

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

This div background color is #eeea7a


#eeea7a Border Color

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

This div border color is #eeea7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeea7a


Comments

No comments written yet.

Please login to write comment.