Color Hex Logo

#eedcc7 Color Hex

#EEDCC7
(238,220,199)
0 Favorites   0 Comments

Color spaces of #eedcc7

RGB 238220199
HSL0.090.530.86
HSV32°16°93°
CMYK 0.000.080.16   0.07
XYZ71.161973.487164.4666
Yxy73.48710.34030.3514
Hunter Lab85.7246-1.841315.4200
CIE-Lab88.67952.813212.5416

#eedcc7 color RGB value is (238,220,199).

#eedcc7 hex color red value is 238, green value is 220 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #eedcc7 hue: 0.09 , saturation: 0.53 and the lightness value of eedcc7 is 0.86.

The process color (four color CMYK) of #eedcc7 color hex is 0.00, 0.08, 0.16, 0.07. Web safe color of #eedcc7 is #ffcccc. Color #eedcc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 11000111
Octal 356 334 307
Decimal 238 220 199
Hex EE DC C7

RGB Percentages of Color #eedcc7

%36.23
%33.49
%30.29

CMYK Percentages of Color #eedcc7

%0
%8
%16
%7

Triadic Colors of #eedcc7

#eedcc7 #c7eedc #dcc7ee

Analogous Colors of #eedcc7

#eedcc7 #edeec7 #eec9c7

Monochromatic Colors of #eedcc7

#eedcc7

Complementary Color

#eedcc7 #c7d9ee

#eedcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcc7 Color CSS Codes

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

#eedcc7 Text Font Color

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

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


#eedcc7 Background Color

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

This div background color is #eedcc7


#eedcc7 Border Color

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

This div border color is #eedcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcc7

#eedcc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.