Color Hex Logo

#eedc3c Color Hex

#EEDC3C
(238,220,60)
0 Favorites   0 Comments

Color spaces of #eedc3c

RGB 23822060
HSL0.150.840.58
HSV54°75°93°
CMYK 0.000.080.75   0.07
XYZ61.668769.689814.4762
Yxy69.68980.42290.4779
Hunter Lab83.4804-14.229148.1549
CIE-Lab86.8445-10.437275.2410

#eedc3c color RGB value is (238,220,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 00111100
Octal 356 334 74
Decimal 238 220 60
Hex EE DC 3C

RGB Percentages of Color #eedc3c

%45.95
%42.47
%11.58

CMYK Percentages of Color #eedc3c

%0
%8
%75
%7

Triadic Colors of #eedc3c

#eedc3c #3ceedc #dc3cee

Analogous Colors of #eedc3c

#eedc3c #a7ee3c #ee833c

Monochromatic Colors of #eedc3c

#eedc3c

Complementary Color

#eedc3c #3c4eee

#eedc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc3c Color CSS Codes

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

#eedc3c Text Font Color

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

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


#eedc3c Background Color

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

This div background color is #eedc3c


#eedc3c Border Color

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

This div border color is #eedc3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc3c


Comments

No comments written yet.

Please login to write comment.