Color Hex Logo

#eedca7 Color Hex

#EEDCA7
(238,220,167)
0 Favorites   0 Comments

Color spaces of #eedca7

RGB 238220167
HSL0.120.680.79
HSV45°30°93°
CMYK 0.000.080.30   0.07
XYZ67.828172.153646.9113
Yxy72.15360.36290.3861
Hunter Lab84.9433-6.116626.7164
CIE-Lab88.0425-1.644628.3283

#eedca7 color RGB value is (238,220,167).

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

The process color (four color CMYK) of #eedca7 color hex is 0.00, 0.08, 0.30, 0.07. Web safe color of #eedca7 is #ffcc99. Color #eedca7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10100111
Octal 356 334 247
Decimal 238 220 167
Hex EE DC A7

RGB Percentages of Color #eedca7

%38.08
%35.20
%26.72

CMYK Percentages of Color #eedca7

%0
%8
%30
%7

Triadic Colors of #eedca7

#eedca7 #a7eedc #dca7ee

Analogous Colors of #eedca7

#eedca7 #ddeea7 #eeb9a7

Monochromatic Colors of #eedca7

#eedca7

Complementary Color

#eedca7 #a7b9ee

#eedca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedca7 Color CSS Codes

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

#eedca7 Text Font Color

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

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


#eedca7 Background Color

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

This div background color is #eedca7


#eedca7 Border Color

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

This div border color is #eedca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedca7


Comments

No comments written yet.

Please login to write comment.