Color Hex Logo

#eea29a Color Hex

#EEA29A
(238,162,154)
1 Favorites   0 Comments

Color spaces of #eea29a

RGB 238162154
HSL0.020.710.77
HSV35°93°
CMYK 0.000.320.35   0.07
XYZ54.013046.350936.6717
Yxy46.35090.39420.3382
Hunter Lab68.081522.471815.7208
CIE-Lab73.772727.197915.6292

#eea29a color RGB value is (238,162,154).

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

The process color (four color CMYK) of #eea29a color hex is 0.00, 0.32, 0.35, 0.07. Web safe color of #eea29a is #ff9999. Color #eea29a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100010 10011010
Octal 356 242 232
Decimal 238 162 154
Hex EE A2 9A

RGB Percentages of Color #eea29a

%42.96
%29.24
%27.80

CMYK Percentages of Color #eea29a

%0
%32
%35
%7

Triadic Colors of #eea29a

#eea29a #9aeea2 #a29aee

Analogous Colors of #eea29a

#eea29a #eecc9a #ee9abc

Monochromatic Colors of #eea29a

#eea29a

Complementary Color

#eea29a #9ae6ee

#eea29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea29a Color CSS Codes

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

#eea29a Text Font Color

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

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


#eea29a Background Color

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

This div background color is #eea29a


#eea29a Border Color

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

This div border color is #eea29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea29a


Comments

No comments written yet.

Please login to write comment.