Color Hex Logo

#eed49a Color Hex

#EED49A
(238,212,154)
0 Favorites   0 Comments

Color spaces of #eed49a

RGB 238212154
HSL0.120.710.77
HSV41°35°93°
CMYK 0.000.110.35   0.07
XYZ64.636167.597240.2127
Yxy67.59720.37480.3920
Hunter Lab82.2175-3.551128.5534
CIE-Lab85.80460.879332.0321

#eed49a color RGB value is (238,212,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010100 10011010
Octal 356 324 232
Decimal 238 212 154
Hex EE D4 9A

RGB Percentages of Color #eed49a

%39.40
%35.10
%25.50

CMYK Percentages of Color #eed49a

%0
%11
%35
%7

Triadic Colors of #eed49a

#eed49a #9aeed4 #d49aee

Analogous Colors of #eed49a

#eed49a #deee9a #eeaa9a

Monochromatic Colors of #eed49a

#eed49a

Complementary Color

#eed49a #9ab4ee

#eed49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed49a Color CSS Codes

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

#eed49a Text Font Color

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

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


#eed49a Background Color

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

This div background color is #eed49a


#eed49a Border Color

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

This div border color is #eed49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed49a

#eed49a Color Palettes


Comments

No comments written yet.

Please login to write comment.