Color Hex Logo

#eedc0d Color Hex

#EEDC0D
(238,220,13)
0 Favorites   0 Comments

Color spaces of #eedc0d

RGB 23822013
HSL0.150.900.49
HSV55°95°93°
CMYK 0.000.080.95   0.07
XYZ60.925769.392610.5638
Yxy69.39260.43250.4926
Hunter Lab83.3022-15.227350.7928
CIE-Lab86.6981-11.551685.1654

#eedc0d color RGB value is (238,220,13).

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

The process color (four color CMYK) of #eedc0d color hex is 0.00, 0.08, 0.95, 0.07. Web safe color of #eedc0d is #ffcc00. Color #eedc0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 00001101
Octal 356 334 15
Decimal 238 220 13
Hex EE DC D

RGB Percentages of Color #eedc0d

%50.53
%46.71
%2.76

CMYK Percentages of Color #eedc0d

%0
%8
%95
%7

Triadic Colors of #eedc0d

#eedc0d #0deedc #dc0dee

Analogous Colors of #eedc0d

#eedc0d #90ee0d #ee6c0d

Monochromatic Colors of #eedc0d

#eedc0d

Complementary Color

#eedc0d #0d1fee

#eedc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc0d Color CSS Codes

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

#eedc0d Text Font Color

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

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


#eedc0d Background Color

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

This div background color is #eedc0d


#eedc0d Border Color

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

This div border color is #eedc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc0d

#eedc0d Color Palettes


Comments

No comments written yet.

Please login to write comment.