Color Hex Logo

#eddfdf Color Hex

#EDDFDF
(237,223,223)
0 Favorites   0 Comments

Color spaces of #eddfdf

RGB 237223223
HSL0.000.280.90
HSV93°
CMYK 0.000.060.06   0.07
XYZ74.632076.107680.5687
Yxy76.10760.32270.3290
Hunter Lab87.23970.03426.3115
CIE-Lab89.90934.77551.7049

#eddfdf color RGB value is (237,223,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11011111
Octal 355 337 337
Decimal 237 223 223
Hex ED DF DF

RGB Percentages of Color #eddfdf

%34.70
%32.65
%32.65

CMYK Percentages of Color #eddfdf

%0
%6
%6
%7

Triadic Colors of #eddfdf

#eddfdf #dfeddf #dfdfed

Analogous Colors of #eddfdf

#eddfdf #ede6df #eddfe6

Monochromatic Colors of #eddfdf

#eddfdf

Complementary Color

#eddfdf #dfeded

#eddfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfdf Color CSS Codes

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

#eddfdf Text Font Color

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

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


#eddfdf Background Color

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

This div background color is #eddfdf


#eddfdf Border Color

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

This div border color is #eddfdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,223,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 #eddfdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfdf

#eddfdf Color Palettes


Comments

No comments written yet.

Please login to write comment.