Color Hex Logo

#eed16f Color Hex

#EED16F
(238,209,111)
0 Favorites   0 Comments

Color spaces of #eed16f

RGB 238209111
HSL0.130.790.68
HSV46°53°93°
CMYK 0.000.120.53   0.07
XYZ60.929664.925824.3595
Yxy64.92580.40560.4322
Hunter Lab80.5765-6.032538.4793
CIE-Lab84.4455-1.832951.7686

#eed16f color RGB value is (238,209,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 01101111
Octal 356 321 157
Decimal 238 209 111
Hex EE D1 6F

RGB Percentages of Color #eed16f

%42.65
%37.46
%19.89

CMYK Percentages of Color #eed16f

%0
%12
%53
%7

Triadic Colors of #eed16f

#eed16f #6feed1 #d16fee

Analogous Colors of #eed16f

#eed16f #ccee6f #ee926f

Monochromatic Colors of #eed16f

#eed16f

Complementary Color

#eed16f #6f8cee

#eed16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed16f Color CSS Codes

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

#eed16f Text Font Color

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

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


#eed16f Background Color

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

This div background color is #eed16f


#eed16f Border Color

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

This div border color is #eed16f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,209,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 #eed16f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed16f


Comments

No comments written yet.

Please login to write comment.