Color Hex Logo

#eed379 Color Hex

#EED379
(238,211,121)
0 Favorites   0 Comments

Color spaces of #eed379

RGB 238211121
HSL0.130.770.70
HSV46°49°93°
CMYK 0.000.110.49   0.07
XYZ62.005466.146227.5886
Yxy66.14620.39810.4247
Hunter Lab81.3303-6.241536.8191
CIE-Lab85.0709-2.006247.7031

#eed379 color RGB value is (238,211,121).

#eed379 hex color red value is 238, green value is 211 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #eed379 hue: 0.13 , saturation: 0.77 and the lightness value of eed379 is 0.70.

The process color (four color CMYK) of #eed379 color hex is 0.00, 0.11, 0.49, 0.07. Web safe color of #eed379 is #ffcc66. Color #eed379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 01111001
Octal 356 323 171
Decimal 238 211 121
Hex EE D3 79

RGB Percentages of Color #eed379

%41.75
%37.02
%21.23

CMYK Percentages of Color #eed379

%0
%11
%49
%7

Triadic Colors of #eed379

#eed379 #79eed3 #d379ee

Analogous Colors of #eed379

#eed379 #cfee79 #ee9979

Monochromatic Colors of #eed379

#eed379

Complementary Color

#eed379 #7994ee

#eed379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed379 Color CSS Codes

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

#eed379 Text Font Color

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

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


#eed379 Background Color

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

This div background color is #eed379


#eed379 Border Color

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

This div border color is #eed379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed379

#eed379 Color Palettes


Comments

No comments written yet.

Please login to write comment.