Color Hex Logo

#eed29f Color Hex

#EED29F
(238,210,159)
0 Favorites   0 Comments

Color spaces of #eed29f

RGB 238210159
HSL0.110.700.78
HSV39°33°93°
CMYK 0.000.120.33   0.07
XYZ64.564566.773542.2866
Yxy66.77350.37190.3846
Hunter Lab81.7151-1.965426.5186
CIE-Lab85.38942.506528.8907

#eed29f color RGB value is (238,210,159).

#eed29f hex color red value is 238, green value is 210 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #eed29f hue: 0.11 , saturation: 0.70 and the lightness value of eed29f is 0.78.

The process color (four color CMYK) of #eed29f color hex is 0.00, 0.12, 0.33, 0.07. Web safe color of #eed29f is #ffcc99. Color #eed29f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 10011111
Octal 356 322 237
Decimal 238 210 159
Hex EE D2 9F

RGB Percentages of Color #eed29f

%39.21
%34.60
%26.19

CMYK Percentages of Color #eed29f

%0
%12
%33
%7

Triadic Colors of #eed29f

#eed29f #9feed2 #d29fee

Analogous Colors of #eed29f

#eed29f #e3ee9f #eeab9f

Monochromatic Colors of #eed29f

#eed29f

Complementary Color

#eed29f #9fbbee

#eed29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed29f Color CSS Codes

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

#eed29f Text Font Color

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

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


#eed29f Background Color

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

This div background color is #eed29f


#eed29f Border Color

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

This div border color is #eed29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed29f

#eed29f Color Palettes


Comments

No comments written yet.

Please login to write comment.