Color Hex Logo

#eeaaa4 Color Hex

#EEAAA4
(238,170,164)
0 Favorites   0 Comments

Color spaces of #eeaaa4

RGB 238170164
HSL0.010.690.79
HSV31°93°
CMYK 0.000.290.31   0.07
XYZ56.335549.606941.7279
Yxy49.60690.38150.3359
Hunter Lab70.432219.517814.1758
CIE-Lab75.827324.194413.0498

#eeaaa4 color RGB value is (238,170,164).

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

The process color (four color CMYK) of #eeaaa4 color hex is 0.00, 0.29, 0.31, 0.07. Web safe color of #eeaaa4 is #ff9999. Color #eeaaa4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101010 10100100
Octal 356 252 244
Decimal 238 170 164
Hex EE AA A4

RGB Percentages of Color #eeaaa4

%41.61
%29.72
%28.67

CMYK Percentages of Color #eeaaa4

%0
%29
%31
%7

Triadic Colors of #eeaaa4

#eeaaa4 #a4eeaa #aaa4ee

Analogous Colors of #eeaaa4

#eeaaa4 #eecfa4 #eea4c3

Monochromatic Colors of #eeaaa4

#eeaaa4

Complementary Color

#eeaaa4 #a4e8ee

#eeaaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaaa4 Color CSS Codes

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

#eeaaa4 Text Font Color

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

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


#eeaaa4 Background Color

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

This div background color is #eeaaa4


#eeaaa4 Border Color

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

This div border color is #eeaaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaaa4


Comments

No comments written yet.

Please login to write comment.