Color Hex Logo

#eedc71 Color Hex

#EEDC71
(238,220,113)
0 Favorites   0 Comments

Color spaces of #eedc71

RGB 238220113
HSL0.140.790.69
HSV51°53°93°
CMYK 0.000.080.53   0.07
XYZ63.833770.555825.8770
Yxy70.55580.39830.4402
Hunter Lab83.9975-11.345040.5329
CIE-Lab87.2687-7.258654.1657

#eedc71 color RGB value is (238,220,113).

#eedc71 hex color red value is 238, green value is 220 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #eedc71 hue: 0.14 , saturation: 0.79 and the lightness value of eedc71 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 01110001
Octal 356 334 161
Decimal 238 220 113
Hex EE DC 71

RGB Percentages of Color #eedc71

%41.68
%38.53
%19.79

CMYK Percentages of Color #eedc71

%0
%8
%53
%7

Triadic Colors of #eedc71

#eedc71 #71eedc #dc71ee

Analogous Colors of #eedc71

#eedc71 #c2ee71 #ee9e71

Monochromatic Colors of #eedc71

#eedc71

Complementary Color

#eedc71 #7183ee

#eedc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc71 Color CSS Codes

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

#eedc71 Text Font Color

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

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


#eedc71 Background Color

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

This div background color is #eedc71


#eedc71 Border Color

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

This div border color is #eedc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc71

#eedc71 Color Palettes


Comments

No comments written yet.

Please login to write comment.