Color Hex Logo

#eedc75 Color Hex

#EEDC75
(238,220,117)
0 Favorites   0 Comments

Color spaces of #eedc75

RGB 238220117
HSL0.140.780.70
HSV51°51°93°
CMYK 0.000.080.51   0.07
XYZ64.064070.647927.0895
Yxy70.64790.39590.4366
Hunter Lab84.0523-11.040339.7278
CIE-Lab87.3137-6.926252.3377

#eedc75 color RGB value is (238,220,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 01110101
Octal 356 334 165
Decimal 238 220 117
Hex EE DC 75

RGB Percentages of Color #eedc75

%41.39
%38.26
%20.35

CMYK Percentages of Color #eedc75

%0
%8
%51
%7

Triadic Colors of #eedc75

#eedc75 #75eedc #dc75ee

Analogous Colors of #eedc75

#eedc75 #c4ee75 #eea075

Monochromatic Colors of #eedc75

#eedc75

Complementary Color

#eedc75 #7587ee

#eedc75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc75 Color CSS Codes

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

#eedc75 Text Font Color

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

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


#eedc75 Background Color

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

This div background color is #eedc75


#eedc75 Border Color

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

This div border color is #eedc75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc75


Comments

No comments written yet.

Please login to write comment.