Color Hex Logo

#eec49a Color Hex

#EEC49A
(238,196,154)
0 Favorites   0 Comments

Color spaces of #eec49a

RGB 238196154
HSL0.080.710.77
HSV30°35°93°
CMYK 0.000.180.35   0.07
XYZ60.832659.990138.9449
Yxy59.99010.38080.3755
Hunter Lab77.45334.652524.4052
CIE-Lab81.83289.199826.7083

#eec49a color RGB value is (238,196,154).

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

The process color (four color CMYK) of #eec49a color hex is 0.00, 0.18, 0.35, 0.07. Web safe color of #eec49a is #ffcc99. Color #eec49a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 10011010
Octal 356 304 232
Decimal 238 196 154
Hex EE C4 9A

RGB Percentages of Color #eec49a

%40.48
%33.33
%26.19

CMYK Percentages of Color #eec49a

%0
%18
%35
%7

Triadic Colors of #eec49a

#eec49a #9aeec4 #c49aee

Analogous Colors of #eec49a

#eec49a #eeee9a #ee9a9a

Monochromatic Colors of #eec49a

#eec49a

Complementary Color

#eec49a #9ac4ee

#eec49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec49a Color CSS Codes

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

#eec49a Text Font Color

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

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


#eec49a Background Color

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

This div background color is #eec49a


#eec49a Border Color

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

This div border color is #eec49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec49a

#eec49a Color Palettes


Comments

No comments written yet.

Please login to write comment.