Color Hex Logo

#eedc72 Color Hex

#EEDC72
(238,220,114)
0 Favorites   0 Comments

Color spaces of #eedc72

RGB 238220114
HSL0.140.780.69
HSV51°52°93°
CMYK 0.000.080.52   0.07
XYZ63.890470.578426.1752
Yxy70.57840.39770.4393
Hunter Lab84.0110-11.269840.3347
CIE-Lab87.2798-7.176553.7107

#eedc72 color RGB value is (238,220,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 01110010
Octal 356 334 162
Decimal 238 220 114
Hex EE DC 72

RGB Percentages of Color #eedc72

%41.61
%38.46
%19.93

CMYK Percentages of Color #eedc72

%0
%8
%52
%7

Triadic Colors of #eedc72

#eedc72 #72eedc #dc72ee

Analogous Colors of #eedc72

#eedc72 #c2ee72 #ee9e72

Monochromatic Colors of #eedc72

#eedc72

Complementary Color

#eedc72 #7284ee

#eedc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc72 Color CSS Codes

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

#eedc72 Text Font Color

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

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


#eedc72 Background Color

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

This div background color is #eedc72


#eedc72 Border Color

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

This div border color is #eedc72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc72

#eedc72 Color Palettes


Comments

No comments written yet.

Please login to write comment.