Color Hex Logo

#eedc3e Color Hex

#EEDC3E
(238,220,62)
0 Favorites   0 Comments

Color spaces of #eedc3e

RGB 23822062
HSL0.150.840.59
HSV54°74°93°
CMYK 0.000.080.74   0.07
XYZ61.722669.711314.7599
Yxy69.71130.42220.4768
Hunter Lab83.4933-14.156747.9641
CIE-Lab86.8551-10.356774.5968

#eedc3e color RGB value is (238,220,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 00111110
Octal 356 334 76
Decimal 238 220 62
Hex EE DC 3E

RGB Percentages of Color #eedc3e

%45.77
%42.31
%11.92

CMYK Percentages of Color #eedc3e

%0
%8
%74
%7

Triadic Colors of #eedc3e

#eedc3e #3eeedc #dc3eee

Analogous Colors of #eedc3e

#eedc3e #a8ee3e #ee843e

Monochromatic Colors of #eedc3e

#eedc3e

Complementary Color

#eedc3e #3e50ee

#eedc3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc3e Color CSS Codes

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

#eedc3e Text Font Color

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

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


#eedc3e Background Color

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

This div background color is #eedc3e


#eedc3e Border Color

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

This div border color is #eedc3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc3e


Comments

No comments written yet.

Please login to write comment.