Color Hex Logo

#eeae8a Color Hex

#EEAE8A
(238,174,138)
0 Favorites   0 Comments

Color spaces of #eeae8a

RGB 238174138
HSL0.060.750.74
HSV22°42°93°
CMYK 0.000.270.42   0.07
XYZ54.983450.284230.8526
Yxy50.28420.40390.3694
Hunter Lab70.911414.310923.8416
CIE-Lab76.243419.013827.6770

#eeae8a color RGB value is (238,174,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 10001010
Octal 356 256 212
Decimal 238 174 138
Hex EE AE 8A

RGB Percentages of Color #eeae8a

%43.27
%31.64
%25.09

CMYK Percentages of Color #eeae8a

%0
%27
%42
%7

Triadic Colors of #eeae8a

#eeae8a #8aeeae #ae8aee

Analogous Colors of #eeae8a

#eeae8a #eee08a #ee8a98

Monochromatic Colors of #eeae8a

#eeae8a

Complementary Color

#eeae8a #8acaee

#eeae8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeae8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeae8a Color CSS Codes

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

#eeae8a Text Font Color

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

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


#eeae8a Background Color

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

This div background color is #eeae8a


#eeae8a Border Color

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

This div border color is #eeae8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeae8a


Comments

No comments written yet.

Please login to write comment.