Color Hex Logo

#eddfdc Color Hex

#EDDFDC
(237,223,220)
0 Favorites   0 Comments

Color spaces of #eddfdc

RGB 237223220
HSL0.030.320.90
HSV11°93°
CMYK 0.000.060.07   0.07
XYZ74.231075.947278.4570
Yxy75.94720.32470.3322
Hunter Lab87.1477-0.46507.6260
CIE-Lab89.83484.26883.1710

#eddfdc color RGB value is (237,223,220).

#eddfdc hex color red value is 237, green value is 223 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eddfdc hue: 0.03 , saturation: 0.32 and the lightness value of eddfdc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11011100
Octal 355 337 334
Decimal 237 223 220
Hex ED DF DC

RGB Percentages of Color #eddfdc

%34.85
%32.79
%32.35

CMYK Percentages of Color #eddfdc

%0
%6
%7
%7

Triadic Colors of #eddfdc

#eddfdc #dceddf #dfdced

Analogous Colors of #eddfdc

#eddfdc #ede8dc #eddce2

Monochromatic Colors of #eddfdc

#eddfdc

Complementary Color

#eddfdc #dceaed

#eddfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfdc Color CSS Codes

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

#eddfdc Text Font Color

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

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


#eddfdc Background Color

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

This div background color is #eddfdc


#eddfdc Border Color

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

This div border color is #eddfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfdc


Comments

No comments written yet.

Please login to write comment.