Color Hex Logo

#eedc3f Color Hex

#EEDC3F
(238,220,63)
0 Favorites   0 Comments

Color spaces of #eedc3f

RGB 23822063
HSL0.150.840.59
HSV54°74°93°
CMYK 0.000.080.74   0.07
XYZ61.750369.722414.9058
Yxy69.72240.42190.4763
Hunter Lab83.4999-14.119747.8659
CIE-Lab86.8605-10.315574.2688

#eedc3f color RGB value is (238,220,63).

#eedc3f hex color red value is 238, green value is 220 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #eedc3f hue: 0.15 , saturation: 0.84 and the lightness value of eedc3f is 0.59.

The process color (four color CMYK) of #eedc3f color hex is 0.00, 0.08, 0.74, 0.07. Web safe color of #eedc3f is #ffcc33. Color #eedc3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 00111111
Octal 356 334 77
Decimal 238 220 63
Hex EE DC 3F

RGB Percentages of Color #eedc3f

%45.68
%42.23
%12.09

CMYK Percentages of Color #eedc3f

%0
%8
%74
%7

Triadic Colors of #eedc3f

#eedc3f #3feedc #dc3fee

Analogous Colors of #eedc3f

#eedc3f #a9ee3f #ee853f

Monochromatic Colors of #eedc3f

#eedc3f

Complementary Color

#eedc3f #3f51ee

#eedc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc3f Color CSS Codes

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

#eedc3f Text Font Color

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

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


#eedc3f Background Color

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

This div background color is #eedc3f


#eedc3f Border Color

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

This div border color is #eedc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc3f


Comments

No comments written yet.

Please login to write comment.