Color Hex Logo

#eea69a Color Hex

#EEA69A
(238,166,154)
0 Favorites   0 Comments

Color spaces of #eea69a

RGB 238166154
HSL0.020.710.77
HSV35°93°
CMYK 0.000.300.35   0.07
XYZ54.728847.782736.9103
Yxy47.78270.39250.3427
Hunter Lab69.125020.356116.7288
CIE-Lab74.687725.075416.9057

#eea69a color RGB value is (238,166,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 10011010
Octal 356 246 232
Decimal 238 166 154
Hex EE A6 9A

RGB Percentages of Color #eea69a

%42.65
%29.75
%27.60

CMYK Percentages of Color #eea69a

%0
%30
%35
%7

Triadic Colors of #eea69a

#eea69a #9aeea6 #a69aee

Analogous Colors of #eea69a

#eea69a #eed09a #ee9ab8

Monochromatic Colors of #eea69a

#eea69a

Complementary Color

#eea69a #9ae2ee

#eea69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea69a Color CSS Codes

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

#eea69a Text Font Color

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

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


#eea69a Background Color

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

This div background color is #eea69a


#eea69a Border Color

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

This div border color is #eea69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea69a


Comments

No comments written yet.

Please login to write comment.