Color Hex Logo

#eedd7f Color Hex

#EEDD7F
(238,221,127)
0 Favorites   0 Comments

Color spaces of #eedd7f

RGB 238221127
HSL0.140.770.72
HSV51°47°93°
CMYK 0.000.070.47   0.07
XYZ64.947171.422430.4415
Yxy71.42240.38930.4282
Hunter Lab84.5118-10.718837.8017
CIE-Lab87.6898-6.542547.9984

#eedd7f color RGB value is (238,221,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 01111111
Octal 356 335 177
Decimal 238 221 127
Hex EE DD 7F

RGB Percentages of Color #eedd7f

%40.61
%37.71
%21.67

CMYK Percentages of Color #eedd7f

%0
%7
%47
%7

Triadic Colors of #eedd7f

#eedd7f #7feedd #dd7fee

Analogous Colors of #eedd7f

#eedd7f #c8ee7f #eea67f

Monochromatic Colors of #eedd7f

#eedd7f

Complementary Color

#eedd7f #7f90ee

#eedd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd7f Color CSS Codes

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

#eedd7f Text Font Color

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

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


#eedd7f Background Color

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

This div background color is #eedd7f


#eedd7f Border Color

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

This div border color is #eedd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd7f


Comments

No comments written yet.

Please login to write comment.