Color Hex Logo

#eddedf Color Hex

#EDDEDF
(237,222,223)
0 Favorites   0 Comments

Color spaces of #eddedf

RGB 237222223
HSL0.990.290.90
HSV356°93°
CMYK 0.000.060.06   0.07
XYZ74.365675.574880.4799
Yxy75.57480.32270.3280
Hunter Lab86.93380.55985.9653
CIE-Lab89.66165.29381.3443

#eddedf color RGB value is (237,222,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 11011111
Octal 355 336 337
Decimal 237 222 223
Hex ED DE DF

RGB Percentages of Color #eddedf

%34.75
%32.55
%32.70

CMYK Percentages of Color #eddedf

%0
%6
%6
%7

Triadic Colors of #eddedf

#eddedf #dfedde #dedfed

Analogous Colors of #eddedf

#eddedf #ede5de #eddee7

Monochromatic Colors of #eddedf

#eddedf

Complementary Color

#eddedf #deedec

#eddedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddedf Color CSS Codes

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

#eddedf Text Font Color

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

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


#eddedf Background Color

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

This div background color is #eddedf


#eddedf Border Color

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

This div border color is #eddedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddedf


Comments

No comments written yet.

Please login to write comment.