Color Hex Logo

#eed66f Color Hex

#EED66F
(238,214,111)
0 Favorites   0 Comments

Color spaces of #eed66f

RGB 238214111
HSL0.140.790.68
HSV49°53°93°
CMYK 0.000.100.53   0.07
XYZ62.175767.418024.7749
Yxy67.41800.40280.4367
Hunter Lab82.1085-8.522739.5861
CIE-Lab85.7146-4.384053.2705

#eed66f color RGB value is (238,214,111).

#eed66f hex color red value is 238, green value is 214 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eed66f hue: 0.14 , saturation: 0.79 and the lightness value of eed66f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 01101111
Octal 356 326 157
Decimal 238 214 111
Hex EE D6 6F

RGB Percentages of Color #eed66f

%42.27
%38.01
%19.72

CMYK Percentages of Color #eed66f

%0
%10
%53
%7

Triadic Colors of #eed66f

#eed66f #6feed6 #d66fee

Analogous Colors of #eed66f

#eed66f #c7ee6f #ee976f

Monochromatic Colors of #eed66f

#eed66f

Complementary Color

#eed66f #6f87ee

#eed66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed66f Color CSS Codes

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

#eed66f Text Font Color

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

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


#eed66f Background Color

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

This div background color is #eed66f


#eed66f Border Color

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

This div border color is #eed66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed66f


Comments

No comments written yet.

Please login to write comment.