Color Hex Logo

#eedd74 Color Hex

#EEDD74
(238,221,116)
0 Favorites   0 Comments

Color spaces of #eedd74

RGB 238221116
HSL0.140.780.69
HSV52°51°93°
CMYK 0.000.070.51   0.07
XYZ64.268771.151026.8692
Yxy71.15100.39600.4384
Hunter Lab84.3511-11.611740.1595
CIE-Lab87.5583-7.514453.1015

#eedd74 color RGB value is (238,221,116).

#eedd74 hex color red value is 238, green value is 221 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #eedd74 hue: 0.14 , saturation: 0.78 and the lightness value of eedd74 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 01110100
Octal 356 335 164
Decimal 238 221 116
Hex EE DD 74

RGB Percentages of Color #eedd74

%41.39
%38.43
%20.17

CMYK Percentages of Color #eedd74

%0
%7
%51
%7

Triadic Colors of #eedd74

#eedd74 #74eedd #dd74ee

Analogous Colors of #eedd74

#eedd74 #c2ee74 #eea074

Monochromatic Colors of #eedd74

#eedd74

Complementary Color

#eedd74 #7485ee

#eedd74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd74 Color CSS Codes

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

#eedd74 Text Font Color

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

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


#eedd74 Background Color

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

This div background color is #eedd74


#eedd74 Border Color

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

This div border color is #eedd74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd74


Comments

No comments written yet.

Please login to write comment.