Color Hex Logo

#eddfd9 Color Hex

#EDDFD9
(237,223,217)
0 Favorites   0 Comments

Color spaces of #eddfd9

RGB 237223217
HSL0.050.360.89
HSV18°93°
CMYK 0.000.060.08   0.07
XYZ73.837175.789676.3829
Yxy75.78960.32670.3353
Hunter Lab87.0572-0.95648.9198
CIE-Lab89.76163.76864.6388

#eddfd9 color RGB value is (237,223,217).

#eddfd9 hex color red value is 237, green value is 223 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #eddfd9 hue: 0.05 , saturation: 0.36 and the lightness value of eddfd9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11011001
Octal 355 337 331
Decimal 237 223 217
Hex ED DF D9

RGB Percentages of Color #eddfd9

%35.01
%32.94
%32.05

CMYK Percentages of Color #eddfd9

%0
%6
%8
%7

Triadic Colors of #eddfd9

#eddfd9 #d9eddf #dfd9ed

Analogous Colors of #eddfd9

#eddfd9 #ede9d9 #edd9dd

Monochromatic Colors of #eddfd9

#eddfd9

Complementary Color

#eddfd9 #d9e7ed

#eddfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfd9 Color CSS Codes

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

#eddfd9 Text Font Color

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

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


#eddfd9 Background Color

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

This div background color is #eddfd9


#eddfd9 Border Color

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

This div border color is #eddfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfd9


Comments

No comments written yet.

Please login to write comment.