Color Hex Logo

#eddfe0 Color Hex

#EDDFE0
(237,223,224)
0 Favorites   0 Comments

Color spaces of #eddfe0

RGB 237223224
HSL0.990.280.90
HSV356°93°
CMYK 0.000.060.05   0.07
XYZ74.767376.161781.2810
Yxy76.16170.32200.3280
Hunter Lab87.27070.20245.8687
CIE-Lab89.93444.94591.2166

#eddfe0 color RGB value is (237,223,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11100000
Octal 355 337 340
Decimal 237 223 224
Hex ED DF E0

RGB Percentages of Color #eddfe0

%34.65
%32.60
%32.75

CMYK Percentages of Color #eddfe0

%0
%6
%5
%7

Triadic Colors of #eddfe0

#eddfe0 #e0eddf #dfe0ed

Analogous Colors of #eddfe0

#eddfe0 #ede5df #eddfe7

Monochromatic Colors of #eddfe0

#eddfe0

Complementary Color

#eddfe0 #dfedec

#eddfe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfe0 Color CSS Codes

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

#eddfe0 Text Font Color

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

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


#eddfe0 Background Color

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

This div background color is #eddfe0


#eddfe0 Border Color

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

This div border color is #eddfe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfe0


Comments

No comments written yet.

Please login to write comment.