Color Hex Logo

#eeae9d Color Hex

#EEAE9D
(238,174,157)
0 Favorites   0 Comments

Color spaces of #eeae9d

RGB 238174157
HSL0.030.700.77
HSV13°34°93°
CMYK 0.000.270.34   0.07
XYZ56.481850.883638.7429
Yxy50.88360.38660.3483
Hunter Lab71.332716.505317.7308
CIE-Lab76.608421.190817.9466

#eeae9d color RGB value is (238,174,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 10011101
Octal 356 256 235
Decimal 238 174 157
Hex EE AE 9D

RGB Percentages of Color #eeae9d

%41.83
%30.58
%27.59

CMYK Percentages of Color #eeae9d

%0
%27
%34
%7

Triadic Colors of #eeae9d

#eeae9d #9deeae #ae9dee

Analogous Colors of #eeae9d

#eeae9d #eed79d #ee9db5

Monochromatic Colors of #eeae9d

#eeae9d

Complementary Color

#eeae9d #9dddee

#eeae9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeae9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeae9d Color CSS Codes

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

#eeae9d Text Font Color

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

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


#eeae9d Background Color

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

This div background color is #eeae9d


#eeae9d Border Color

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

This div border color is #eeae9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeae9d

#eeae9d Color Palettes


Comments

No comments written yet.

Please login to write comment.